Flash button link to iframe

Out of context: Reply #2

  • Started
  • Last post
  • 5 Responses
  • ethios0

    Right click your button on the stage and go to its actions, change it into expert mode and paste this into the text area:

    on (press) {
    getURL("http://www.site.com", "news");
    }

    the first part of getURL is where you specify the location of the site you want to load, and the second part is where you want it to load, in this case, the name of your iframe, news.

    you can change press to release, rollover, rollout etc.

    Hope ive been of help :)

View thread