Re: [flexcoders] SWC not getting updated everytime

2010-03-09 Thread Fahim Akhter
gt; *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Fahim Akhter > *Sent:* Monday, March 08, 2010 1:57 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] SWC not getting updated everytime > > > > > > My swf has sprites (class

RE: [flexcoders] SWC not getting updated everytime

2010-03-08 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fahim Akhter Sent: Monday, March 08, 2010 1:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SWC not getting updated everytime My swf has sprites (classes) which are used to extend other classes in my project e.g

Re: [flexcoders] SWC not getting updated everytime

2010-03-07 Thread Fahim Akhter
My swf has sprites (classes) which are used to extend other classes in my project e.g BodyView is a movieclip in my swc BodyModel is a class in my main project extended through BodyView When I was using flash develop everytime I compiled the swc it automatically got updated in the project on comp

Re: [flexcoders] SWC not getting updated everytime

2010-03-07 Thread Peeyush Tuli
are you compiling a library project and then unable to get the updated swc? - must be an access problem in the output directory or is your flex project dependent one of your library projects? - why did you add the swc as a reference, if you are also coding the lib project. A better practice would

[flexcoders] SWC not getting updated everytime

2010-03-07 Thread akhter.fahim
Hi, Whenever I compile my SWC it doesn't get compiled with the project itself. In project Properties I delete the swc and then add it again only then it compiles again. How do I get flex to get the changes automatically?