Hi , can anyone help me
The script for opening a html page from flash is fine:
on (press) {
getURL("21-15-2.htm", "_blank");
}
however, what happens if i want to open a html page and re-size it to say, 300x300 pixels, and get rid of the ie toolbar on the page that...