SWF 函数
在线手册:中文 英文
PHP手册

swf_placeobject

(PHP 4)

swf_placeobjectPlace an object onto the screen

说明

void swf_placeobject ( int $objid , int $depth )

Places the object in the current frame at a specified depth.

This uses the current mulcolor (specified by swf_mulcolor()) and the current addcolor (specified by swf_addcolor()) to color the object and it uses the current matrix to position the object.

参数

objid

The object id.

depth

Must be between 1 and 65535.

返回值

没有返回值。


SWF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Place an object onto the screen

用户评论:

PHPcoder at Zurita dot com (09-Dec-2009 06:55)

Objects with a greater value for the depth parameter are placed in front of (or on top of) objects with a lesser depth value.