Hi Again !
I've tried the latest SWFMill version. No succes for my problem :(

My SWFMill XML looks like :

<movie width="320" height="240" framerate="12" version="8">
        <clip id="backBox" import="assets/backBox.svg" />
        <frame>
                <library>
                        <font id="VerdanaNormal" import="assets/verdana.ttf" />
                        <font id="VerdanaBold" import="assets/verdanab.ttf" />
                        <font id="Soopafresh" import="assets/SOOPAFRE.TTF" />
                        <clip id="Logo" import="assets/logo.png" />
                        <clip id="BoxButton" import="assets/button.png" />
                        <clip id="BoxBackNEW" >
                                <frame>
                                        <place id="backBox" name="mc" depth="1" 
/>
                                </frame>
                        </clip>
                </library>
        </frame>
</movie>

And in my code I have to make a scale9Grid on my "mc" (once BoxBackNEW
instanciate)
so I try myBoxBackNEWinstance.mc.scale9Grid = myRectangle;
But the "mc" is not the vectorial, it's a movieclip that contains the vectorial
data... :(
with an strange id(generated bu swfmill I think...)
So I have to go down again once more to
myBoxBackNEWinstance.mc.id192755.scale9Grid = ......
Here it works ...

So sorry for annoying you, I have a work araound (using this strange id), but If
someone have a trick that works or maybe I'm doing something wrong ?
Thanks in advance,
Michel


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to