Hi.

I have created a CD-Rom in html with some flash buttons embedded. I want to create a flash projector which calls some javascript to open the correctly sized browser window. this is what I have in my movie:

frame one actions:

getURL("javascript:NewWindow=window.open('index.ht m','MDF','width=800,height=600,left=0,top=0,toolba r=No,menubar=No,location=No,scrollbars=No,status=N o,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");

stop();

The problem is, that when i run this code, the code seems to loop and not stop, ie trys to open a infinate amount of windows.

Also, if I launch the file this way, will the users be able to use the flash buttons without having flash player installed on their system?

Hope this makes sense.

Cheers.