Popup windows

I am new to this flash thing and I am trying to create a menu that pops up the photo album (Found in the tutorials). If anyone knows how to do this please can the post back with a simple tutorial etc that would help me in my quest…

Tnx in Advanced.

G2F:::cool:

Looking for something like this…(for the pop up)?

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

I have tried The http://www.kirupa.com/developer/mx/centered_popup.asp Tutorial, but I cant get it to work with the photo album.

Also it is going to be put onto a cd as the menu. So it has to work with different cd rom drives(D:, E: etc…)

Well all commands to make it a pop up have to be called from a browser since it is done with Javascript and the browser interprets the window.open command used, so if you are launching from a .exe you cannot launch a pop up, but you can open a new window using

on (release){
getURL("blah","_blank");
}