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 compilation. This does not happen in flex
Builder.

The only way I get the flex Develop to update is when I goto project options
change the options of SWC to merge code click ok. Go back and then click on
runtime press ok and compile.

On Sun, Mar 7, 2010 at 10:22 PM, Peeyush Tuli <[email protected]> wrote:

>
>
> 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 be to add a project reference on the lib
> project instead. If you have already done that, your build order in the
> workspace might be a problem.
>
>
> On Sun, Mar 7, 2010 at 1:52 PM, akhter.fahim <[email protected]>wrote:
>
>>
>>
>> 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?
>>
>>
>  
>

Reply via email to