[swfmill] Class not Running after SwfMill (second post)
Francisco Obarrio
fobarrio at gmail.com
Sun Jun 15 15:11:59 PDT 2008
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20080615/07f625d7/attachment.html
More information about the swfmill
mailing list