Unstoppable Domains

Background Music

Spaceship Spaceship
Watch

Barrucadu

Established Member
Impact
64
I currently have this code:
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?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Try loop=true inside the embed tag
 
0
•••
PHP:
<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='loop' value="false">
<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>

</OBJECT>

That should work.
 
0
•••
So mikor did it work?
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back