K
kirk
WHERE DO I GO IN PUBLISHER SO I CAN VIEW ADD THIS CODE FOR A MUSIC TURN OFF
BUTTON..... I agree with David that viewers should have a choice on whether
or not they want to listen so I wanted to add this code.
To embed music on your website with a shut off button.
You can embed music into your page so it starts automatically when someone
views your page and have a small image where your visitor can turn it off.
Place the html music code where you want the button to appear on your page.
<embed src="yourmusic.mid"
width=25 height=25 autostart=false repeat=true loop=true> </embed>
BUTTON..... I agree with David that viewers should have a choice on whether
or not they want to listen so I wanted to add this code.
To embed music on your website with a shut off button.
You can embed music into your page so it starts automatically when someone
views your page and have a small image where your visitor can turn it off.
Place the html music code where you want the button to appear on your page.
<embed src="yourmusic.mid"
width=25 height=25 autostart=false repeat=true loop=true> </embed>