I am loading a external swf into a MC “m_loader” but i want to go to a specific marker within the external .swf (Marker “m1q1”), i can load the .SWF fine but how do i go to specific place currently using the following AS.
on (release) {
gotoAndPlay(“module_loader”);
loadMovie (“module1.swf”,“m_loader”);
}