FlashFullScreen
Description :
This extension is used to put a flash application in full screen.
Version :
(Beta) 1.4.0.0
Download :
FlashFullScreen 1.4.0.0.zip
Use :
In the HTML page, paste this code to allow full screen :
PHP Code:
<object>
...
<param name="allowFullScreen" value="true" />
<embed ... allowfullscreen="true" />
</object>