hi
i am making an xml photo gallery. I can open the images into a new window by passing the following properties to some actionscript;
does anyone know how to change the bg of the pop-up. my movie bg is a colour but the pop bg is white. I have tried adding bgcolor = ‘cc0000’ but it doesn’t seem to work.
any tips would be great. thanks.
on (release) {
address = “http://www.test.co.uk/test/images”;
target_winName = “Gallery”;
width = 496;
height = 645;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}