I have a reasonably complex project that is published (MTASC and
SWFMILL) with version=7, all working fine with several shared
libraries. When I publish with version=8, the shared libraries fail to
load. If I switch these shared libs to be included (use <clip instead
of <import) then the assests show up, so it is not just some other
issue of switching from 7 to 8. I did a simple test with the example
in "Publishing to Flash 8 with Swfmill and MTASC" tutorial at:

http://www.flashant.org/index.php?p=429&more=1&c=1

where all I changed was to have the "classes.swf" shared instead of
incorporated, and it too failed to load. I just changed the line in
"src/application.xml":

    <clip import="build/classes.swf" />
 to
    <import file="build/classes.swf" url="classes.swf" />

With this classes.swf as a shared lib, if I change the version from 8
to 7 for swfmill, the shared lib then works (just don't have the 8
specific stuff any more), so classes.swf works as a shared lib.

I submitted this to a bug "trac" page, but not sure if this is still active...

Regards,
Hudson

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to