Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Opening seperate SWF files

Engaged ,
Jan 28, 2014 Jan 28, 2014

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.

TOPICS
ActionScript
360
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 28, 2014 Jan 28, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines