hello

im using flash 6, last time i posted a question asking if it was possible to get a certain html file with a flash button within a frame on the same page where the button is, i was answered that i needed this code for the action "get url"


on (press) {
getURL("fileontheframe.htm", "nameoftheframe");
}

and it worked very good, now i was wondering if there is around a similar code to get a new html page replacing the current one on the same window (like when using _blank) but the thing is thas this new html page will have a frame and what i want to do is to define the html file that will be on that frame as well using an action defined by the flash button.

I hope this doesnt sound so weird or difficult to understand, if somebody knows either how to do it or if its possible or not, i will thank you so much.


Thanks in advance.