编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ming_useconstants
  • SWFAction »
  • PHP Manual
  • Ming 函数
  • Sets the SWF version

ming_useswfversion

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

ming_useswfversion — Sets the SWF version

说明

ming_useswfversion ( int $version ) : void

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

?>

相关文章
php cubrid 函数 sets the cubrid database parametersphp fdf 函数 sets a flag of a fieldphp fdf 函数 sets an javascript action of a fieldphp imap 函数 sets flags on messagesphp ming 函数 sets the swf output compressionphp ming 函数 sets the swf versionphp mysqlnd qc 函数 sets the callback functions for a user defined procedural storage handlerphp oci8 函数 sets the action namephp oci8 函数 sets a millisecond timeout for database callsphp oci8 函数 sets the client identifierphp ps 函数 sets position for text outputphp ps 函数 sets certain valuesphp ps 函数 sets current colorphp ps 函数 sets appearance of a dashed linephp paradox 函数 sets the file where blobs are read fromphp paradox 函数 sets a parameterphp statistic 函数 computes the covariance of two data setsphp sybase 函数 sets the deadlock retry countphp ming ming 函数php sdo das xml 函数 sets the given string as encoding
关注编程学问公众号
编程学问网 湘ICP备20001732号