Displaying title bar in exe file?

I have a flash movie with the following actions attached to the first frame:

fscommand(“fullscreen”, “true”);
fscommand(“showmenu”, “true”);

I’m converting it to an exe for an interactive CD. However, when launched from the CD the title bar (the blue bar along the top) isn’t showing up. It’s important that it’s there, so I’ve been trying to figure out how to restore it.

Anybody know how to display the title bar in a .exe file?

Thanks…