|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Load Movie
Hi, I'm quite begginer in flash
I've heard it's possible to make a flash movie and then import external swf's inside the main movie in determinate possitions, so the main movie isn't such heavy...... Could anyone help me with this??? (guess is not so difficult......) Thanx in advance Musher |
|
#2
|
||||
|
||||
|
The first step is to create an empty movie clip and assign it an instance name, for example "empty." You will then need to add some script to load the external .swf into the empty movie clip:
Code:
empty.loadMovie("default.swf");
The alignment of the external movie is that of the empty movie clip. To center your movie, align the empty movie clip to the top left on the stage. |
|
#3
|
|||
|
|||
|
Thanx for your quick reply
Musher |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Load Movie |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|