Is there a Flash API that I can load Yahoo video player into another SWF? same methods/events?
Is "StreamPlay" thrown when "vidPlay" is requested and completed?
its a bit different and unsupported officially but:
flashvars:
same as html embed
methods:
playClip( id )
pauseClip()
stopClip()
seekClip( timecode )
getCurrentTimecode()
die()
startClip()
initClip( id )
sizePlayer( width:Number, height:Number)
events:
onPlayerInit - wait for this event before interacting w/ the player
onPlayerError
onStreamPause
onStreamStop
onStreamError
onPlaylistStart
onPlaylistComplete
onPlaylistItemStart
onPlaylistItemInitialStart
onPlaylistItemComplete