ScenEdit_PlayVideo (string, fullscreen, delay)

This function plays a local video file from Video folder.

Parameters

  • string string The name of the file
  • fullscreen True/False Show in full screen mode
  • delay number Delay in seconds before showing

Returns

string '' if successful, or 'N' if not able to play it

Example
ScenEdit_PlayVideo('News_Link_for_Between_Scenario_3_and_4.wmv', true, 0)