
09-06-2009, 10:41 AM
|
|
Newcomer
|
|
Join Date: Sep 2009
Posts: 1
|
|
|
Well, in my opinion, you don't need 2 controls...
You just have to load the first movie in the Form_Load event like this:
flashcontrol.Movie = CurDir + "\2ndMovie.swf"
At the end of the first SWF file, put an actionscript fscommand("end", "true");
Then, in VB, double click the ShockWave Flash Control, then chose "FSCommand" on the 2nd. dropdown menu on the "Code" window.
There, paste this:
flashcontrol.Movie = CurDir + "\2ndMovie.swf"
Sorry my AWFUL english...
Hope I've helped
|
|