-
1. Re: Control one Swf file from another swf using AS3
kglad Feb 16, 2012 6:41 AM (in response to ramviswa123)perfect - this was written for users like you: http://kb2.adobe.com/community/publishing/918/cpsid_91887.html
-
2. Re: Control one Swf file from another swf using AS3
ramviswa123 Feb 16, 2012 9:36 PM (in response to kglad)sorry,..
I Cann't Understand that points..
For my case, In SWF2 have 5 or more buttons. in Second frame in SWF1 I load the SWF2. after that I Click the SWF2 button it will move for SWF1 frame.
That is if click the Buuton1 it gotoAndStop 3 frame of the SWF1.
pls help...
-
3. Re: Control one Swf file from another swf using AS3
kglad Feb 16, 2012 10:50 PM (in response to ramviswa123)read the part about one swf loading another.
-
4. Re: Control one Swf file from another swf using AS3
ramviswa123 Feb 17, 2012 3:46 AM (in response to kglad)I Loaded the SWF 2 in SWF 1.
But the SWF 2 file's buttons are not working. That is , it not change to the SWF1 frame.
-
5. Re: Control one Swf file from another swf using AS3
kglad Feb 17, 2012 7:02 AM (in response to ramviswa123)copy and paste the (relevant only) code.
-
6. Re: Control one Swf file from another swf using AS3
ramviswa123 Feb 17, 2012 8:29 PM (in response to kglad)I will know..
How to write the code for gotoAndStop() in SWF2.
That is this will change the SWF1 frame
-
7. Re: Control one Swf file from another swf using AS3
kglad Feb 17, 2012 10:17 PM (in response to ramviswa123)btn.addEventListener(MouseEvent.CLICK,f);
function f(e:MouseEvent):void{
MovieClip(this.root).gotoAndStop(3);
}
-
8. Re: Control one Swf file from another swf using AS3
ramviswa123 Feb 19, 2012 9:07 PM (in response to kglad)it not working...
pls any simple example for my Question.


