RE: [flexcoders] A question about rsl files and path

2007-04-02 Thread Brian Holmes
When working with applications and flex libraries side by side just
include the library as a project. 

 

Right click project > properties > Flex Build Path > Library Path > Add
Project

 

You then may need to change the build order of your projects to make
sure the Library gets built before the application

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of kkinaru
Sent: Monday, April 02, 2007 5:00 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] A question about rsl files and path

 

Hello all.

I'm a new flex programmer, and I had not too many problems... since now.

I have two proyects in flex builder 2 (Application and Library) and I
need to use the library in my application. This library (in .swc
format) must be deployed in a subfolder, but flex builder copies the
unpacked .swf file in the app root folder.

I try it with external-library-path, -runtime-shared-libraries,
extern, and some another compiler options, but I don't manage to
separate this .swf file.

I've read some articles about .swc and external .swf use, but I can't
find this information neither an example of compiler options needed in
flex builder 2.

Can anyone give me some advice about this problem?

Thankyou very much in advance.

 



***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***


[flexcoders] A question about rsl files and path

2007-04-02 Thread kkinaru
Hello all.

I'm a new flex programmer, and I had not too many problems... since now.

I have two proyects in flex builder 2 (Application and Library) and I
need to use the library in my application. This library (in .swc
format) must be deployed in a subfolder, but flex builder copies the
unpacked .swf file in the app root folder.

I try it with external-library-path, -runtime-shared-libraries,
extern, and some another compiler options, but I don't manage to
separate this .swf file.

I've read some articles about .swc and external .swf use, but I can't
find this information neither an example of compiler options needed in
flex builder 2.

Can anyone give me some advice about this problem?



Thankyou very much in advance.