swf_placeobject

(PHP 4)

swf_placeobjectPlace an object onto the screen

Описание

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.

Список параметров

objid

The object id.

depth

Must be between 1 and 65535.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.

Коментарии

Objects with a greater value for the depth parameter are placed in front of (or on top of) objects with a lesser depth value.
2009-12-09 12:55:43
http://php5.kiev.ua/manual/ru/function.swf-placeobject.html

    Поддержать сайт на родительском проекте КГБ