SWF_PLACEOBJECT(3) 1 SWF_PLACEOBJECT(3)
swf_placeobject - Place an object onto the screen
SYNOPSIS
void swf_placeobject (int $objid, int $depth)
DESCRIPTION
Places the object in the current frame at a specified $depth.
This uses the current mulcolor (specified by swf_mulcolor(3)) and the current addcolor (specified by swf_addcolor(3)) to color the object
and it uses the current matrix to position the object.
PARAMETERS
o $objid
- The object id.
o $depth
- Must be between 1 and 65535.
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_PLACEOBJECT(3)