Flex User

February 22, 2008

Flickr Photos Search

Filed under: Flex — Tags: , , , , , — nsdevaraj @ 4:49 am

Click here to check Flickr Photos Search, that loads my marriage photos by default :)

February 7, 2008

using root keyword in Flex (AS3 migration)

Filed under: Flex — Tags: , , , , , — nsdevaraj @ 9:27 am

var root_mc:Object = parent.parent.parent.parent.parent.parent.parent.parent
root_mc.functionNAME()

 use the parent as per the level of components used, then u can refer the root_mc to control the objects or to call the functions of the root level elements.

February 1, 2008

Favourite AS3 removeChild code

Filed under: Flex — Tags: , , — nsdevaraj @ 12:29 pm

if(MC) if(MC.parent ) MC.parent.removeChild(MC);

Blog at WordPress.com.