Targets

Hello

I am making a semi flash site and i am using a flash header with buttons to navigate round to site.

I have also used an iframe where the pages are loaded.
the iframe id is: iframe

on each button i has used the command getURL to navigate the pages.

This is what i used:


on (release) {
    getURL("homepage.html", "iframe");
}

However, the target doesn’t work, instead of the pages loading in the iframe they load in a blank window.

I have tried: _iframe and iframe as the target.

Also the defualt for the page is the iframe but it still loads in a new window

The site i am on about

Stealth