HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How do I add background music to a myspace page.........
Goto page 1, 2, 3  Next
Post new topic   Reply to topic    HTML Help Forum Index -> MySpace
View previous topic :: View next topic  
Author Message
Havickw03



Joined: 03 Apr 2005
Posts: 1

PostPosted: Mon Apr 25, 2005 10:14 pm     How do I add background music to a myspace page......... Reply with 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
tiffanyrose



Joined: 03 Aug 2005
Posts: 2

PostPosted: Wed Aug 03, 2005 11:38 am     background music Reply with quote

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

PostPosted: Mon Aug 15, 2005 7:34 am     this will help Reply with quote

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

PostPosted: Thu Aug 18, 2005 5:16 am     how do u get music urls Reply with quote

i know how to get the code for the page but not the urls please reply
evan



Joined: 15 Aug 2005
Posts: 7

PostPosted: Thu Aug 18, 2005 5:23 am     how do i get urls Reply with quote

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
Site Admin


Joined: 15 May 2004
Posts: 8431
Location: Castle Pines North, CO USA

PostPosted: Thu Aug 18, 2005 5:40 am     Reply with quote



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

PostPosted: Thu Aug 18, 2005 9:10 am     no i need the url Reply with quote

i ned the url not the html code i need to know how to get it
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8431
Location: Castle Pines North, CO USA

PostPosted: Thu Aug 18, 2005 9:22 am     Reply with quote

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

PostPosted: Fri Aug 19, 2005 5:05 pm     go here Reply with quote

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

PostPosted: Fri Aug 19, 2005 5:06 pm     oops Reply with quote

evan



Joined: 15 Aug 2005
Posts: 7

PostPosted: Fri Aug 19, 2005 6:20 pm     i need the website i can doit on Reply with quote

i have no website to do it on aol music dont work i need a music site
tbonevoodoo



Joined: 19 Aug 2005
Posts: 5

PostPosted: Fri Aug 19, 2005 7:05 pm     Re: i need the website i can doit on Reply with quote

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

PostPosted: Sat Aug 20, 2005 5:57 am     im not quite sure what u mean Reply with quote

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

PostPosted: Sat Aug 27, 2005 11:27 pm     myspace bkgrnd music Reply with quote

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

PostPosted: Mon Sep 05, 2005 12:34 pm     Reply with quote

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! Smile
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> MySpace All times are GMT - 8 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial