Skip to main content
Participant
March 11, 2016
Answered

How to run SWF file when I click a button

  • March 11, 2016
  • 1 reply
  • 1832 views

Dear friends!!!

I have made Three SWF  files and kept in a folder, How do I make a flash 8 project to run them when I click a button. I am going to make buttons for each SWF file

please help me

This topic has been closed for replies.
Correct answer kglad

use loadMovie to load them into your main swf (with that button).

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
March 12, 2016

use loadMovie to load them into your main swf (with that button).

ISA_DonAuthor
Participant
March 13, 2016

Please show me codes in AS2.0 if you can.

It will be a great help for me Thanks

kglad
Community Expert
Community Expert
March 13, 2016

btn.onRelease=function(){

yourtarget.loadMovie('yourswf.swf');

}