|

Height


(number) The new height of the Flash object in pixels.


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.SetVisible

OverviewExamples

Flash.SetVisible ( string ObjectName,


boolean Visible = true )


De s cr ip t ion


Sets the visibility of a Flash object.


image

Note: This action simply controls the visibility of the object and does not affect its play state. For example, if you hide an object while it is playing, it will continue to play even though it's not visible.


P arame t er s


ObjectName


(string) The name of the Flash object.


|