Hi everyone,
Does anyone know how I can have the window open into a new window/browser or pop-up, whichever is easier, and only open to the size of the image?
My code works to click to enlarge, but opens to a full page and the image is in the top left corner with a lot of white space for the rest of the page.
current code:
on (press) {
getURL("http://pageallaboutit.com/images/gallery19.gif", "_blank");
}
I got the Flash answers I needed from Unreal Ed, but he said the window size was a java code question and to post here.
Can anyone help?
Thanks in advance