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