I think this post probably belongs in flex coders as opposed to this group which is about component development.
For a moment from the top of the soap box, this is basically accessing global data, one should avoid this. That said: If you import mx.core.Application Application.application is a static read-only var that point to the top level application. So, if I defined myGlobalVar in my file that extends mx:Application, then I could access that as Application.application.myGlobalVar HTH, Labriola --- In [email protected], "vagiff" <[EMAIL PROTECTED]> wrote: > > How can an Item Renderer component access data defined outside of it, > in application ? >
