Click to See Complete Forum and Search --> : A Command Question


warbishop
12-16-2002, 09:57 AM
I am using the command:

<EMBED SRC="whatever.wav">

It works nicely, but is there a way to keep it from playing at the onset while it is loading. I would rather have it load and then a person has to hit the play button to execute. But i like the interactive options it offers, so i dont want to lost the player.

thanks,
war

khalidali63
12-16-2002, 10:54 AM
I am not sure if this is your answer,but embed tag has a property called "autostart=false or true"
look into that...
<EMBED autostart="False" SRC="whatever.wav">
:-)

Khalid

warbishop
12-16-2002, 12:00 PM
Thanks man, it worked nicely. Its much better that way. You are the man!!

war