Flash.Load

Flash.Load ( 

string  ObjectName,

string  Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Description

Loads a Flash file into a Flash object.

Parameters

ObjectName

(string) The name of the Flash object.

Filename

(string) The path to the Flash file. Click the browse button to select a file.

PlayAutomatic

(boolean) Whether to automatically start playing the Flash file after it loads:

VALUE

DESCRIPTION

true

Automatically start playing the file.

false

Don't play the file until told to do so. (Default)

Loop

(boolean) Whether to make the Flash file loop when it reaches the end:

VALUE

DESCRIPTION

true

Loop.

false

Don't loop. (Default)

Returns

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

See also:  Related Actions