Own Window JaveScript

O.K I know alot of people who make Flash movies love to have the Movie have the own window.

What i mean by that is A Winodw Set to the Deminsion of the Flash movie and Non Resizable or scrolable.

Luckyt For you I have That Code.

Remember this code only works as a link.

So When you enter the text for the Link you click the linka nd a pop up window pops up and it is your Movie.

<a href="javascript: window.open('http://www.your Domain.com/Your.Swf','','status=no, width=550,height=400'); void('');"> Your Link </a>
<a href="javascript:

window.open this Code Here opens A new Window ahd it opens the link after that. with is
http://www.your Domain.com/Your.Swf

This Code here

'status=no, width=550,height=400'

Makes the size of your movie and no scrolbars.

Then where it says your link is wheere you put your link.

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

http://www.kirupa.com/developer/flash5/newwindow.htm

your code needs to be fixed up a bit…