This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk.
swfmovie->add() adds instance to
the current movie. instance is any type of data :
Shapes, text, fonts, etc. must all be added to the movie to make this work.
For displayable types (shape, text, button, sprite), this returns an
swfdisplayitem(), a handle to the object in a display
list. Thus, you can add the same shape to a movie multiple
times and get separate handles back for each separate instance.
See also all other objects (adding this later), and
swfmovie->remove()
See examples in :
swfdisplayitem->rotateto() and
swfshape->addfill().
Php swfmovie.add Function syntax tag
swfmovie.add 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 swfmovie.add 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.