How to make button link to another file.swf in flash cs3?
Posted 17 April 2010 - 09:09 PM
Hi, i have a question about my Flash. How is going to create a button that link to my another file.swf. It because when i put everything in one file myname.swf it make the file too big and when loading or running it take a long time to load it. So how i going to separate the file and make the file not too big and use button to link the another file that i need to call out.
Re: How to make button link to another file.swf in flash cs3?
Posted 19 April 2010 - 07:01 AM
Two ways of making this happen. First, just setup another html page with the other swf contained, and link to it. If you want to load the swf in the same movie, just use the URLRequest method to load the swf.