copynpaste
Technical User
I have this code right here.
<area shape="rect" coords="945,596,968,609" HREF="URL.ram" onClick="document.music.DoPlay()" name="buttonstart" alt="RadioStorm" hidden="true" autostart="start" type="audio/x-pn-realaudio">
When I click it, a realplayer opens and plays the .ram file.
I need to embed the .ram to my site so that a realplayer wont open whenever you click it.
How do you do it?
<area shape="rect" coords="945,596,968,609" HREF="URL.ram" onClick="document.music.DoPlay()" name="buttonstart" alt="RadioStorm" hidden="true" autostart="start" type="audio/x-pn-realaudio">
When I click it, a realplayer opens and plays the .ram file.
I need to embed the .ram to my site so that a realplayer wont open whenever you click it.
How do you do it?