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 wanted it on the actual site, not a pop-up window. Wink
Ah ok. Well in that case, I just veiwed the source of the popup window. Here is the code for the player Wink

<div id="profile_mp3Player" style="width: auto; height:auto;"> 
	<object id="shell" name="shell" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="345" align="middle"> 
		<param name="movie" value="http://lads.myspacecdn.com/videos/Main.swf" /> 
		<param name="quality" value="high" /> 
		<param name="wmode" value="transparent" /> 
		<param name="allowscriptaccess" value="always" /> 
		<param name="flashvars" value="uid=-1&pcc=en-US&cc=en-US&el=http%3a%2f%2fwww.myspace.com%2findex.cfm%3ffuseaction%3duser.viewProfile%26vanity%3deyessettokill%26&pertid=0998d0164056b8480000000000000000&pguid=e2b5efd64b474ab0bbae6cb3235aa51c&hash=MIGmBgkrBgEEAYI3WAOggZgwgZUGCisGAQQBgjdYAwGggYYwgYMCAwIAAQICZgMCAgDABAhPdePxL2GFfAQQZQxWMDxVUmArS5zk1Ikl6wRY7ctMoT5mYp3CeIlGgA%252f%252bJKCXMdthVL6oMTQboR2K%252f0j%252fqmwPDVV9%252b5P6ZvGuLlpVaWhVQii%252fdQ02%252fmnehhjkoFQHuSBd4%252f2pcAF91vGUuIziDnHnNwZENA%253d%253d&skinid=16&skin=http%3a%2f%2flads.myspacecdn.com%2fvideos%2fartist.xml&isus=true&on=1&afsongs=4&ayt=15&c1=transparent&c2=transparent&c3=transparent&c4=transparent&plid=948&profid=12057784&ptype=4&artid=11995223&pmix=False&shuffle=True&ap=1&fast=5&fatt=0&fadd=0&fapf=True&rast=5&ratt=0&radd=0&rapf=True&bast=-1&batt=-1&badd=-1&bapf=False&aytast=-1&aytatt=-1&aytadd=-1&xad=1&yad=1&zad=1&v=1.0.1.177&novidslider=0&t=1&mt=audio&logerr=0&facp=0&racp=0&bacp=0" /> 
		<!--[if !IE]>--> 
		<object type="application/x-shockwave-flash" data="http://lads.myspacecdn.com/videos/Main.swf" width="450" height="345" align="middle" > 
			<param name="quality" value="high" /> 
			<param name="wmode" value="transparent" /> 
			<param name="allowscriptaccess" value="always" /> 
			<param name="flashvars" value="uid=-1&pcc=en-US&cc=en-US&el=http%3a%2f%2fwww.myspace.com%2findex.cfm%3ffuseaction%3duser.viewProfile%26vanity%3deyessettokill%26&pertid=0998d0164056b8480000000000000000&pguid=e2b5efd64b474ab0bbae6cb3235aa51c&hash=MIGmBgkrBgEEAYI3WAOggZgwgZUGCisGAQQBgjdYAwGggYYwgYMCAwIAAQICZgMCAgDABAhPdePxL2GFfAQQZQxWMDxVUmArS5zk1Ikl6wRY7ctMoT5mYp3CeIlGgA%252f%252bJKCXMdthVL6oMTQboR2K%252f0j%252fqmwPDVV9%252b5P6ZvGuLlpVaWhVQii%252fdQ02%252fmnehhjkoFQHuSBd4%252f2pcAF91vGUuIziDnHnNwZENA%253d%253d&skinid=16&skin=http%3a%2f%2flads.myspacecdn.com%2fvideos%2fartist.xml&isus=true&on=1&afsongs=4&ayt=15&c1=transparent&c2=transparent&c3=transparent&c4=transparent&plid=948&profid=12057784&ptype=4&artid=11995223&pmix=False&shuffle=True&ap=1&fast=5&fatt=0&fadd=0&fapf=True&rast=5&ratt=0&radd=0&rapf=True&bast=-1&batt=-1&badd=-1&bapf=False&aytast=-1&aytatt=-1&aytadd=-1&xad=1&yad=1&zad=1&v=1.0.1.177&novidslider=0&t=1&mt=audio&logerr=0&facp=0&racp=0&bacp=0" /> 
			<!--<![endif]--> 
            <div id="flUgSwfChk"> 
				<h5 id="flUgH1">Get Flash now!</h5> 
				<p id="flUgP">In order to listen or view this content you will have to upgrade your version of Flash.</p> 
				<a href="#" onclick="(function(srcEl){srcEl.href = FlashUpgrade.GetFlashUpgradeURL(true)})(this)"><img id="flUgImg" src="http://x.myspacecdn.com/modules/musicv2/static/img/flash_logo_player.jpg" /></a> 
			</div> 
			<!--[if !IE]>--> 
		</object> 
		<!--<![endif]--> 
	</object> 
</div>
MyCode?
MyCode is only for posts. Toungue
Did that code help, Joe?
It's the same code I'm using now. Toungue
(2009-11-15, 02:16 AM)KuJoe Wrote: [ -> ]MyCode is only for posts. Toungue

You could call that function (Or whatever the proper term it is...) To it? Also just use a different site.
I guess I'll deal with the current setup. Thanks everybody for your attempts. Big Grin
Ya, why not use something imeem or something where you can just make a play list and embed it?
Oh, I thought the popup on the site just went to the URL to the player >_>
On your site I click 'Listen!' and it makes a popup that takes me to http://www.eyessettokill.net/listen.php. So I figured you just made a popup that went to that URL.
Pages: 1 2 3