Re: [flexcoders] swc question

2007-10-02 Thread Patrick Lemiuex
Actually, I don't know the answer to your question Bjorn but you can inspect the contents of a swc by renaming the extension to zip and then browsing the contents after you unzip it with winzip (or winrar). The swc is just a wrapper. Hope this helps. Patrick On Oct 2, 2007, at 6:16

Re: [flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
Hey Pat, I was more interested of the contents of the swf that includes the swc. Say i create a custom button and compc it to swc. Then include that swc into my flex app. Can the flex compiler work out that some of the classes in my swc, are already in my flex app and therefore not 'duplicate'

RE: [flexcoders] swc question

2007-10-02 Thread Alex Harui
Every class has a compilation timestamp whether sourced from swc or source-paths. Most recent wins. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, October 02, 2007 6:16 PM To: flexcoders@yahoogroups.com