We use the just in time compiler during development and precompiled swf (mxmlc) for production.
As we move to using RSL's, it looks like we may need to change source files depending on how/when we compile Flex. If we use the just in time compiler, our code would need to change if we use mxmlc. That is, you need to modify your main .mxml file (which refers to the RSL via swc instead of sws) and the sws file depending on how you are compiling (need to use the "url=" syntax for precompiling). Is this true? Since we use one method for production and another method for deployment, this means a lot of changes. Is there a way to minimize the code changes? We'd simply like the rsl's to be in a directory relative to the flex .swf or .mxml file. And we'd like not to have to change source code each time we change how/when we compile. If we would only have to change the main .mxml file, that would be a big win. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

