Hi there !
I don't know if this has been noticed before (I couldn't find it in the archives) but I've found something weird...

I tried to place a SWF on a frame, and this SWF only had a "static text" textfield on the _root. Unfortunately, when generating a new SWF and opening it, it was blank... It took me a while to understand the the problem was the textfield... I broke (ctrl+b) the text twice (to have shapes instead) and recompiled it, and suddenly, it worked !

Here is the XML I'm using :

<?xml version="1.0" encoding="iso-8859-1" ?>   
<movie width="550" height="400" framerate="24">
    <background color="#ffffff"/>
    <frame>
        <library>
           <clip id="theStamp" import="stamp.swf"/>
        </library>
        <place id="theStamp" name="stamp" depth="1"/>
    </frame>
</movie>

I don't know why, maybe someone out there has a clue...
Thanks !
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to