downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

swf_polarview> <swf_perspective
[edit] Last updated: Fri, 17 May 2013

view this page in

swf_placeobject

(PHP 4)

swf_placeobjectオブジェクトを画面に配置する

説明

void swf_placeobject ( int $objid , int $depth )

オブジェクトを、深さ depth で現在のフレームに配置します。

この関数は、( swf_mulcolor() で指定した) 現在の乗算色および( swf_addcolor() で指定した) 現在の加算色をオブジェクトに色づけする際に使用します。また、 オブジェクトの位置を決める際に現在の行列を使用します。

パラメータ

objid

オブジェクト ID。

depth

1 から 65535 までの間の値。

返り値

値を返しません。



add a note add a note User Contributed Notes swf_placeobject - [1 notes]
up
0
PHPcoder at Zurita dot com
3 years ago
Objects with a greater value for the depth parameter are placed in front of (or on top of) objects with a lesser depth value.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites