RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-12 Thread Matt Chotin
] On Behalf Of Karl Johnson Sent: Friday, March 10, 2006 11:02 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DragManager issues when running in swf inside a swf No luck with this. I have tried about a million different solutions. Is there a documented work around for this in Macromedia

RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-12 Thread Carson Hager
: 866-CYNERGY Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Sunday, March 12, 2006 1:05 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] DragManager issues when running in swf inside a swf I didnt find a documented

RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-10 Thread Karl Johnson
Of Matt ChotinSent: Saturday, March 04, 2006 5:09 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] DragManager issues when running in swf inside a swf Yes, the one that has the loader control in it. The point is you need to make sure that the first application you load has the DragManager

RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-04 Thread Matt Chotin
. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Karl Johnson Sent: Friday, March 03, 2006 6:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DragManager issues when running in swf inside a swf Thanks much for the reply Matt

RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-03 Thread Matt Chotin
This is a known issue because the drag and drop stuff is static and therefore doesnt often play nice across loaded swfs. In the Flex app that does the loading try putting a specific reference to the DragManager to make sure it gets loaded correctly. So for example, in your initialize

RE: [flexcoders] DragManager issues when running in swf inside a swf

2006-03-03 Thread Karl Johnson
ragManager issues when running in swf inside a swf This is a known issue because the drag and drop stuff is static and therefore doesnt often play nice across loaded swfs. In the Flex app that does the loading try putting a specific reference to the DragManager to make sure it gets loaded cor