Is there any action script you can put on an image in flash that "on-click" makes it open up in a new web browser page with a magnifying glass to be able to zoom in and pan around the image? I'm really new to flash so any help would be much appreciated. Thanks
I'm currently working with Adobe Flash CS3 Pro which is version 9 I think. Ok, so how is it that like on shopping websites or whatever, when you click on an image it opens up a window with a larger image and a magnifying glass to be able to zoom in and even pan around the image. Any hopes of doing something like that in flash?
Sure, but the question is still which version of Actionscript, 2 or 3?
The basic functions for opening a new window in version 2 are getURL (look at the documentation for examples on how to use it) and then the zoom function would be a separate page with something like this
Ok, I did this flash video tutorial and that's not really what I want o do. What would be the easiest way to just have a new browser window open with a larger size image?
ok cool I got the new browser window to open. Now I need to know how to get the larger image file I want to pop up in that window. And another little thing...in the new browser window that opens it says "untitled". How can I change that?
Well link directly to the large image, you'll have to know that in the actionscript so that it opens a new window directly to that image. Or you can create some kind of PHP page that accepts a variable and displays that image.
__________________
jeremy - gnomeontherun Educated questions often get educated answers, and simple questions often get simple answers.