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:

  1. Right click on your project and click Property
  2. Click Flex Module in the left menu
  3. Find your module, select it And Edit
  4. Select Do not optimize Optimize SWF size
  5. Be happy: )

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -