suerte1921
10-28-2009, 03:33 AM
I've looked all over for solutions regarding this common issue and haven't had any success resolving it yet.
The scenario is I have a flash movie (a.swf). I am loading another flash movie (b.swf) within a.swf (b.swf is loaded via a movieclip button in a.swf). When b.swf loads within a.swf, I would like b.swf to load to a specific frame label in b.swf.
Here is my loadMovie code located within a.swf:
this.onRelease = function(){
_root.container.loadMovie("http://www.mysite.com/b.swf");
note: container is an empty movieclip
Any assistance to a solution concerning this issue would be tremendously appreciated.
Thank you very much in advance.
The scenario is I have a flash movie (a.swf). I am loading another flash movie (b.swf) within a.swf (b.swf is loaded via a movieclip button in a.swf). When b.swf loads within a.swf, I would like b.swf to load to a specific frame label in b.swf.
Here is my loadMovie code located within a.swf:
this.onRelease = function(){
_root.container.loadMovie("http://www.mysite.com/b.swf");
note: container is an empty movieclip
Any assistance to a solution concerning this issue would be tremendously appreciated.
Thank you very much in advance.