|
In Flash I used to do some Image Pan. The user could move some GUI
elements, this is a great feature of flash. In Flash for Flex I've found the global startDrag(MovieClip) and MovieClip.startDrag() So tried the following code : <mx:Image ... mouseDown="event.target.startDrag();" mouseUp="event.target.stopDrag();" /> this doesn't work at all, same with event.tartet.content using a swf on a Loader etc ... More surprising, a working Image pan done with Flash won't work anymore when 'included' into my Flex Application There is no way to do that with Flex 1.5 ? When the Doc talk about MovieClip in Flex, well what is a MovieClip ? Is a mx:Image or mx:Image, a Loader.content ? ... Thanks for helping Antoine Malpel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- [flexcoders] 1.5 : how to do an Image Pan ? (startDragLike) Antoine Malpel

