Jump to content

help me.?


EnlightenedOne

Recommended Posts

ok so i need some help with some HTML codes and such.

 

i need to embed a sound file onto ma site. and so far im using :

<EMBED src="//images.weserv.nl/?url=http://www.webpost.net/ki/Kiba/Otherworld.mp3" width="144" height="60" autostart="true"
loop="true" />

 

however i have found that this is not ompatible with firefox. which is what i and most of my friends use.

 

so...any ideas?

 

oh yeah....and that was compatible not ompatible, jus incase..

Link to comment
Share on other sites

if you MUST use auto start background music(somthign i am completly against) try the code lsited here thats for opera

http://www.thesitewizard.com/webdesign/backgroundmusic.shtml

 

you can also go this method

---

 

err removed that link realized after reading thaht that one wont work..

Link to comment
Share on other sites

ifthe opera dosnt work id be suprised since they are firefox are close to eachotehr code wise, otherwise just more google serching i know it can work because ive had auto background play in firefox.. just tell your friends to open another browser for your website.. lol im sure they ahve another on their system.

Link to comment
Share on other sites

Guys. Stop fighting please. It's not the place to do it. Heck, there is no place to do it! Just stop, please.

 

And I believe the code you are looking for is the <OBJECT> tag. I came accross it when I was... urr... planning something secret...

 

<object width="144" height="60">
<param name="sound" value="http://www.webpost.net/ki/Kiba/Otherworld.mp3">
<embed src="//images.weserv.nl/?url=http://www.webpost.net/ki/Kiba/Otherworld.mp3" width="144" height="60" autostart="true" loop="true">
</embed>
</object>

 

But I'm afraid I don't know how to make it autostart or loop in that coding. Sorry.

Link to comment
Share on other sites

I'd be using something along the lines of:

 

<embed src="//images.weserv.nl/?url=http://www.thedailyneopets.com/tdnlivecomingsoonsshthisisasecret.mp3" autostart="true" loop="-1"/>

 

That SHOULD work in both IE and FF?

 

If it doesn't try this, I found it via Google:

 

<object data="http://www.thedailyneopets.com/tdnlivecomingsoonsshthisisasecret.mp3" type="application/x-mplayer2" width="0" height="0">
<param name="src" value="http://www.thedailyneopets.com/tdnlivecomingsoonsshthisisasecret.mp3" />
<param name="autostart" value="1" />
<param name="playcount" value="infinite" />
</object>

 

But, using autostarting looping music? I'd kill you, not least never return. I have my own music on for a reason ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...