2/5/2010 12:40:54 AM
Title:
tooltip for movieclip
hi i have one room with some doors ..i took that door as movie clip from flash to flex..now my problem is how can i give tool tip for that door as movie clip when i mouse over the door...can i do it in flex?
2/5/2010 4:29:49 AM
if you are using swf loader for loading swf, then you can use tooltip property,
In case you are using only movieclip then you have to add a mouse over listener to movieclip and then use a tooltip class to create custom tooltip , that you can show anywhere using x,y coordinates. And hide it on mouseout event of movieclip
2/5/2010 9:10:55 PM
give any samples for that..