RE: [Flashcoders] IFF to AS3

2007-05-10 Thread Frank Pepermans
ich are also encoded in IFF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Holroyd Sent: 10 May 2007 12:42 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] IFF to AS3 On Thu, May 10, 2007 at 10:06:27AM +0200, Frank Pepermans wrote: >

Re: [Flashcoders] IFF to AS3

2007-05-10 Thread Ian Thomas
On 5/10/07, David Holroyd <[EMAIL PROTECTED]> wrote: Are you porting DeluxePaint to Flash? ;) I have to say - that crossed my mind, too. :-D Ian ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://

Re: [Flashcoders] IFF to AS3

2007-05-10 Thread David Holroyd
On Thu, May 10, 2007 at 10:06:27AM +0200, Frank Pepermans wrote: > I'm trying to get AS3 to parse an IFF file, more specifically the EA IFF > 85 file format, using the byteArray. > > For now the best documentation I've found is this link > http://www.martinreddy.net/gfx/2d/IFF.txt and a C script c

[Flashcoders] IFF to AS3

2007-05-10 Thread Frank Pepermans
Hi, I'm trying to get AS3 to parse an IFF file, more specifically the EA IFF 85 file format, using the byteArray. For now the best documentation I've found is this link http://www.martinreddy.net/gfx/2d/IFF.txt and a C script called IFFDigest. Now since I've never done anything in C, there