This has been working perfect for making draggable elements on stage.
nav.dragArea.onPress = function() {
nav.startDrag();
};
nav.dragArea.onRelease = function() {
nav.stopDrag();
};
But I just can’t get it to work with dynamicly loaded swfs. Heres what I just tried…
_root>nav>navContent
_root is the main movie, nav is the MC with the “dragArea” button, and navContent is WHERE the swf is being loaded into.
Why this wont work… I do not know!
Is it a cross domain security problem? Maybe thats all… Brb, lemme test!