Query: ming_useswfversion
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MING_USESWFVERSION(3) 1 MING_USESWFVERSION(3) ming_useswfversion - Sets the SWF versionSYNOPSISvoid ming_useswfversion (int $version)DESCRIPTIONSets the SWF version to be used in the movie. This affect the bahaviour of Action Script.PARAMETERSo $version - SWF version to use.RETURN VALUESNo value is returned.EXAMPLESExample #1 ming_useswfversion(3) example <?php $movie = new SWFMovie(); ming_useswfversion(4); // Flash 4 ?> PHP Documentation Group MING_USESWFVERSION(3)