pgLoadFlashStream() Parameters

The parameters for this function are not documented in the popup help system.
PURPOSE OF FUNCTION: Loads a video stream inside a Flash player shell. Uses the popular SMP (Strobe Media Playback) system.
(Tablets and handheld devices are not supported by this function.)
Here is a description of the parameters and their usage:
You will need this archive of videos too (or modify the tbk above and use your own videos):
PURPOSE OF FUNCTION: Loads a video stream inside a Flash player shell. Uses the popular SMP (Strobe Media Playback) system.
(Tablets and handheld devices are not supported by this function.)
Here is a description of the parameters and their usage:
- tbObjName :: (required) name of ToolBook object in which the Flash video stream should be loaded. Name must be unique.
- loadDelay :: (optional integer) represents milliseconds to delay the loading of the stream. Defaults to 0 for no delay.
- source_url :: (required) File path (url) of video stream. (Supports http and rmtp streams.) File types supported are flv, f4v, mov (h.263), and mp4
- autoPlay :: (Boolean true/false) Default is false.
- loop :: (Boolean true/false) Default is false.
- notifyOnComplete :: (Boolean true/false) Default is false.
If true, then [tbObjName] will receive a user event when the video has completed. The format of the [value] parameter is "video,[total length of video in seconds],ended" - timeMarkers :: (string) comma-separated list/stack of integers in milliseconds wherein [tbObjName] should receive a user event. The format of the [value] parameter is "video,[timeMarker / 1000],time"
- showPlayButton :: (Boolean true/false) Default is false if [autoPlay] = true
- prePlayImg_url :: (string url) Image file to use for poster image before video play button is clicked. Image types supported are jpg (recommended), png, bmp.
- postPlayImg_url :: (string url) Image file to use AFTER stream has completed/ended. Supports same image types as in [prePlayImg_url].
- controlBarVisible :: (Boolean true/false) Default is true.
- controlBarAutoHide :: (Boolean true/false) Default is true and means the control bar will hide (fade out) after about 3 seconds of no mouse movement.
- scaleMode :: (string as "letterbox" or "stretch") Default is "stretch" and will force the video stream to fit in the area occupied by [tbObjName].
- initialVolume :: (integer 0-100)
- startTime :: (integer as seconds) Default is 0.
- endTime :: (integer as seconds) Default is unset and plays entire stream.
- useBufferingOverlay :: (Boolean true/false) Default is true and means a notification will appear over the video when buffering is occurring.
- showErrorDetails :: (Boolean true/false) Default is false and means only basic error messages will be displayed when the player encounters a problem.
You will need this archive of videos too (or modify the tbk above and use your own videos):