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 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]> wrote:
> >
> > 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(){
> >                   if(0){
> >                        test.test      //trick compiler into thinking
> youre
> > using the class, otherwise it wont get compiled in
> >                   }
> >     }
> > }
> >
> > select 'export swc' in publish settings and you're done
> >
> > On Tue, Mar 18, 2008 at 3:05 PM, Glen Pike <[EMAIL PROTECTED]>
> > wrote:
> >
> >
> > > 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=en&q=fcsh+compiler&btnG=Search&meta=
> > > <
> http://www.google.co.uk/search?hl=en&q=fcsh+compiler&btnG=Search&meta=>
> > >
> > > This is not a Papervision thing, but it really helps compile times...
> > >
> > > Dwayne Neckles wrote:
> > > > 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
> > > >
> > > > _________________________________________________________________
> > > > Do more with your photos with Windows Live Photo Gallery.
> > > >
> > >
> >
> http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_photos_022008_______________________________________________
> > > > Flashcoders mailing list
> > > > Flashcoders@chattyfig.figleaf.com
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > > >
> > > >
> > >
> > > --
> > >
> > > Glen Pike
> > > 01736 759321
> > > www.glenpike.co.uk <http://www.glenpike.co.uk>
> > > _______________________________________________
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> >
> >
> >
> >
> > --
> > M.A. van't Kruis
> > http://www.malatze.nl/
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> ...helmut
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
M.A. van't Kruis
http://www.malatze.nl/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to