Problem with fb:swf in Opera
Posted
by agog.iam
on Stack Overflow
See other posts from Stack Overflow
or by agog.iam
Published on 2010-05-03T12:53:01Z
Indexed on
2010/05/03
12:58 UTC
Read the original article
Hit count: 167
Hi, I am embedding my flash game in the following way, which runs fine in IE, Firefox, Chrome but doesn't play in Opera. Please suggest what is wrong here.
<div>
<fb:swf waitforclick = "true" wmode="opaque" width="640" height="480" imgsrc=""http://mygame.jpg" swfsrc="http://mygame.swf" flashvars="sid=<?php echo $id;?>&musicVal=<?php echo $musicVal;?>&efxVal=<?php echo $efxVal;?>&muteVal=<?php echo $muteVal;?>"/>
</div>
Thanks in advance, agog.iam
© Stack Overflow or respective owner