actionscript 3 - Flex module no more a module when extended? -
I have created a module in the flex like:
Module / modulebase Mxml
& lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Mx: module xmlns: mx = "http://www.adobe.com/2006/mxml" & gt; // here shoddy & lt; / Mx: module & gt;
So far - ModuleBase.swf is generated when this file is saved.
ModuleChild.mxml
& lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Modulebase xmlns = "module. *" Xmlns: mx = "http://www.adobe.com/2006/mxml" & gt; // more components here & lt; / ModuleBase & gt;
Now, what I expected was to generate ModuleChild.swf for the flex builder. Which does not really happen in Bummer
What am I doing wrong here?
For some time out of the solution after the trial:
- Right click on your project and click Property
- Click Flex Module in the left menu
- Find your module, select it And Edit
- Select Do not optimize Optimize SWF size
- Be happy: )
Comments
Post a Comment