hi Guys ,
I have problem in getting variable from loaded movie
Here is the problem
I have two Map movie Movie1 , Movie2
btn.onRelease = function(){
mov= this.createEmptyMovieClip(“movie”,this.getNextHighestDepth() );
mov.loadMovie(“Movie2.swf”);
}
//Now when Movie2 is loaded when i click on btn2 in Movie2 it should give someoutput
but it is nither sending any output nor it can getvalue nither to parent clip ie Movie1 nor to Output window
The code in Movie2 is
btn2.onRelease = function(){
trace(“IDs”);
}:sen: