View Full Version : Help!!


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 :)

BugGirl
08-04-2003, 09:39 PM
I know this will sound dumb, but you DO have realplayer installed, right? Cause it wont work if you dont...

salomeyasobko
08-04-2003, 09:46 PM
yeah i do :)

BugGirl
08-04-2003, 09:50 PM
try this: http://www.lissaexplains.com/fun4.shtml#music

salomeyasobko
08-04-2003, 10:37 PM
thanks! i'll try her code :)