Hi !! Thanks for your answer.
It's the only solution ? I do link each control from my mxml to my AS3 class ?? for info : to link twice, I have used following code : myComponent = this['myComponent1']; Thierry Manish Jethani a écrit : > On 11/15/05, rastaresidencia <[EMAIL PROTECTED]> wrote: > > > <?xml version="1.0" encoding="utf-8"?> > > <test:Application > > xmlns:test="test.*" > > xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" > > width="550" height="400" > > creationComplete="initApp();"> > ... > > > <mx:Text id="t" x="104" y="48" text="Text"/> > > In your base class, you can set the variable to a different name, say > t1. In the initApp, you asssign t1 to t. That should do it. > > Manish > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "flexcoders > <http://groups.yahoo.com/group/flexcoders>" on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

