ming_useswfversion
(PHP 4 >= 4.2.0, PHP 5)
ming_useswfversion — SWF のバージョンを設定する
説明
void ming_useswfversion
( int $version
)
ムービーで使用する SWF のバージョンを設定します。 これは Action Script の動作に影響します。
パラメータ
- version
-
使用する SWF のバージョン。
返り値
値を返しません。
例
例1 ming_useswfversion() の例
<?php
$movie = new SWFMovie();
ming_useswfversion(4); // Flash 4
?>
ming_useswfversion
There are no user contributed notes for this page.
