Hey guys … I’m using the Kirupa Actionscript to make popup windows for this site i’m designing …
on (release) {
//customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “http://www.appledigitalprinting.com/popupConstruction.htm”;
target_winName = “kirupa”;
width = 397;
height = 397;
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);
}
There are 9 buttons that open popup windows. They all open in the same popup so thats good. BUT, they dont update unless you close it and click on another one. Here’s the site … www.appledigitalprinting.com … please help!