Google player not working

echo"<div class=‘hideplayer’ style=‘position:absolute;left:0px;’><embed type=‘application/x-shockwave-flash’ *flashvars=‘audioUrl=upload/Toh%20Zinda%20Ho%20Tum&autoPlay=true’ *src=‘http://www.google.com/reader/ui/3523697345-audio-player.swf’ width=‘200px’ height=‘200px’ quality=‘best’ wmode=‘transparent’ autoplay=‘1’></embed></div>";

this code isn’t working…i just copied it and deleted it and then undo it and after that its not working…it display itself when site loads and then disappear on top left…please tell whats d problem

http://moneyzzproject.netii.net

Try this:

echo '<div class="hideplayer" style="position:absolute;left:0px;"><embed type="application/x-shockwave-flash" *flashvars="audioUrl=upload/Toh%20Zinda%20Ho%20Tum&autoPlay=true" *src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="200px" height="200px" quality="best" wmode="transparent" autoplay="1"></embed></div>';

no its not working…actually it was working before but dont know what happened

it automatically starts now…what was that? any ideas sir?

Are you using my code or yours? I flipped the quote styles in my code so that " was being used in your HTML rather than '.

your code didn’t worked…it was mine that itself starts working…what could be the reason?any idea?

What is your actual question now? The audio starts when the page loads. It does not display on screen because the inline style places it offscreen:

style="position:absolute;left:[COLOR="#FF0000"]-800[/COLOR]px;"

It autoplays presumably because of this:

autoplay="1"

If you don’t want autoplay, presumably you’d need this:

autoplay="0"

… but then, with it being set way of screen, it will never run.