views:

209

answers:

1

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

A: 

oh, sorry there is a mistype there, it is just one " after imgsrc, and it doesn't work.

agog

related questions