View Single Post
Nutrox's Avatar Nutrox Nutrox is offline Super Moderator 17 Creative Assets 2009-07-08 #3 Old  
I deleted your other thread. Make sure you have set allowFullScreen=true on the object/embed tags in the HTML:

Code:
<object ... >
    <param name="allowFullScreen" value="true"/>
    <embed ... allowFullScreen="true"/>
</object>
Reply With Quote