There are Java libraries, and a couple of AS3 libraries too. Sorry I don't have any links right now. A google search should come up with something.
Steve On 5/14/08, VELO <[EMAIL PROTECTED]> wrote: > > And there is no API in flex or Java to do that, right?! > > VELO > > On Wed, May 14, 2008 at 6:39 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > >> The SWF format is documented. It is a tagged file format. You'll be >> able to walk the tags and find metadata tags. >> >> >> ------------------------------ >> >> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On >> Behalf Of *VELO >> *Sent:* Wednesday, May 14, 2008 2:38 PM >> *To:* [email protected] >> *Subject:* Re: [flexcoders] Reading SWF Metadata >> >> >> >> And how I read metadata from this byte array? >> >> VELO >> >> On Wed, May 14, 2008 at 6:17 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >> >> You have to write code to parse the SWF as a byte array. >> >> >> ------------------------------ >> >> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On >> Behalf Of *VELO >> *Sent:* Wednesday, May 14, 2008 9:46 AM >> *To:* [email protected] >> *Subject:* [flexcoders] Reading SWF Metadata >> >> >> >> Hi, >> >> I add some metadata to my swf doing this: >> http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_16.html >> >> Is there any way to read this metadata? >> >> >> VELO >> >> >> >> > >

