Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: PhotoNavigator

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    PhotoNavigator

    flash templates

    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:
    Attached Files
    Last edited by Flep; 05-06-08 at 17:02.

  2. #2
    Junior Member Settled In hocky2day is on a distinguished road
    Join Date
    Dec 2007
    Posts
    1
    Rep Power
    0

    Re: PhotoNavigator

    thanks, this is brilliant but i can't find where to change the image that is used
    thanks
    dan

  3. #3
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: PhotoNavigator

    Hi and welcome

    Inside of Main.as file, you have the path to the image:

    Code:
    photo_navigator=new PhotoNavigator('http://www.flepstudio.org/utilita/PhotoNavigator/pic.jpg');
    Just change that url with your url where you have the image.

  4. #4
    Junior Member Settled In ku2simple is on a distinguished road
    Join Date
    Apr 2008
    Posts
    2
    Rep Power
    0

    Re: PhotoNavigator

    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

  5. #5
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: PhotoNavigator

    Hi,
    how do you try to remove the old pic?

    Code:
    thumb_mc.removeChildAt(0);

  6. #6
    Junior Member Settled In ku2simple is on a distinguished road
    Join Date
    Apr 2008
    Posts
    2
    Rep Power
    0

    Re: PhotoNavigator

    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

  7. #7
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: PhotoNavigator

    I think the best way is to re-instance a new PhotoNavigator:
    Code:
    photo_navigator=new PhotoNavigator('http://www..../pic.jpg');
    addChild(photo_navigator);

  8. #8
    Junior Member Settled In Muhammad1 is on a distinguished road
    Join Date
    Dec 2008
    Posts
    1
    Rep Power
    0

    Re: PhotoNavigator

    How do we Zoom in/out in this tool?

  9. #9
    Junior Member Settled In damnkreative is on a distinguished road
    Join Date
    Jun 2008
    Posts
    6
    Rep Power
    0

    Talking Re: PhotoNavigator

    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.....
    Attached Files

  10. #10
    Junior Member Settled In damnkreative is on a distinguished road
    Join Date
    Jun 2008
    Posts
    6
    Rep Power
    0

    Re: PhotoNavigator

    Its been almost a month but i dint get any reply from anyone..Guess noone is here who can help me ....

    Its so disgusting !!

    Quote Originally Posted by damnkreative View Post
    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.....

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. PhotoNavigator
    By Flep in forum Utilitą di FlepStudio
    Replies: 66
    Last Post: 07-03-09, 08:45
  2. PhotoNavigator
    By Allex88 in forum Siti Flash
    Replies: 0
    Last Post: 14-11-08, 15:47
  3. Possibile modifica a PhotoNavigator...
    By fedeoasis in forum AIUTO utilitą free
    Replies: 0
    Last Post: 10-07-08, 16:41

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts