| Ultrashock Forums
• AS2 - playing swf in a sequence |
Member Blogs | ||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
3 Blog Entries
|
2008-07-19
#2 |
||
|
|
|
2008-07-21
#3 |
||
|
Hi, It seems that this line should include a "function"
list.onLoadInit=function(mc:MovieClip){
I created a movie clip on stage called "mcl", and tested the file, but it did not work.Can you please take a look again. Thank you |
|
3 Blog Entries
|
2008-07-22
#4 |
||
|
Hi again the ActionScript Code:
The things you have to do to get this to work: - rename the "mcl"-movieclip to "container" without the "" ofcourse. - create 4 swf´s and name them first.swf, second.swf and so on ( or change the names in the array at the top to the actual names of your sequence-swf´s) that´s about it Let me know if you get this to work... |
|
3 Blog Entries
|
2008-07-22
#5 |
||
|
I just wanna point out that you should rename your movieclip "mcl" ON STAGE to "container", don´t change anything in the code, mcl should remain mcl in the code.
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|





4 comments
| 264 views

3 Blog Entries
Linear Mode
this code puts four swf´s in an array and load the first swf, then when current swf
reaches it´s last frame, the next swf loads.
is this what you´re looking for?
Let me know how it turns out for you