I currently have this code:
How would I make it loop?
Also, can I change the volume?
Code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="16" width="250">
<param name="src" value="music.mp3">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed height="16" width="250" src="music.mp3" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="true">
</object>
How would I make it loop?
Also, can I change the volume?






