THIS PAGE has some testing information for
THE SUPER DUPER VOCAB TUTOR
Many Thanks to:
. http://developer.irt.org
For very good javascript code
. http://spanish.allinfo-about.com/
For good spanish wav sound files
. http://www.wordreference.com/
Really good translations of words.
TESTING:
Netscape 4.61 on MS-Win2000
WORKING for lts.html but not ltf.html
. ltf.html gives an error 'your disk cache is probably too small'
thanks netscape
. (css) background colours of form elements not rendered
. returning false doesnt stop form submit
. doesn't recognise
only
. when trying to play an audio file with code below
get error message...
navigator.mimeTypes["audio/x-wav"].enabledPlugin
has no properties
This is because the plugin is not plugged in.
. Using a hard coded embed, the browser attempts to
contact the netscape site to download an audio
plugin but cant find it because The Netscape site doesn't
have it any more ('LiveAudio')
. Have just spent an entire night (almost) trying to get
NS 4.61 to play a sound. After finding the "LiveAudio"
plugin filename = npaudio.dll - dont bother searching on
the netscape site, you wont find it there, loading it etc
The sound file would play from the default console in the
web page but wont play programatically with the following
code (which everybody on the internet is in agreement,
should work.
[embed name = "embedtest"
width = "144" src = "estudiante.wav" loop=false
autostart = "false" hidden = "false" MASTERSOUND]
[form]
[input type = "button"
onclick = "document.embeds[1].play(LOOP=1);"]
[/form]
The solution to all this is to open another window
and pass the url of the sound file to play as
a query string. This works. Also use the