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

search for in the

swf_polarview> <swf_perspective
[edit] Last updated: Fri, 23 Mar 2012

view this page in

swf_placeobject

(PHP 4)

swf_placeobjectPlace an object onto the screen

Opis

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.

Parametry

objid

The object id.

depth

Must be between 1 and 65535.

Zwracane wartości

Nie jest zwracana żadna wartość.



add a note add a note User Contributed Notes swf_placeobject
PHPcoder at Zurita dot com 09-Dec-2009 03: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.

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