Hi all I've created a slideshow swf with thumbnails. When someone clicks a thumbnail the appropriate images will display at the top, but I also want html content to load into an iFrame next to the swf. Everything works perfect in Safari, but the swf disappears when the iFrame loads in Chrome, and you're taken straight to the page you're loading through the iFrame in IE. My live example is here:

http://www.2dimes.com/client_area/cp...flashtest.html

On my thumbnail button is this script:

Actionscript Code:
on (release)
{getURL("javascript:window.document.getElementById('ifrm').src = 'staff_html/bhaynes.html';");
a.gotoAndStop("b");}


I'm not sure if there's some piece of script I'm leaving out in order for it to not function correctly across all platforms, or what. If anyone has suggestions I would greatly appreciate them. Thanks!