Hi, I think you should go through the Component Life cycle to undeerstand the different phases and methods attached at every phaze in order to complete the component. I think the most important methods for you ll be,
createChildren and updateDisplayList. Anand On Mar 2, 2:30 pm, Saravanan <[email protected]> wrote: > Hi Prasanna, > > Create a component in flex, the same way as how will u do for item > renderer.. > > then create in action script as u do in Flash > > [Code] > > var _obj:CustomComponent = new CustomComponent(); > this.addChild(_obj); > > [/Code] > > On Mar 2, 10:51 am, "prasanna.d prasanna.d" <[email protected]> > wrote: > > > i need to create an custom component in action script for image gallery, for > > example the images in thumbnail should appear in a canvas on click, the > > problem is creating it in action script,pls help me out with some examples > > and links --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

