|

SeekFrame


(number) The frame to seek to (or the number of frames to seek by). Defaults to 0.


Note: Only used if SeekType is 2, 3, or 4.


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Flash.SetEnabled

OverviewExamples

Flash.SetEnabled ( string ObjectName,


boolean Enabled = true )


De s cr ip t ion


Sets the enabled/disabled state of a Flash object.


Note: When a Flash object is disabled, it doesn't respond to the user at all.


image

P arame t er s


ObjectName


(string) The name of the Flash object.


|