|

Visible


(boolean) Whether to make the Flash object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


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

OverviewExamples

Flash.Stop ( string ObjectName )


De s cr ip t ion


Stops playing the Flash file 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


image

Fo l d e r


image

Folder.Create

OverviewExamples

Folder.Create ( string Folder )


De s cr ip t ion


Creates a new folder on the user's system.


P arame t er s


Folder


(string) The path to the folder.


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

Folder.Delete

OverviewExamples

Folder.Delete ( string Folder )


De s cr ip t ion


Deletes a folder from the user's system.


Note: The folder must be empty to be deleted.


image

P arame t er s


Folder


(string) The path to the folder.


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

Folder.DeleteTree

OverviewExamples

Folder.DeleteTree ( string FolderName,


function CallbackFunction = nil )


De s cr ip t ion


Deletes a folder and all of its contents (files and subfolders) from the user's system.


P arame t er s


FolderName


(string) The path to the folder.


|