HTML Tutorial


 /help/HTML Help Forum   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!
NEED TO KNOW how to add a standalone player in myspace
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Post new topic   Reply to topic    HTML Help Forum -> MySpace
View previous topic :: View next topic  
Author Message
PhoenicianPride



Joined: 24 Apr 2007
Posts: 2

PostPosted: Tue Apr 24, 2007 10:06 am     Add a Music Player to ur site Reply with quote

Hey

Go and register with this site. You search the song or the band or Djs u want and then u can add them to ur player.
Then the site will code it for u and generate a code so u can place it (normally under my music on myspace)

However, when u add or delete and arrange the songs, there is no need to copy & paste the code again on ur myspace. Cuz ur player is conectin automatically to that site.

http://www.projectplaylist.com/

Good luck.

Check out myspace.com/PhoenicianPride. Adn see if that s what ur lookin for.

Sometime, if the site has overload issues with the first song u have on the player, then the player might get delayed to load on ur page.
vicar



Joined: 30 Apr 2007
Posts: 1

PostPosted: Mon Apr 30, 2007 11:30 am     how to do it Reply with quote

1. Get Firefox
2. Get Firebug
3. Go to myspace music site e.g. www.myspace.com/opeth
4. Wait until site loads completely
5. Open firebug
6. Select “Flash” on the top bar
7. Select “Net” on the next bar down
8. Right click musicplayer.swf or similar and select open in new tab
9. Re-open firebug in the new tab
10. Select html in the second bar down
11. Hover mouse over “html” bit and click “copy html”
12. Go to MSword or other word-processing application
13. Paste previously copied html into MSword
14. Change the bit that says width=”100%” to width=”425”
15. Change the bit that says height=”100%” to height=”350”
16. Copy and paste into music section or wherever you want the player


Once you’ve pasted it into your section and saved it should look something like this:
Code:

<html><body marginwidth="0" marginheight="0"><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" height="350" width="425" data="http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=W8FpTvAhcit4D4UWQaDqSnIPyUPe9GFyexv0Ji3PjdMkL/MUWmmL8beKeklWVGMOFB9R2q4wRBswH0me5AHUXA==&u=MTgzMDIwODQ3&a=0&d=Mjk3MzUwOV4xMTc3OTM1NDgy&p=aHR0cDovL2lwcm9maWxlLm15c3BhY2UuY29tL2NvbW1hbmQuYXNweD9pZmlkPU1HTUdDaXNHQVFRQmdqZFlBOGVnVlRCVEJnb3JCZ0VFQVlJM1dBTUJvRVV3UXdJREFnQUJBZ0ptQXdJQ0FNQUVDS0F1VTBPckdPR3ZCQkJVUmFjMFl5YTRCaC9NZGhkZ0FuYlpCQmlhMURZUUEyTC9GWlp0bTZuakExRE5nRWlUYzlxeDY0OD0=">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="all" />
  <param name="movie" value="http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=W8FpTvAhcit4D4UWQaDqSnIPyUPe9GFyexv0Ji3PjdMkL/MUWmmL8beKeklWVGMOFB9R2q4wRBswH0me5AHUXA==&u=MTgzMDIwODQ3&a=0&d=Mjk3MzUwOV4xMTc3OTM1NDgy&p=aHR0cDovL2lwcm9maWxlLm15c3BhY2UuY29tL2NvbW1hbmQuYXNweD9pZmlkPU1HTUdDaXNHQVFRQmdqZFlBOGVnVlRCVEJnb3JCZ0VFQVlJM1dBTUJvRVV3UXdJREFnQUJBZ0ptQXdJQ0FNQUVDS0F1VTBPckdPR3ZCQkJVUmFjMFl5YTRCaC9NZGhkZ0FuYlpCQmlhMURZUUEyTC9GWlp0bTZuakExRE5nRWlUYzlxeDY0OD0=" />
</object></body></html>
guitarkyle



Joined: 30 Apr 2007
Posts: 12

PostPosted: Mon Apr 30, 2007 12:52 pm     Re: Standalone Player Reply with quote

This page lets you create a playlist of MP3's using a flash player.

http://zobster.us/flashmp3player

(You need to have the MP3's uploaded somewhere for this to work)
teflon mgc



Joined: 02 May 2007
Posts: 2

PostPosted: Wed May 02, 2007 7:58 pm     Re: NEED TO KNOW how to add a standalone player in myspace Reply with quote

SOME_girl wrote:
what are the codes?

how do I code my own music????

WATS TO CODE FOR THE STANDALONE PLAYER?
guitarkyle



Joined: 30 Apr 2007
Posts: 12

PostPosted: Thu May 03, 2007 4:15 pm     Reply with quote

If you're talking about the MySpace Standalone Player, you simply go to a bands web site and add the song you want from the playlist (there is an option to 'add this song to profile').

Does this help?

Let me know.

Kyle
Caniesha



Joined: 26 May 2007
Posts: 1

PostPosted: Sat May 26, 2007 2:38 pm     Adding another artist music to your page Reply with quote

To add the music to your page go to
http://www.pushthings.com/index2.php and type in the artists URL and click create and it will give you the code.
jasmine



Joined: 10 Jun 2007
Posts: 1

PostPosted: Sun Jun 10, 2007 3:48 pm     Reply with quote

Hi, i have a few questions about adding a standalone player in myspace

I followed the directions of
1. Get Firefox
2. Get Firebug
3. Go to myspace music site e.g. www.myspace.com/damir1
4. Wait until site loads completely
5. Open firebug
6. Select “Flash” on the top bar ( where is the flash)
7. Select “Net” on the next bar down ( where is net)
8. Right click musicplayer.swf or similar and select open in new tab
9. Re-open firebug in the new tab
10. Select html in the second bar down
11. Hover mouse over “html” bit and click “copy html”
12. Go to MSword or other word-processing application
13. Paste previously copied html into MSword
14. Change the bit that says width=”100%” to width=”425”
15. Change the bit that says height=”100%” to height=”350”
16. Copy and paste into music section or wherever you want the player

I also pasted it into my section.

Is there a faster way than this?
rockero123



Joined: 16 Jun 2007
Posts: 16

PostPosted: Sat Jun 16, 2007 6:37 pm     getting an artist profile standalone player on your myspace. Reply with quote

step 1
-go to a music artist's profile
step 2
-left click on your mouse and click on "view source"
step 3
-"file""edit""format""view""help" on top of the window right below the name of the file.. click "edit"
step 4
-click "find.."
step 5
-type in "http://lads.myspace.com/music/musicplayer"
step 6
-copy the player url
ex. the player i wanted to get was in the code..
grab only the url wich might be..

http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=Rxv6+oQm087kMXFxW4XddEa4YT0Jh2f11XxoBp0Qk23H9U4xQ0LzK6EDhqPO/LTie5DydodsLvHc0tjR7CvlWw==&u=ODc2NzUxMDQ=&a=0&d=MjAwMTQ0ODQyXjExODIwMjM5NjQ=&p=aHR0cDovL2lwcm9maWxlLm15c3BhY2UuY29tL2NvbW1hbmQuYXNweD9pZmlkPU1HTUdDaXNHQVFRQmdqZFlBOTZnVlRCVEJnb3JCZ0VFQVlJM1dBTUJvRVV3UXdJREFnQUJBZ0ptQXdJQ0FNQUVDRDlQMFBWT2JnRFJCQkI4VG5RR1dGdDJ0N3J5U0pUWExTRDNCQml0NzZPalhGNUY3RFVLditrNU5YOCtuRDFCMXNHVCswcz0=


step 7
-paste it in the code..

<embed src="THE URL GOES HERE" height="350" width="350">

step 8
-choose what size you want..
height="350" width="350"
ONLY CHANGE THE NUMBERS!!!! (350) TO MAKE IT BIGGER EX. (500)

STEP 9
-paste the code anywhere on your profile..

step 10
- youre done
rockero123



Joined: 16 Jun 2007
Posts: 16

PostPosted: Sat Jun 16, 2007 6:43 pm     getting an artist's music layer on your profile (myspace) Reply with quote

step 1
-go to a music artist's profile
step 2
-left click on your mouse and click on "view source"
step 3
-"file""edit""format""view""help" on top of the window right below the name of the file.. click "edit"
step 4
-click "find.."
step 5
-type in "http://lads.myspace.com/music/musicplayer"
step 6
-copy the player url
ex. the player i wanted to get was in the code..
grab only the url wich might be..

http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=Rxv6+oQm087kMXFxW4XddEa4YT0Jh2f11XxoBp0Qk23H9U4xQ0LzK6EDhqPO/LTie5DydodsLvHc0tjR7CvlWw==&u=ODc2NzUxMDQ=&a=0&d=MjAwMTQ0ODQyXjExODIwMjM5NjQ=&p=aHR0cDovL2lwcm9maWxlLm15c3BhY2UuY29tL2NvbW1hbmQuYXNweD9pZmlkPU1HTUdDaXNHQVFRQmdqZFlBOTZnVlRCVEJnb3JCZ0VFQVlJM1dBTUJvRVV3UXdJREFnQUJBZ0ptQXdJQ0FNQUVDRDlQMFBWT2JnRFJCQkI4VG5RR1dGdDJ0N3J5U0pUWExTRDNCQml0NzZPalhGNUY3RFVLditrNU5YOCtuRDFCMXNHVCswcz0=


step 7
-paste it in the code..

<embed src="THE URL GOES HERE" height="350" width="350">

step 8
-choose what size you want..
height="350" width="350"
ONLY CHANGE THE NUMBERS!!!! (350) TO MAKE IT BIGGER EX. (500)

STEP 9
-paste the code anywhere on your profile..

step 10
- youre done
rockero123



Joined: 16 Jun 2007
Posts: 16

PostPosted: Sat Jun 16, 2007 6:45 pm     Re: Add a Music Player to ur site Reply with quote

step 1
-go to a music artist's profile
step 2
-left click on your mouse and click on "view source"
step 3
-"file""edit""format""view""help" on top of the window right below the name of the file.. click "edit"
step 4
-click "find.."
step 5
-type in "http://lads.myspace.com/music/musicplayer"
step 6
-copy the player url
ex. the player i wanted to get was in the code..
grab only the url wich might be..

http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=Rxv6+oQm087kMXFxW4XddEa4YT0Jh2f11XxoBp0Qk23H9U4xQ0LzK6EDhqPO/LTie5DydodsLvHc0tjR7CvlWw==&u=ODc2NzUxMDQ=&a=0&d=MjAwMTQ0ODQyXjExODIwMjM5NjQ=&p=aHR0cDovL2lwcm9maWxlLm15c3BhY2UuY29tL2NvbW1hbmQuYXNweD9pZmlkPU1HTUdDaXNHQVFRQmdqZFlBOTZnVlRCVEJnb3JCZ0VFQVlJM1dBTUJvRVV3UXdJREFnQUJBZ0ptQXdJQ0FNQUVDRDlQMFBWT2JnRFJCQkI4VG5RR1dGdDJ0N3J5U0pUWExTRDNCQml0NzZPalhGNUY3RFVLditrNU5YOCtuRDFCMXNHVCswcz0=


step 7
-paste it in the code..

<embed src="THE URL GOES HERE" height="350" width="350">

step 8
-choose what size you want..
height="350" width="350"
ONLY CHANGE THE NUMBERS!!!! (350) TO MAKE IT BIGGER EX. (500)

STEP 9
-paste the code anywhere on your profile..

step 10
- youre done
rdas111



Joined: 16 Jun 2007
Posts: 3

PostPosted: Sat Jun 16, 2007 10:30 pm     Rockero comment Reply with quote

Hey Rockero!

I've used your instructions repeatedly and still cannot get the player to show.

Please help!
rdas111



Joined: 16 Jun 2007
Posts: 3

PostPosted: Sat Jun 16, 2007 10:48 pm     Halloweenhamster Reply with quote

Hey hamster!

I have tried your suggestion and cannot get it to work!!!

What can I do!!?
GoodbyeSergeant



Joined: 25 Jun 2007
Posts: 1

PostPosted: Mon Jun 25, 2007 9:17 am     Reply with quote

I've managed to get the code to work in a simple webpage, but not in a myspace profile.
Do you think Myspace have stopped it being possible now?
Pattons3rd



Joined: 28 Dec 2006
Posts: 1212
Location: Colorado

PostPosted: Tue Jun 26, 2007 5:14 am     Reply with quote

They have blocked <embed> I hear.
portc954



Joined: 28 Jun 2007
Posts: 5

PostPosted: Thu Jun 28, 2007 9:48 am     standalone player on myspace Reply with quote

well it's really simple and many people on here make it seems dificult but
all you have to do is
1.) go to the artist's page that your trying to get the player
2.) then go to view > source
3.) press ctrl+f and put >>>

<embed src="http://lads.myspace.com/music/musicplayer.swf?

4.) copy the whole text from <embed> - </embed>
( I recomending doing it backwards from </embed> to <embed> i found it alot easier)

5. then you paste it anywhere u want it on your myspace

6. got any questions ? hit me up on myspace
myspace.com/95768349
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> MySpace All times are GMT - 8 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 5 of 8

 
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 

 
DARFUR
HOSTING / DESIGN

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