Hello.. Here is the situation:

I have a Main SWF  and I want to add a library SWF.

It works good.. BUT I cannot star the Main class.

Frame 1 of Main SWF says.

import com.core.Ecommerce;
var Ecommerce:Ecommerce = new Ecommerce(__path, _root, mcMenu, mcList,
mcPaginator, mcBanner, mcMiddle.mcCartData, mcMiddle.mcMenu);


Library is added but this Class is not started
Here its the XML of swfmill I use.


<?xml version="1.0" encoding="iso-8859-1"?>
<movie version="8" width="950" height="680" framerate="30">
  <background color="#D0DDE4"/>
  <clip id="Application" import="build/main.swf" />
      <frame>
      <library>
          <clip import="build/library.swf" />
      </library>
        <place id="Application" name="Application" x="0" y="0" depth="0" />
     </frame>
</movie>

 Also I did another try with a new small DEMO SWF without the whole classes
I have just 1 simple class.. and I add library SWF (using swfmill) and
still not calling the Class.

 Im trying to fix this since 2 days.. any help ?

Thanks
F
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to