Hi!
Im new to flash too and wanted to do same thing. After a few tries i found out i can do this: load a page into a <iframe> when i click my flash button. Couldnt get it to work with <div> for a reason
Her's what i did:
in the HTML make an iframe:
<iframe name="myframe" src="1.html"></iframe>
in your FLASH file select the button instance hit F9 and write the following action:
on (release) {
getURL("2.html","myframe");
}
It is that simple  If you can make it to work with div somehow please let me know!
andras
|