Launching a Boarderless window

I seem to be having a few problems with opening a boarderless window out of flash. I followed the tutorial completely but it still does not seem to want to launch. Basically what i have is a HTML page with a SWF menu imbedded into it. When you click on my resume button i want it to launch it in a boarderless window. I placed all of the Javascript into the head tag of both the index page and the resume page and I put this script on to my flash button:

on(release){
getURL(“Resume.html”,"_blank");
javascript:openIT(‘Resume.html’,733,850,null,null,‘newwindow’);
}

Is this correct or am i setting it up wrong, to get a better idea of what I’m talking about visit my site www.bcrabtree.freeservers.com

Thank you

Do you have the .js file included in the head tag of your page?

If not, the .js file can be found on kirupas tutorial about borderless windows (aka Chromeless windows).

BTW: Chromeless windows don’t work in IE6 SP1. This means that as of IE6 SP1, Chromeless windows are dead. No other browser supported Chromeless windows, so it was only IE, but not it is no longer IE. Chromeless windows will not launch as full screen windows in the new IE, Microbians (the company who made this script) released a patch to this problem by creating a normal old pop-up like what appears in all other browsers, but this patch had a serious bug that caused the windows that contained the link that launched the Chromeless window to become white with the text [object], so they removed the patch.

So if thats the case how would i launch a regular html non boarder window out of flash?

There is no non-border window other than Chromeless windows that I know of.

Or do you mean a standard pop-up window?

yeah, just a standard pop-up window, i know how to do it using Javascript in an HTML doc But what about from a flash button?

Just put the code on a getURL button.

But if you don’t want any code in your html page you can use this handy dandy little tutorial.

http://www.kirupa.com/developer/mx/centered_popup.asp