InFrame Target Question

I’m using CS4 Professional, and having a hard time emulating our old site. The original developer lost the .fla file, and decompilers have been no help in trying to extract what I need.

Basically, I need a webpage to open within my Flash document. You can see an example of how it works on our old site by going to www.cameronrecruiting.com and clicking on the Career Opportunities button.

The new site is at www.cameron-resources.com. The actionscript I have in the button right now is:

getURL(“http://www.cameron-resources.com/cameron_jobs.html”, “popup”);

Then I have this code the index.html page. This should remain the same, as it’s the exact same code used on the old site:

<iframe id=“popup” frameborder=“0” src=“http://www.cameron-resources.com/cameron_jobs.html”></iframe>

On the new site, when you click the Employment Opportunities button, it opens the cameron_jobs.html page in a new tab.

Anyone have any clue how to make it work like the old site did?

Thanks!