Flash.Load

Flash.Load ( 

string  ObjectName,

string  Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Example 1

Flash.Load("Flash Intro", "AutoPlay\\Documents\\intro.swf", true);

Loads the Flash file "AutoPlay\Documents\intro.swf" into the "Flash Intro" object and starts to play it automatically. Given it's current setting, it will not loop.

Example 2

Flash.Load("Flash1", "AutoPlay\\Documents\\panorama.swf");

Loads the Flash file "AutoPlay\Documents\panorama.swf" into the "Flash1" object. It will not play automatically and will not loop.

See also:  Related Actions