On Thu, 29 Oct 2009, Benjamin M. Schwartz wrote:
What is the best way to produce a Theora player in Flash/Actionscript? Is there some un(der)documented API that would allow us to drop a new codec into the built-in player? What about a fake Camera class? Is there an existing player in ActionScript that we can copy wholesale?
From what I've seen of the API, the only way to draw video is to draw
into a bitmap of RGBA pixels. So aside from decoding you'd also have to convert from YUV to RGB. Bastiaan _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

