Hi I know that using flash as a projector to load swf files has been up lots before. I have looked at the tutorial on this site but still have questions.
I want to use a movie as an index page. I have already made the basic index and saved it as an projector exe.
What i want to have is to have 6 links to other swf files.
Is it as simple as making a button for each link with
on(release){
fscommand(“exec”, “link1.exe”)
}
As does this mean I need to save all the swf files as projectors. I was trying to keep the size down.
I have also seen about making ‘holder’ movieclips and putting them on blank keyframes then button with
on(release){
holder.loadMovie (“link1.swf”)
}
Would this work as each swf file contains several frames.
Hope someone can help
stockdill