I've been doing some digging and haven't been able to figure out an answer to my question. I'm not a Flash developer, so please excuse any misinformations I might include.
Essentially, I would like to export a frame of an OSMF VideoElement to an HTML5 <canvas>
element. After doing some digging, it looks like it's possible to capture the current frame with the BitmapData object.
Alternatively, can one expose the raw BitmapData via Flash-JS bridge interface? That might be enough for me, albeit slow. Any help is appreciated!