Can I get a movie without the surrounding window and chrome

Hi,

I’m trying to make a kind of media browser using flash and don’t want to be restricted to a rectangular shape and don’t want there to be chrome, menus or a title bar around the movie. Window’s Media Player has it, the window and the edges of the page outside the player disappear unless rolled over. I guess this would mean making the stage transparent as well.

Can anybody help?

Cheers

Would it help if you made your movie fullscreen? that way you would overide anything that is NOT on flash movie itself…

If that’s what you need, simply put this code in frame 1 of your movie:

fscommand(“fullscreen”, “true”);

Hope this helps