I have a flash menu and want when a button is clicked, the link loads in an iframe.
I tried the following and its not working, i am still googling for a solution.
Can anyone can help me out with a simple solution?
ActionScript Code:
//actionscript for contact us button
[LEFT]btn_contactus.[COLOR=#0000ff]onRelease[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]getURL[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]}[/COLOR][/LEFT]
<!--page contents are loaded within this iframe-->
<iframe name="iframeName" height="300" width="300"></iframe>