thanks, this is brilliant but i can't find where to change the image that is used
thanks
dan
Hi all !
Another one Flash CS3 free utility has been created by FlepStudio.
It's a simply photo zoom that permits to navigate an image using a little square over the thumbnail.
Let' s say it works like the PhotoShop image navigator.
I wrote this Actionscript 3.0 class as modular as possible so you can implement it at your image galleries.
This class loads a high resolution image, creates the thumbnail and the zoom logic using math proportions.
PhotoNavigator
free Flash CS3 utility
Source files:
Last edited by Flep; 05-06-08 at 17:02.
thanks, this is brilliant but i can't find where to change the image that is used
thanks
dan
Hi and welcome
Inside of Main.as file, you have the path to the image:
Just change that url with your url where you have the image.Code:photo_navigator=new PhotoNavigator('http://www.flepstudio.org/utilita/PhotoNavigator/pic.jpg');
Hello, i have a problem. I'm trying to modify the main document so as that i am able to change the image at runtime. I try and remove the old image using removeChild, . I get this message when i try to add another image onto the screen.
The supplied DisplayObject must be a child of the caller.
at flash.display::DisplayObjectContainer/removeChild()
at org.flepstudio::PhotoNavigator/setComplete()
please help!!!
thanks
Hi,
how do you try to remove the old pic?
Code:thumb_mc.removeChildAt(0);
I just remove the instance of the previous navigator PhotoNavigator and try and add a second instance which contains the new pic. removeChild("instance1"). I think the problem arises with something called "father" in the PhotoNavigator.as
I think the best way is to re-instance a new PhotoNavigator:
Code:photo_navigator=new PhotoNavigator('http://www..../pic.jpg'); addChild(photo_navigator);
How do we Zoom in/out in this tool?
I need Help ! I am new to AS3. I am attaching the test project. In this I need few things to incorporate in this....
A.Large Map to start scrolling automatically and even with the small navigation on the bottom right....
B. I even want pointers on countries via XML.
C. Last but not least , How can I make large map go right when i take my cursor to left and vice-versa.
Please help !! This is really urgent.......
please mail me :- gagan_preet@in.com
Thanks in advance.....
Bookmarks