Im trying to load my external swf which is a drop and drop swf into the main swf but when i load it only the drag works and the target is not detected so it doesn’t drop. heres the code i use to load swf in the main swf :
myContainer2.loadMovie(“externaldrag.swf”);
heres the fla i would be so greatful if someone could crack this.