Thanks for sending me the files. Your problem was caused by a wrong
FileAttributes tag, wich was discussed in the useNetwork bug thread some
days ago. I've applied dan's patch from this thread, wich fixes this
problem.
There was an additional problem with your files, because swfmill didn't
recognize that the swf files contain as3. So I've added a new parameter
to the movie tag called as3, that needs to be set when you import as3
files.

Here is a corrected version of your test file, wich works with a svn
build:

<?xml version="1.0" encoding="iso-8859-1" ?>

<movie width="500" height="400" as3="1" framerate="12" version="9">
  <background color="#cccccc"/>
  <frame>
    <library>
      <clip id="Foo" import="AS3Class.swf"/>
    </library>

    <place id="Foo" x="0" y="0" depth="1"/>
  </frame>
</movie>

Ralf


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

Reply via email to