The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Background music problem

2 posters

Go down

Background music problem Empty Background music problem

Post by MaRiJo4EvEr May 8th 2011, 8:18 pm

I have problems with the background music player (the code one).. I setted the code like this:
Code:
<embed src="http://www.youtube.com/watch?v=BPOcdRDOzuk" autoplay="true" hidden="true" loop="true" width="0" height="0" align="center" name="Music"></embed>
So it should play a song from youtube (Black Mesa theme song) in background .. But now it says "Additional plugins are required to view all medies on this site" som. like that and firefox says "No plugins were found" Sad Now i really want to add music in back. to my forum but just idk where to put my .mp3 file on what hosting site Sad Please help!!
avatar
MaRiJo4EvEr
New Member

Posts : 1
Reputation : 0
Language : Croatian

Back to top Go down

Background music problem Empty Re: Background music problem

Post by RoNo May 9th 2011, 8:02 am

MaRiJo4EvEr wrote:I have problems with the background music player (the code one).. I setted the code like this:
Code:
<embed src="http://www.youtube.com/watch?v=BPOcdRDOzuk" autoplay="true" hidden="true" loop="true" width="0" height="0"></embed>
So it should play a song from youtube (Black Mesa theme song) in background .. But now it says "Additional plugins are required to view all medies on this site" som. like that and firefox says "No plugins were found" Sad Now i really want to add music in back. to my forum but just idk where to put my .mp3 file on what hosting site Sad Please help!!

To use an mp3 for background music
Code:
<embed src="http://YOUR SONG HERE.mp3" autoplay="true" hidden="true" loop="true" width="0" height="0"></embed>
Search sites for linking mp3 files

Background music problem 2rdu736

For YouTube (flash) content "Use Old Embed Code"
youtube panel (click)
Background music problem 260wt8z_th


Add this to the end of the link for autoplay & loop:
&autoplay=1&loop=1

Example
Code:
<embed src="http://www.youtube.com/v/BPOcdRDOzuk?fs=0&amp;hl=en_US&amp;rel=0&autoplay=1&loop=1" type="application/x-shockwave-flash" width="0" height="0"></embed>

You can actually remove more of the code if you prefer
Code:
<embed src="http://www.youtube.com/v/BPOcdRDOzuk?autoplay=1&loop=1" width="0" height="0"></embed>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum