Shockwave Flash函数库:swf_addbuttonrecord

swf_addbuttonrecord

(PHP4 >= 4.0RC2)

swf_addbuttonrecord ---&">nbsp; 控制按钮出现和动作的区域位置

语法 : void swf_addbuttonrecord (int states, int shapeid, int depth)

说明 :

swf_addbuttonrecord( )允许你去定义按钮使用的细节,第一个参数 states定义按钮可以有何种状态,可以是下列的常数任何一个或是全部 : BSHitTest、BSDown、BSOver 或 BSUp。第二个参数 shapeid是按钮的外表,这通常是按钮的形状的物件 id。参数 depth是按钮在目前的框架中的配置。

Example :

<?php

swf_startButton ($objid, TYPE_MENUBUTTON);

swf_addButtonRecord (BSDown|BSOver, $buttonImageId, 340);

swf_onCondition (MenuEnter);

swf_actionGetUrl ("http://www.designmultimedia.com", "_level1");

swf_onCondition (MenuExit); swf_actionGetUrl ("", "_level1");

swf_endButton ();

?>

时间: 2024-09-20 09:46:16

Shockwave Flash函数库:swf_addbuttonrecord的相关文章

Shockwave Flash函数库:swf_openfile

swf_openfile (PHP4 >= 4.0RC2) swf_openfile ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 开启新的Shockwave Flash文件 语法 : void swf_openfile (string filename, float width, float height, float framerate, float r, float g, float b) 说

Shockwave Flash函数库:swf_actiongeturl

swf_actiongeturl (PHP4 >= 4.0RC2) swf_actiongeturl --- 从Shockwave http://www.aliyun.com/zixun/aggregation/12592.html">Flash影片取得URL 语法 : void swf_actiongeturl (string url, string target) 说明 : swf_actiongeturl( )以参数url和目标target取得URL.

Shockwave Flash函数库:swf_closefile

swf_closefile (PHP4 >= 4.0RC2) swf_closefile ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 关闭Shockwave Flash文件 语法 : void swf_closefile (void); 说明 : 关闭由swf_openfile( )所开启的文件.

Shockwave Flash函数库:swf_ortho2

swf_ortho2 (PHP4 >= 4.0RC2) swf_ortho2 ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 定义2D垂直线使用者的绘图到目前的绘图区域上 语法 : void swf_ortho2 (double xmin, double xmax, double ymin, double ymax) 说明 : swf_ortho( )定义一个2D垂直线(orthographic)使用

Shockwave Flash函数库:swf_actionsettarget

swf_actionsettarget (PHP4 >= 4.0RC2) swf_actionsettarget ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 设定动作的来龙去脉 语法 : void swf_actionsettarget (string target) 说明 : swf_actionsettarget( )设定所有动作的来龙去脉(context),你可以使用这个函数来控制目前播放的

Shockwave Flash函数库:swf_fonttracking

swf_fonttracking (PHP4 >= 4.0RC2) swf_fonttracking ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 设定目前字体的距离 语法 : void swf_fonttracking (float tracking) 说明 : 设定字体间隔的值为参数 tracking指定的值,此函数用来增加文字与文字间的距离,参数 tracking如果为正数则增加距离,如果为负

Shockwave Flash函数库:swf_getbitmapinfo

swf_getbitmapinfo (PHP4 >= 4.0RC2) swf_getbitmapinfo ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得关于位图的资讯 语法 : array swf_getbitmapinfo (int bitmapid) 说明 : swf_getbitmapinfo( )传回关于位图(bitmap) bitmapid的资讯,此函数传回一数组,数组有着有列的元素

Shockwave Flash函数库:swf_definebitmap

swf_definebitmap (PHP4 >= 4.0RC2) swf_definebitmap ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 定义位图 语法 : void swf_definebitmap (int objid, string image_name) 说明 : swf_definebitmap( )定义一个位图(bitmap)给予一个GIF, JPEG, RGB 或 FI图形,

Shockwave Flash函数库:swf_actiontogglequality

swf_actiontogglequality (PHP4 >= 4.0RC2) swf_actiontogglequality ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 拴牢介于高与低质量flash影片 语法 : void swf_actiontogglequality (void); 说明 : 拴牢(Toggle)介于高与低质量(quality)flash影片.