Hello all, I am trying to work with drag and drop. I
have a canvas in which I put a background image to be a recycle bin. Everything
was fine for about a week and all of a sudden the image has disappeared.
I don’t know what is going on. I cannot think of anything that has
changed that may have caused it. Can someone tell me if there is a better
way of doing this??? <mx:VBox> <mx:Label text="Recycle
Bin" fontWeight="bold"/> <mx:Canvas id="trash"
height="75" width="75" backgroundImage="@Embed('../images/recycle.gif')"
dragEnter="doDragEnterImage(event);"
dragDrop="doDragDropImage(event)"/> </mx:VBox> -- 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] Image problems Michael
- RE: [flexcoders] Image problems Mitch Grasso
- RE: [flexcoders] Image problems Michael
- [flexcoders] Re: Image problems Peter Blazejewicz