|
From: | Rob Savoye |
Subject: | [Gnash] updated plugin |
Date: | Sat, 07 Jan 2006 11:27:35 -0700 |
User-agent: | Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) |
This version displays a hard-coded OpenGL graphic in the window where the flash movie is supposed to be playing. You'll get multiple graphics if you have multiple flash movies in the same window frame. All the flash movies get downloaded to /tmp, so they can be used for testing with the standalone player.
Once the flash movie is downloaded, it starts a thread to play the movie, so the movie's run loop needs to run separate from Firefox's. Today I plan to merge the rest of the standalone player into this thread. Initially I'm planning on downloading a movie and then playing it, as this will require the least amount of nasty changes to the standalone player. Once that works, the next step will be to start playing the movie while downloading it. This will require major rearrangement of how Gnash reads the input stream, but these will all be worthwhile changes. Right now Gnash expects to sequentially read a disk based file, whereas with Firefox, the input is a callback, and input comes in batches.
- rob -
[Prev in Thread] | Current Thread | [Next in Thread] |