The SWFSoundInstance class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

SWFSoundInstance objects are returned by the SWFSprite::startSound() and SWFMovie::startSound() methods.

Klasse synopsis

SWFSoundInstance {
/* Metoder */
void loopCount ( int $point )
void loopInPoint ( int $point )
void loopOutPoint ( int $point )
void noMultiple ( void )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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