Hey Jean-Christophe,

your xml doesnt make much sense. Why is "Chrono" in a <library>, while
"chrono" isnt? If you define a new clip, you'll have to place that,
too. The easiest way to achieve what you want is probably:

<movie version="9">
    <clip id="chrono" import="swf/chrono.swf"/>
    <frame>
        <place id="chrono" depth="1"/>
    </frame>
</movie>

regards,
-dan

On Sun, Jan 17, 2010 at 14:42, Jean Christophe DA COSTA
<thej...@yahoo.fr> wrote:
> Hi.
>
> Here, I try to incorporate in my library a SWF made with Flash CS4. It is a
> simple animation. I can then import it into a project Haxe. But that does
> not seem to work. Someone could tell me how to import it? Here is a piece of
> my XML file.
>
> <movie version="9">
>     <clip id="chrono" import="swf/chrono.swf"/>
>     <frame>
>         <library>
>             <clip id="Chrono">
>                 <place id="chrono" depth="1"/>
>             </clip>
>         </library>
>     </frame>
> </movie>
>
> Thank you for your Help.
>
> _______________________________________________
> swfmill mailing list
> swfmill@osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
>

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

Reply via email to