Question
change the variable in parent flash,is it possible?
Well,I know I can use the loader class to load a swf
file(child swf) into the current playing swf(parent swf).and I can
use the ApplicationDomain.currentDomain.getDefinition to change the
variable in child swf movie.
But I want to know ,can I change the variable in parent swf movie from the loaded child swf movie?for example:if I click a button in child swf,I can call a function defined in parent swf movie.
It seems possible in adobe' s flex2 live doc(article ApplicationDomain),but this doc is very ambious,
Pls give me some tips about this.
thx alot.
But I want to know ,can I change the variable in parent swf movie from the loaded child swf movie?for example:if I click a button in child swf,I can call a function defined in parent swf movie.
It seems possible in adobe' s flex2 live doc(article ApplicationDomain),but this doc is very ambious,
Pls give me some tips about this.
thx alot.