ExecuteSupportFile

Top  Previous  Next

 

ExecuteSupportFile

 

Syntax

ExecuteSupportFile([in] ItemName);

 

Description

To play a specific item by name from the additional file archive

 

Parameters

       ItemName

               An Item name to be played. Use the exact same name showing in the Flash EXE Builder additional file list.

 

Return

       1 = success

       0 = failed

       -1 = FSCommands cannot be found

 

Example

 

FSCommand("ExecuteSupportFile", "Movie5");

 

To play an item name "Movie5" within the additional file list.