[Flashcoders] SWC catalog XML file format documentation?

2008-10-06 Thread Peter Nicolai
Hi, There are a couple of posts on this list from April discussing using nochump's ziplib to open read SWC files. I'm looking to do something along those lines. Is anyone aware of any documentation from Adobe on the SWC catalog's XML file format? thanks

Re: [Flashcoders] swc

2008-03-20 Thread Meinte van't Kruis
pretty much so I guess. I'm using SWC primarily to exclude classes from compiling in my swf's (since these are modules and my main SWF has those classes allready). On Wed, Mar 19, 2008 at 11:02 PM, Helmut Granda [EMAIL PROTECTED] wrote: Interesting approach. so say I have an application with

Re: [Flashcoders] swc

2008-03-19 Thread Meinte van't Kruis
you can use flash cs3 as well, if you dont want to be bothered with fcsh or mxmlc just make a document class, let's say you want to compile test.test just do this import test.test import flash.display.Sprite; public class SWC_export extends Sprite{ public function SWC_export(){

Re: [Flashcoders] swc

2008-03-19 Thread Helmut Granda
Interesting approach. so say I have an application with 100 classes and say 99 of them are ready for production and I am only editing one, I can put all my other 99 into a swc and use it with my movie without having to compile them all together? On 3/19/08, Meinte van't Kruis [EMAIL PROTECTED]

[Flashcoders] swc

2008-03-18 Thread Dwayne Neckles
I am gettign long compile times witha papervision project im doing.. i have a hunch that if i use somethign called a swc that has the pv3dclasses precompiled already.. then i can save massive times... anyone know of a way to create them.. and i dont have flex

Re: [Flashcoders] swc

2008-03-18 Thread Glen Pike
You can reduce compile times by using the Flex Compiler Shell. If you are using Flash Develop or similar it works as well. http://www.google.co.uk/search?hl=enq=fcsh+compilerbtnG=Searchmeta= http://www.google.co.uk/search?hl=enq=fcsh+compilerbtnG=Searchmeta= This is not a Papervision thing,