Hi,
On the actions pane, select Normal view
Then click the following:
+ Actions, Browser/Network, GetURL
Enter in the full address for the html file you have, I.e.
http://www.icon-business.net/index.html
If you want the html file to open in a new window, select _blank in Window
And if you are sending any data from Flash to the html file, select Send Using Post in Variables
In advanced view, it should look like this:
on (release) {
getURL("http://www.icon-business.net/index.html", "_blank");
}
Chris Ellis
Icon-Business Ltd
www.icon-business.net
[email protected]