Flash Video Player: JavaScript controls
Is there a standard set of JavaScript controls for controlling a flash video created with swfob开发者_开发问答ject?
I'm using Akamai Multi Player and I'm trying to find a JS control to seek the video when it loads.
As far as I know, there is none.
You'll have to edit the source of their player to communicate with javascript using external interface.
This post is a good place to start looking at how to do so - Listen for my Flash event in Javascript
精彩评论