I am trying to load an html file into a frame from flash and cant get it to work!! I have even downloaded the tutorial on this site that looks real simple, I followed it word for word and it still did not work…
The code for my button (from the tutorial) is…
on (release) {
getURL (“second.htm”, “kirupa”);
}
and my html is unchanged from the tutorial but when I hit the button a new browser window pops up…any ideas?