1

Is there a standard set of JavaScript controls for controlling a flash video created with swfobject?

I'm using Akamai Multi Player and I'm trying to find a JS control to seek the video when it loads.

David Ryder
  • 1,291
  • 5
  • 14
  • 27

1 Answers1

0

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

Community
  • 1
  • 1
Finnnn
  • 3,530
  • 6
  • 46
  • 69