RE: [Flashcoders] Flash getURL and HTML frames

2006-05-24 Thread Merrill, Jason
4 PM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Flash getURL and HTML frames >> >>I have a Flash menu file in a frameset in HTML, and I want to >>tell the "page" frame to change to another HTML page - how to >>do it? The following doesn&

[Flashcoders] Flash getURL and HTML frames

2006-05-24 Thread Merrill, Jason
I have a Flash menu file in a frameset in HTML, and I want to tell the "page" frame to change to another HTML page - how to do it? The following doesn't seem to work: In simplified form: page2_btn.onRelease = function(){ getURL("page2.html", "page"); } "page" is the name of the HTML fra