Copy link to clipboard
Copied
I know the first page of the website needs to have an index.html file, then the other pages of a web site can be Flash/SWF files.
I have made a web site and the first file is index.html (with my Flash SWF file embedded inside it), which is an intro page. Then I have a separate Flash/SWF file for the main functional web pages.
What type of ActionScript do I need as a button to open a completely separate Flash/SWF file, so it remains in the same browser window.
Copy link to clipboard
Copied
Normally swf files are embedded in html pages regardless of whether they are the index or other pages.
To open a url in the same window you specify "_self" as the window parameter in the navigateToURL() function call.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now