Hello,

I am trying to get my flash buttons (which are in a banner created for my website) to load or open specific .html files into my <iframe> located in the lower portion of my website.
It was working the other day...and strangely enough..it appears to NOT be working now!

When I click the flash buttons...the page loads in a new window over my webpage and NOT in the <iframe> window as I requested

Here is the code I have for the buttons (obviously each button is to open a new .html)

on (release) {getURL('morphic.html','content');

}


*So i have named my <iframe> window 'content'

Shouldn't it be easy to load that specific html file into the window named content??

Am i doing something wrong?

Thanks in advance for any help!