thumbnail to full image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinnyrihal
    New Member
    • Mar 2007
    • 2

    thumbnail to full image

    Hi all, been doing this for 3 days now -

    I have a group of thumbnails that have rollover, sound, and hover captions (which work fine) , what I want is to be able to click the thumbnail and it opens up the full image on the same page.

    Can anyone help?
  • sandyw
    New Member
    • Mar 2007
    • 122

    #2
    First you need to make your image (photo) in a button. You should already have this if you have a hoover, sound to it
    Open your button and make insert a keyframe on Down.
    Go back to your main Scene and select the button in the Actions panel type the following on
    (release){
    gotoAndStop(2); //note 2 stands for frame 2
    }

    Create a new layer and call it Image. In frame 2 place the photo that you want and where you want it.
    Create a new layer and call it actions in frame 1, type the following in the Action panel.
    stop();

    Comment

    • vinmunoz
      New Member
      • Apr 2007
      • 3

      #3
      you can also make the large photo in separate swf file with the specific size and place that you want and use the loadtarget.

      that way you dont have to put all your images in 1 swf file that could make your file large and slow in loading. thus, makes your website load faster.

      you can also use the loadmovie/unloadmovie for your link webpages to breakdown your site into separate pages to make it more faster.

      study levels as well.

      hope it helps...

      vincent

      Comment

      Working...