I am in a situation where I have an html page with a static embed of StrobeMediaPlayback.swf. Looks like it is version 2.0 if that is important.
By static, I mean it does not use swfObject to embed the player. The <object> tag and all the parameters are hard-coded into th html. I can not change this embed.
I would like to be able to seek the video using javascript. Is this possible and how can I do it? All off the examples I have found rely on using javascript to embed the player
Thanks in advance