Hi All, I want to drag one object from one page to another page. i have the following structure:
<mx:Canvas width="100%" height="100%"> <mx:ViewStack id="vstk" width="100%" height="100%" paddingTop="0" paddingRight="0" /> </mx:Canvas> Actually i am adding the canvases in my viewstack which consider as page, Suppose in viewstack i have three canvas means three page, i have next/prev buttons beside the view stack. on click of that buttons pages will nevigate. Each page has six, six and five object respectively, i want to drag one of object from the first page to second page by drag and drop functionality (second page will display when selected object mouse over to nexr button while draging) and so on. this is nothing but the dashboard application which having the graphs. here graphs are divided in no of tabs. what i need over here is to swapping the graphs between the tabs. look at below link for your reference: http://examples.adobe.com/flex3/devnet/dashboard/main.html Open the link, there are two tab, sales and markeing, i want to swap one graph from sales tab to marketing tab and viceversa. how can we acheive this? Plase share you suggestion if any. Thanks in advance Regards, ________________________________ Krunal Panchal

