LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The SWFButton class
SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual
The SWFButton class
Introduction
SWFButton.
Class synopsis
SWFButton
class
SWFButton
{
/* Methods */
void
addAction
(
SWFAction
$action
,
int
$flags
)
SWFSoundInstance
addASound
(
SWFSound
$sound
,
int
$flags
)
void
addShape
(
SWFShape
$shape
,
int
$flags
)
SWFButton
__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
SWFButton->addAction
— Adds an action
SWFButton->addASound
— Associates a sound with a button transition
SWFButton->addShape
— Adds a shape to a button
SWFButton->__construct
— Creates a new Button
SWFButton->setAction
— Sets the action
SWFButton->setDown
— Alias for addShape(shape, SWFBUTTON_DOWN)
SWFButton->setHit
— Alias for addShape(shape, SWFBUTTON_HIT)
SWFButton->setMenu
— enable track as menu button behaviour
SWFButton->setOver
— Alias for addShape(shape, SWFBUTTON_OVER)
SWFButton->setUp
— Alias for addShape(shape, SWFBUTTON_UP)
SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual