The SWFButton class

(PHP 5 <= 5.3.0, PECL ming SVN)

소개

SWFButton.

클래스 개요

SWFButton {
/* 메소드 */
void addAction ( SWFAction $action , int $flags )
SWFSoundInstance addASound ( SWFSound $sound , int $flags )
void addShape ( SWFShape $shape , int $flags )
__construct ( void )
void setAction ( SWFAction $action )
void setDown ( SWFShape $shape )
void setHit ( SWFShape $shape )
void setMenu ( int $flag )
void setOver ( SWFShape $shape )
void setUp ( SWFShape $shape )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top