Hi,
hier mal ein Beispiel:
test.swf:
this.onEnterFrame = function() {
trace(_level0.vari)
}
loadmovie.swf:
loadMovie("test.swf",2)
_level0.vari = "hallo";
Grüsse, Sebastian
http://www.flashhilfe.de :: Flash Community ::
Hi,
hier mal ein Beispiel:
test.swf:
this.onEnterFrame = function() {
trace(_level0.vari)
}
loadmovie.swf:
loadMovie("test.swf",2)
_level0.vari = "hallo";
Grüsse, Sebastian
http://www.flashhilfe.de :: Flash Community ::