Loop
(boolean) Whether to make the Flash file loop when it reaches the end:
VALUE DESCRIPTION |
|
true |
Loop. |
false |
Don't loop. (Default) |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Flash.Play
OverviewExamples
Flash.Play ( string ObjectName )
De s cr ip t ion
Plays the Flash file currently loaded in a Flash object.
P arame t er s
ObjectName
(string) The name of the Flash object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Flash.Seek
OverviewExamples
Flash.Seek ( string ObjectName,
number SeekType = SEEK_BEGINNING,
number SeekFrame = 0 )
De s cr ip t ion
Seeks to a position in a Flash file in a Flash object.
P arame t er s
ObjectName
(string) The name of the Flash object.