hi,
I have a button (in flash) that opens a pop-up with a picture inside... There are multiple buttons (for multiple pictures) but when the user clicks on the main-window, the pop-up disapears to the background and even when the users clicks one of the buttons again, the right picture is loaded but the pop-up is still hidden... Ofcourse the pop-up window can be found on the Windows start-bar but I would like the pop-up to become active when it's loaded... Is there some command for this??
Is there an option that I can address? or some other command to get "Newwin" active?
THANX IN ADVANCE,
math
I have a button (in flash) that opens a pop-up with a picture inside... There are multiple buttons (for multiple pictures) but when the user clicks on the main-window, the pop-up disapears to the background and even when the users clicks one of the buttons again, the right picture is loaded but the pop-up is still hidden... Ofcourse the pop-up window can be found on the Windows start-bar but I would like the pop-up to become active when it's loaded... Is there some command for this??
Code:
JavaScript:PopUp("index.html","Newwin", OPTIONS)
THANX IN ADVANCE,
math