[flexcoders] Custom Flex 4 RSL Locations

2009-07-17 Thread rfkrockteekers
Is there any way I can give Flex 4 a different location from which to load the 
RSLs from? I'd like to put all of my rsls in a subdirectory beneath the main 
application file. 

Is this possible? 



[flexcoders] Re: Custom Flex 4 RSL Locations

2009-07-17 Thread rfkrockteekers
Got it: edit ${FLEX_HOME}/frameworks/flex-config.xml around line 333.

--- In flexcoders@yahoogroups.com, rfkrockteekers rfkroc...@... wrote:

 Is there any way I can give Flex 4 a different location from which to load 
 the RSLs from? I'd like to put all of my rsls in a subdirectory beneath the 
 main application file. 
 
 Is this possible?





[flexcoders] Running AIR application with ADL in Linux

2009-04-01 Thread rfkrockteekers
Is it possible to debug AIR applications on Linux using ADL? If I try and run 
it from command line by ./adl, I get errors saying cannot execute binary 
file. Is there something I need to do to make it work? 
I'm using Ubuntu 8.04, and Flex 3.3.0.4582. 

I'm able to compile AIR apps just fine with amxmlc, I just can't run them yet 
using ADL :-|