|
<object data="$thisfolderurl$ yoursong . wma " type="application/x-mplayer2" width=200 height=45> <param name="src" value="$thisfolderurl$ yoursong . wma "> <param name="autostart" value="0"> </object>
NOTE 1:
In firefox you need to upload it to the web to see it work
, but if it's working in web studio it will when it's live.
i. Drag an HTML object onto your page and make it 200 wide x 45 high Workin' the code
Make it play in the background:
Set width=200 height=45 to width=0 height=0 and you won't see the player BUT... you have to set it to play automatically: Change <param name="autostart" value="0"> to <param name="autostart" value="1"> that's a "one" |