MyBB Community Forums

Full Version: Anybody know how to play music from MySpace Music on a website?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I've found a few sites that just create iframes of the MySpace Music Player, but my problem is that player is to big. Any ideas or suggestions? I'm just looking for a way to stream music legally on my new website (the site is completely MyBB but I've been adding custom pages).
MySpace has a Shockwave music/video player that you can use to play MySpace music.
You can add MySpace music codes to your web site by using the example below. Simply copy and paste the code into your own site, then put the value of the src attribute to the URL of your myspace music.
<embed src="http://"
quality="high"
bgcolor="#ffffff"
width="450"
height="345"
name="mp3player"
align=""
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
I think it should work.
Thanks, unfortunately all both of those do is allow me to use MySpace's Music Player on my own site. Sad
http://playlist.com

Best site for music playlists. You an put them directly on your site, MySpapce, Facebook, etc.
I'm trying to make a goear playlist. its fairly simple i hope Toungue Try goear/
Due to various XSS protection schemes, you'll probably be hard pressed to find a solution which doesn't involve using the MySpace player.
(I don't use MySpace myself, so I dunno the extent of what you can do; basically Flash will only request objects stored on the same domain unless there is a crossdomain policy specified)
does it auto play? If you want it to auto play mabe just set it in a 1x1px iframe?
I don't want auto play. I want the users to be able to skip, pause, and play songs. I also want the songs to be pulled from MySpace so that when the band updates songs they will be available for my visitors also.
So whats wrong with the way you have it now?
Pages: 1 2 3