View Single Post
Old 08-25-2008, 06:02 AM   #1 (permalink)
objecterror
objecterror's Avatar
 
Ultra Techie

Join Date: Jan 2006

Location: vegas

Posts: 686

objecterror is on a distinguished road

Exclamation Flash Player Help

Hello, Redid my site ^ and now I cannot get the flash player to autostart, but it does 'work' which I'm happy for.

What can i do? It's 3am and my brain cells aern't functioning here's the code for the player:

<object data="player/hbs_mp3_player.swf" width="24" height="17" style="vertical-align: bottom;" type="application/x-shockwave-flash">
<param name="type" value="application/x-shockwave-flash" />
<param name="src" value="player/hbs_mp3_player.swf" />
<param name="data" value="player/hbs_mp3_player.swf" />
<param name="codebase" value="player/hbs_mp3_player.swf" />
<param name="FlashVars" value="TheSound=player/sp_tbite.mp3"/>
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="player/hbs_mp3_player.swf" />
<param name="loop" value="true" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<a href="player/sp_tbite.mp3">the song</a>

Last edited by Trotter; 08-25-2008 at 01:56 PM. Reason: Removed link
objecterror is offline