A Command Question

I am using the command:<br />
<br />
<EMBED SRC=http://www.webdeveloper.com/forum/archive/index.php/"whatever.wav"><br />
<br />
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.<br />
<br />
thanks,<br />
war<!--content-->I am not sure if this is your answer,but embed tag has a property called "autostart=false or true"<br />
look into that...<br />
<EMBED autostart="False" SRC=http://www.webdeveloper.com/forum/archive/index.php/"whatever.wav"><br />
:-)<br />
<br />
Khalid<!--content-->Thanks man, it worked nicely. Its much better that way. You are the man!!<br />
<br />
war<!--content-->
 
Back
Top