Hello.. Here is the situation:

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

It works good.. BUT I cannot start 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>


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

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

Reply via email to