Hi,
I have created a swf with an image library made up of thumbnails.
When you click on a thumbnail it loads an external image into a new browser window.
I would like that browser window to resize to the image, and also to lose all its attributes, like address and status bar etc.
Here is the code I currently have attached my thumbnails/buttons:
on (press) {
getURL(‘gallery/001.jpg’, ‘blank’);
}
What do I need to add to this?
Chich.