I do a lot of localization, and i don't want all the possible languages inside my .swf. Also there are occasions that only a .jpg is available.
Is there a way to achieve the result you'd expect from
Luc Bloom
PS: it's good to be back on Tek-Tips.com
Is there a way to achieve the result you'd expect from
Code:
this.myButton.createEmptyMovieClip("dummy", 1111);
this.myButton.dummy.loadMovie("images/" + langage + "/myImage.jpg");
Luc Bloom
PS: it's good to be back on Tek-Tips.com