0
New Here
,
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/td-p/8161644
Mar 11, 2016
Mar 11, 2016
Copy link to clipboard
Copied
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
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Mar 12, 2016
Mar 12, 2016
use loadMovie to load them into your main swf (with that button).
Community Expert
,
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/m-p/8161645#M208106
Mar 12, 2016
Mar 12, 2016
Copy link to clipboard
Copied
use loadMovie to load them into your main swf (with that button).
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ISA_Don
AUTHOR
New Here
,
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/m-p/8161646#M208107
Mar 13, 2016
Mar 13, 2016
Copy link to clipboard
Copied
Please show me codes in AS2.0 if you can.
It will be a great help for me Thanks
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/m-p/8161647#M208108
Mar 13, 2016
Mar 13, 2016
Copy link to clipboard
Copied
btn.onRelease=function(){
yourtarget.loadMovie('yourswf.swf');
}
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ISA_Don
AUTHOR
New Here
,
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/m-p/8161648#M208109
Mar 13, 2016
Mar 13, 2016
Copy link to clipboard
Copied
Thanks a lot
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/how-to-run-swf-file-when-i-click-a-button/m-p/8161649#M208110
Mar 14, 2016
Mar 14, 2016
Copy link to clipboard
Copied
you're welcome.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

