I got a response from B2L -

inside the button onRelease function, when using "this" it refers to the button itself.

u need to use "_root.PortTxt"

Code:

btnG1Design.onRelease = function() { portContent_txt.htmlText = _root.PortTxt.txt_design; }

Thanks for the parent comments though!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to