update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the SWF version

ming_useswfversion

(PHP 4 >= 4.2.0, PHP 5 <= 5.3.0, PECL ming SVN)

ming_useswfversionSets the SWF version

설명

void ming_useswfversion ( int $version )

Sets the SWF version to be used in the movie. This affect the bahaviour of Action Script.

인수

version

SWF version to use.

반환값

값을 반환하지 않습니다.

예제

Example #1 ming_useswfversion() example

<?php

$movie 
= new SWFMovie();
ming_useswfversion(4); // Flash 4

?>