swf_placeobject -- Place an object onto the screen
Syntax
void swf_placeobject ( int objid, int depth )
Places the object specified by objid in
the current frame at a depth of depth.
The objid parameter and the
depth must be between 1 and 65535.
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.
Note:
Full RGBA colors are supported.
Php swf placeobject Function syntax tag
swf placeobject php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php swf placeobject syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.