LANGUAGE TUTOR LIST OF COMMANDS
-------------------------------
# Please note that after typing the command letter(s), press the [enter]
# key. A delay of between 1 and 6 seconds will be experienced the
# first time that you play a word. Sorry about that.
# Thanks for your patronage.
w ..... plays the sound file of the next word.
x ..... translates the word most recently played into
English. It does this by redirecting you
to a new web page (http://www.wordreference.com)
which contains the translation of the
word. Press the 'Back' button on your Web Browser
to continue practising. Requires a current internet
connection.
v ..... displays the untranslated text of the word
most recently played.
a ..... plays the word most recently heard again
u ..... display all words loaded
zzz ... clears the message area of all previous responses.
load .. loads the sound urls which the user (you)
has entered (or cut and paste) in the 'url data'
text area (the one below the message area)
empty . empties the contents of the url data box, so that
you can cut and paste your own urls in, if you
want to.
random. Sets the current 'play mode' to random, meaning that the
next each word played by the program is randomly selected
from the current lesson
sequential
Set the current 'play mode' to sequential, meaning that
each word in the current lesson will be played one after
the other.
? ..... displays this help message
??..... displays information about in what browsers this
program has been tested
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