Hi All,
I am stuck here, I have a Flash banner that calls a JavaScript function from the HTML. Everything loads and is sized correctly with the new window, but the parent page goes blank and returns 'javascript:showMovie();' in the address bar. The body then displays 'false'. Is this in the JavaScript function or flash calling the function?
Live Demo - Banner @ Top Right (works correctly in Safari only)
JSCode JavaScript:<script language="javascript"> <!-- var wnd = null; function showMovie() { wnd = window.open("example.htm", "Details", "width=660,height=420,scrollbars=1,resizable=yes", true); wnd.focus(); return false; }; //--> </script>
~I was supplied the .swf, I have no idea on how it was called in Flash




Bookmarks