Thanx, that was a tough one ;)
Best regards! --- In [email protected], "Michael Schmalle" <teoti.grap...@...> wrote: > > Hi, > > using mx_internal you could; > > import mx.core.mx_internal; > > myInstance.tk_internal::background > > > or; > > rawChildren.getChildByName("border"); > > Mike > > --- In [email protected], "florian.salihovic" <florian.salihovic@> > wrote: > > > > I don't know if i'm just blind atm or if it's indded hard to access the > > border of a Container. > > > > I can access the rawChildren. That's good since i could introspect the > > children's class name and search for the classname of the asset. But my > > problem ist, that the border get's compiled and the classname might change. > > As far as i see, the original name will bechanged to something like: > > > > suprise__embed_css____flash_PlaylistAssets_swf_some_name_for the > > asset_1052501028 > > > > Is there a chance to simply get access to the border? > > > > Best regards! > > >

