OK, I tried to set this option to TRUE: -static-link-runtime-shared-libraries
and I was able to compile the mxml and the swf loads properly, although my concern is that the generated SWF file is quite huge (774KB) as compared to the 122KB I originally had when I set the option above to FALSE. So, how can I optimize the generation of the SWF so that it would smaller? Thanks. On Fri, Feb 1, 2013 at 10:54 AM, Angelo Anolin <[email protected]>wrote: > Getting a little confused here. > > When I run the command line compiler, it says: > > Required RSLs: > framework_4.9.0.1425567.swf > textLayout_4.9.0.1425567.swf > spark_4.9.0.1425567.swf > sparkskins_4.9.0.1425567.swf > rpc_4.9.0.1425567.swf > mx_4.9.0.1425567.swf > > and the last line would be: > > c:\FlexSDK\bin\MyMXML.swf (108020 bytes) > > c:\FlexSDK\bin> > > So, how do I not use the RSLs from the command line? > > Thanks > > Angelo > > > > On Fri, Feb 1, 2013 at 10:07 AM, Alex Harui <[email protected]> wrote: > >> >> >> >> On 2/1/13 8:16 AM, "Angelo Anolin" <[email protected]> wrote: >> >> > Hi, >> > >> > I've just tested compiling my old MXMLs using the installer and it did >> > compiled into an SWF properly. >> > >> > The error I have right now is that when I run the SWF embedded, the SWF >> is >> > stating: >> > >> > Error #2032 >> > >> > right at the bottom part. >> > >> > Any idea or reference on this? >> > >> I would guess that the RSL configuration is incorrect. Note that Apache >> Flex does not have signed RSLs (.swz files) and RSLs are not centrally >> hosted. I would recommend not using RSL configurations unless you are >> serving multiple SWFs from a single domain. >> >> -- >> Alex Harui >> Flex SDK Team >> Adobe Systems, Inc. >> http://blogs.adobe.com/aharui >> >> >
