| View previous topic :: View next topic |
| Author |
Message |
Havickw03
Joined: 03 Apr 2005
Posts: 1
|
| Posted: Mon Apr 25, 2005 10:14 pm How do I add background music to a myspace page......... |
|
|
I want to add background music to my myspace page that plays when it is opened...and so it cannot be turned off. The music url that i want to use is
http://files.sigur-ros.co.uk/mp3/kjartan_sveinsson-sidasti_baerinn.mp3
I was wondering how to "break it down"(???I guess thats what its called???) into a code i can paste into my profile...
thanks
winta |
|
|
tiffanyrose
Joined: 03 Aug 2005
Posts: 2
|
| Posted: Wed Aug 03, 2005 11:38 am background music |
|
|
Quote: I want to add background music to my myspace page that plays when it is opened...and so it cannot be turned off. The music url that i want to use is
http://files.sigur-ros.co.uk/mp3/kjartan_sveinsson-sidasti_baerinn.mp3
I was wondering how to "break it down"(???I guess thats what its called???) into a code i can paste into my profile...
thanks
winta
first of all, I wouldn't suggest doing background music that can't be turned off, as it is very annoying to those of us who are already listening to music, but if you really want to...
<bgsound src="http://files.sigur-ros.co.uk/mp3/kjartan_sveinsson-sidasti_baerinn.mp3" loop="infinite"></bgsound>
just post that code in your music section and you're good to go |
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Mon Aug 15, 2005 7:34 am this will help |
|
|
this is a wbsite that will let u have aa profile and u can have much more
http://www.myspaceforum.com/profile.htm |
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Thu Aug 18, 2005 5:16 am how do u get music urls |
|
|
| i know how to get the code for the page but not the urls please reply |
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Thu Aug 18, 2005 5:23 am how do i get urls |
|
|
| i know how to make background music but i dont know how to get the urls will eny1 help me it is urgent if i can get it from windows media player that would be great but if i cant oh well |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA
|
| Posted: Thu Aug 18, 2005 5:40 am |
|
|
Try
Code: <object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" VALUE="interview_fox_video.asx">
<param name="autoStart" VALUE="true">
<param name="showControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" VALUE="true">
<param name="ShowDisplay" VALUE="false">
<embed src="interview_fox_video.asx" WIDTH=320 HEIGHT=286 type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0>
</embed></object>
Replace the path interview_fox_video.asx in BOTH places to the path of your multi-media file. |
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Thu Aug 18, 2005 9:10 am no i need the url |
|
|
| i ned the url not the html code i need to know how to get it |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA
|
| Posted: Thu Aug 18, 2005 9:22 am |
|
|
The path is where ever you have the music.
If the music is in the same folder
Code: <param name="filename" VALUE="interview_fox_video.asx">
It all depends on your structure of the website. And your domain name and where you put the multi-media file |
|
|
tbonevoodoo
Joined: 19 Aug 2005
Posts: 5
|
| Posted: Fri Aug 19, 2005 5:05 pm go here |
|
|
http://www.emp3finder.com/
open music dont save target as! copy the url from address bar and add to your code like this
<bgsound src="http://filestore.dfmafia.net/site/midi/Tool%20-%20Lateralus.mp3"loop="-1>
not looped will be
<bgsound src="http://filestore.dfmafia.net/site/midi/Tool%20-%20Lateralus.mp3">
your url for your music goes here
<bgsound src="URL"loop="-1> |
|
|
tbonevoodoo
Joined: 19 Aug 2005
Posts: 5
|
| Posted: Fri Aug 19, 2005 5:06 pm oops |
|
|
|
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Fri Aug 19, 2005 6:20 pm i need the website i can doit on |
|
|
| i have no website to do it on aol music dont work i need a music site |
|
|
tbonevoodoo
Joined: 19 Aug 2005
Posts: 5
|
| Posted: Fri Aug 19, 2005 7:05 pm Re: i need the website i can doit on |
|
|
evan wrote: i have no website to do it on aol music dont work i need a music site
i just gave you the site you dont need anything special for this site
http://www.emp3finder.com/ |
|
|
evan
Joined: 15 Aug 2005
Posts: 7
|
| Posted: Sat Aug 20, 2005 5:57 am im not quite sure what u mean |
|
|
| if u have the time could you get me the code for the background music for ac/dc hells bells |
|
|
Noel
Joined: 27 Aug 2005
Posts: 1
|
| Posted: Sat Aug 27, 2005 11:27 pm myspace bkgrnd music |
|
|
| uhh i have no clue what to do..i wanna put wish you were here by pink floyd as my background music in myspace..no clue how to do that..please help mee |
|
|
Tedda
Joined: 05 Sep 2005
Posts: 1
|
| Posted: Mon Sep 05, 2005 12:34 pm |
|
|
| I dont know how I ended up here but to "tbonevoodoo" your advice was great!!!!! I love you man!!!! You dont know how long I was stuck with that and you are a genius! :) |
|
|
| |