RE: [flexcoders] swc question

2007-10-02 Thread Alex Harui
Subject: [flexcoders] swc question Just to confirm, in regards to include swc files in your swc, the docs say, In most cases, the symbols defined in the SWF file that are referenced by the application are embedded in the Flex application at compile-time. This is known as static linking. The

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' t

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 PM

[flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
Just to confirm, in regards to include swc files in your swc, the docs say, In most cases, the symbols defined in the SWF file that are referenced by the application are embedded in the Flex application at compile-time. This is known as static linking. The application compiler only includ