SWFBitmap->getWidth
SWFButton->addAction
Ming
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The SWFButton class
简介
SWFButton.
Class synopsis
SWFButton
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 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程