I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on:
- Time location of playback head (so I can display the current time in the browser extension via HTML5/JavaScript)
- Frames (so I can make capture them to an image file, save it and display image in browser extension)
- Original Dimensions in pixels (so I can display the original video dimensions via JS/HTML5 in browser extension)
Is this possible by using Javascript and HTML5 from a browser extension?
Would I have to use something like the SWFObject Javascript API http://code.google.com/p/swfobject/wiki/api ?