Hi. My website is done in Flash and I use popup windows (browser) to show bigger/more detailed versions of my work. I’m not sure what’s wrong, but none of the popups work at all now. If someone can please help me and/or tell me what the problem is, I’d greatly appreciate it. My website is:
Now, if you enter the site and click on, for example “artwork,” and then click on “deloitte consulting,” you’ll get a small description and and “click to see” button. If you click the “click to see” button, a smaller browser window is supposed to appear, but doesn’t.
Here’s the script for the button.
on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “pops/artwork_1.html”;
target_winName = “kirupa”;
width = 521;
height = 415;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}
Here’s some additional info:
-I don’t have popups blocked
-I’m using the latest version of Firefox
-I’m using Mac OSX (latest version)
-I’m on an Intel based Macbook
-I’ve installed the latest version of Flash
Thanks in advance!