| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
swf_addbuttonrecord
(PHP 4, PECL)
swf_addbuttonrecord -- Controls location, appearance and active area of the current buttonPopis
void swf_addbuttonrecord ( int states, int shapeid, int depth )Allow you to define the specifics of using a button.
Seznam parametrů
statesDefines what states the button can have, these can be any or all of the following constants: BSHitTest, BSDown, BSOver or BSUp.
shapeidThe second parameter, the
shapeidis the look of the button, this is usually the object id of the shape of the button.depthThis parameter is the placement of the button in the current frame.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| swf_actionwaitforframe | Nahoru |