Hi all !
I have problems with textfield variable targeting...

Here how is built the SWF :

- root
- > MovieClip "anim"
- > MovieClip "tfHolder"
- - > Dynamic textfield with no instance name

The textfield has his "Variable" porperty filled with 'anim.myVar' and the 'tfHolder' has these actionscript line codes :

function onEnterFrame() {
    myVar=random(500);
}

When compiling via the Flash IDE, the textfield is updated frequently, but when placing the SWF with swfmill, the field remains blank...

This is only a "variable targeting" problem, because when replacing ' anim.myVar' with '_parent.anim.myVar' in the "Variable" property of the textfield, it runs well with both pieces of software (the Flash IDE and swfmill)... But to be fully compatible, this should behave identically !

I posted the bug at http://mirror1.cvsdude.com/trac/osflash/swfmill/ticket/13
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to