SWFSound
SWFSoundInstance->loopCount
Ming
PHP Manual
The SWFSoundInstance class
简介
SWFSoundInstance
objects are returned by the
SWFSprite->startSound
and
SWFMovie->startSound
methods.
类摘要
SWFSoundInstance
{
/* 方法 */
void
SWFSoundInstance::loopCount
(
int
$point
)
void
loopInPoint
(
int
$point
)
void
loopOutPoint
(
int
$point
)
void
noMultiple
(
void
)
}
Table of Contents
SWFSoundInstance->loopCount
— 说明
SWFSoundInstance->loopInPoint
— 说明
SWFSoundInstance->loopOutPoint
— 说明
SWFSoundInstance->noMultiple
— 说明
SWFSound
SWFSoundInstance->loopCount
Ming
PHP Manual