Is there a library to make draggable/resizable/rotatable objects in Flex?
        Posted  
        
            by Tam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tam
        
        
        
        Published on 2010-04-01T08:38:07Z
        Indexed on 
            2010/04/01
            12:13 UTC
        
        
        Read the original article
        Hit count: 162
        
flex
|actionscript-3
I would like to have in my Flex application the ability to post objects (for instance images or text items) where user can drag/drop for absolute positioning on the screen, resize it and rotate it (although not high priority). I'm wondering if there is a library that would do so out of the box or do you recommend implementing my own?
© Stack Overflow or respective owner