salomeyasobko
08-04-2003, 08:11 PM
okay i'm trying to play an RM file on my site with the following code:
<br><input type=button value="start" style="text:#ffffff" style="font-family:arial" style="font-size:10px" style="text:#ffffff" style="background:#2d4a69" style="color:#ffffff" onClick="document.vid.DoPlay()" name="buttonstart">
<input type=button value="stop" style="text:#ffffff" style="font-family:arial" style="background:#2d4a69" style="font-size:10px" style="text:#ffffff" style="color:#ffffff" onClick="document.vid.DoStop()" name="buttonstop">
</br><br>
<embed src="today.rm" hidden="true" align="baseline" border="0" width="1" height="1" name="vid" type="audio/x-pn-realaudio"></br>
but for some reason when i tried it out on my site the "start" button didn't work!! is my code wrong? please help me!
thanks :)
<br><input type=button value="start" style="text:#ffffff" style="font-family:arial" style="font-size:10px" style="text:#ffffff" style="background:#2d4a69" style="color:#ffffff" onClick="document.vid.DoPlay()" name="buttonstart">
<input type=button value="stop" style="text:#ffffff" style="font-family:arial" style="background:#2d4a69" style="font-size:10px" style="text:#ffffff" style="color:#ffffff" onClick="document.vid.DoStop()" name="buttonstop">
</br><br>
<embed src="today.rm" hidden="true" align="baseline" border="0" width="1" height="1" name="vid" type="audio/x-pn-realaudio"></br>
but for some reason when i tried it out on my site the "start" button didn't work!! is my code wrong? please help me!
thanks :)