PlayItem

Top  Previous  Next

 

PlayFirstItem

 

Syntax

PlayFirstItem([in] ItemName);

 

Description

To play a specific item by name from the playlist

 

Parameters

       ItemName

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

 

Return

       1 = success

       0 = failed

       -1 = FSCommands cannot be found

 

Example

 

FSCommand("PlayItem", "Movie5");

 

To play an item name "Movie5" within the playlist.