Flash Buttons Open HTML pages in inline Frames (iFrame)

Hello Good Folks,

I am trying to develop a menu system in Flash that will open HTML pages inside an Inline Frame (<iframe>) on the same HTML page.

What actionscript is needed?

This is what I am using currently with no success:

on (release) {
getURL(‘http://beyondfireinstitute.com/bf_bcp.html’,'iframe’);
}


Do I need to add anything? take anything out?

How do I get the flash button to communicate to the browser to open a page in the iframe?

How do I name the iframe in the HTML? -

<iframe
name=“iframe”
class=“iframe”
height=“800px”
width=“1000px”
frameborder=“0”
title=“iframe”>
</iframe>

Thank you for any assistance you can offer.

Michael
aka BrownRabbit