Questions tagged [moviecliploader]
19 questions
0
votes
1 answer
Loading Series of Multiple Swfs in a MovieClip in AS2
Im trying to load series of external Swfs into a Movieclip on stage.
The swf are 800 x 600 in dimension whereas as the container is 400 X 400.
Whenever i try to load the external swf in the container,the container takes the size of the loaded swf…

Amitd
- 4,769
- 8
- 56
- 82
0
votes
1 answer
List of all classes exported by a flash movie
A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set.
Is there any way to determine the list of class names of all these exported asserts from within the movie that…

Alex
- 481
- 6
- 12
-1
votes
1 answer
What's the AS3 equivalent of the following AS2 code?
I'm trying to translate the following AS2 code into AS3 because I have Adobe Flash CC, which doesn't, as far as I know (from research, trial and error), support AS2 code. Any help would be greatly appreciated...
onClipEvent(load) {
speed =…
-1
votes
2 answers
AS3 get variable from root timeline
i have this code on my main swf :
var btnLingua : Array = new Array(ITA,DE,LAT,EL);
var lingua:String = "ITA";
for(var i:int=0;i

Alessandro Zago
- 793
- 3
- 12
- 33