Matt.H
Member
Registered: 12th Mar 03
User status: Offline
|
I have created a Beatport player to play music on my myspace. The things is that it doesnt start automatically when the page opens. I'll paste the code below but was wondereing if there was any way the code could be modded so it plays automatically? At the mo, you click the 1st song to play and then it will run thro the rest. Any help much appreciated. Cheers
heres the code.
<style>//---------------- BEGIN BEATPORT PLAYER -----------------------</style>
<div class="beatport" align="center" style="borderpx; background:transparent; padding:10px;"><map name="bottomlinks"><area href="http://www.beatport.com" alt="Go to Beatport.com" coords="0,0,225,50" /><area href="http://www.beatport.com/viralPlayer/relay?playerId=35070" alt="Get These Tracks" coords="237,12,332,38" /><area href="http://www.beatportplayer.com/?playerId=35070" alt="Add This Player" coords="332,12,422,38" /></map><img src="http://marketing.beatport.com/operations/images/playerHeader.gif" style="display:block; border:none;" usemap="#bottomlinks" /><object type="application/x-shockwave-flash" data="http://www.beatport.com/viralplayer.swf" height="264" width="442" style="display:block;" align="center"><param name="movie" value="http://www.beatport.com/viralplayer.swf" /><param name="allownetworking" value="internal" /><param name="allowScriptAccess" value="never" /><param name="enableJSURL" value="false" /><param name="enableHREF" value="false" /><param name="saveEmbedTags" value="true" /><param name="flashvars" value="playerId=35070&autoplay=0&volume=80" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="scale" value="noscale" /></object></div>
<style>//---------------- END BEATPORT PLAYER -------------------------</style>
|
Eddie.2k
Member
Registered: 4th Dec 06
User status: Offline
|
autostart=true
Need to put that in there some where
<style>//---------------- BEGIN BEATPORT PLAYER -----------------------</style>
<div class="beatport" align="center" style="borderpx; background:transparent; padding:10px;"><map name="bottomlinks"><area href="http://www.beatport.com" alt="Go to Beatport.com" coords="0,0,225,50" /><area href="http://www.beatport.com/viralPlayer/relay?playerId=35070" alt="Get These Tracks" coords="237,12,332,38" /><area href="http://www.beatportplayer.com/?playerId=35070" alt="Add This Player" coords="332,12,422,38" /></map><img src="http://marketing.beatport.com/operations/images/playerHeader.gif" style="display:block; border:none;" usemap="#bottomlinks" /><object type="application/x-shockwave-flash" data="http://www.beatport.com/viralplayer.swf" height="264" width="442" autostart=true style="display:block;" align="center"><param name="movie" value="http://www.beatport.com/viralplayer.swf" /><param name="allownetworking" value="internal" /><param name="allowScriptAccess" value="never" /><param name="enableJSURL" value="false" /><param name="enableHREF" value="false" /><param name="saveEmbedTags" value="true" /><param name="flashvars" value="playerId=35070&autoplay=0&volume=80" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="scale" value="noscale" /></object></div>
<style>//---------------- END BEATPORT PLAYER -------------------------</style>
try it here
[Edited on 04-03-2007 by Eddie.2k]
|
Matt.H
Member
Registered: 12th Mar 03
User status: Offline
|
does it mater where it goes?
|
Eddie.2k
Member
Registered: 4th Dec 06
User status: Offline
|
Not too sure, play about with it.
Not toally sure if it will work but ill have another look for different ways
|
Matt.H
Member
Registered: 12th Mar 03
User status: Offline
|
I copied the one you did first but that didnt work...
|
Eddie.2k
Member
Registered: 4th Dec 06
User status: Offline
|
Sorry cant help you out, try looking in the forums on the beatport website
|