
To use these methods, be sure to allow script access to the flash
player when embedding:
so.addParam("allowScriptAccess","always");
The following methods are supported on the Player:
playID( videoId: String )
Plays a given Video ID; this is extremely useful for external playlists. Remember to prefix the Video ID with the letter "v", e.g. playID("v123456").
vidPlay
Resumes play of the current video
vidPause
Pauses video playback
vidStop
Stops video playback