A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: link flash button to a html file

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    13

    link flash button to a html file

    I creat a flash file that has several buttons in it. I want each button can link to different html pages, created by Dreamweaver, that in the same folder.
    Is their any other way besides targeting the URL?

    Actually there is nothing wrong targeting on the URL. Just makes it difficutl to preview if I don't have the files uploaded to my server yet. So far, I tryied my linkage at local computer.
    Also, isn't it takeing longer time to load the pages?

  2. #2
    Member
    Join Date
    Mar 2004
    Location
    Utah
    Posts
    97
    Links in Flash can work relatively, like HTML links...put this actionscript on the button.

    getURL("YOURPAGE.htm");

    if you want a new window, try:

    getURL("YOURPAGE.htm", _blank);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center