by "Serve Lau" <aser@[EMAIL PROTECTED]
>
Oct 26, 2007 at 08:17 PM
"Richard James" <IWillGetOne@[EMAIL PROTECTED]
> wrote in message
news:472145d3$0$20610$afc38c87@[EMAIL PROTECTED]
> Serve Lau wrote:
>
>> What is relatively the easiest way to write a movie player? This is
for
>> an embedded platform.
>> The movie does not have to be compressed as long as it can be streamed
>> from a flash card
>>
>> Anyone have any ideas?
>
> Create a C Structure that has all the frame information in it
> Make a loop and then read each frame into the structure then pass it to
> your
> display function, not forgetting to pause.
Well yeah, making a movie player like that is easy, but I think I asked my
question wrong.
I mean a movie player which sup****ts some well known format, so artists
can
create lets say an avi out of a flash movie for instance. Im kinda hoping
that its possible to write a movie player that sup****ts avi files where
the
movie isnt compressed at all.