Thumbnail image in Flash to larger image in new window?

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Thumbnail image in Flash to larger image in new window?

    I have a series of thumbnail images in Flash and I want the user to be able to click on the thumbnail and get a larger photo. I know how to make the link what I want to know is how to get a nice clean new window in a color with the phot centered and no white boarder. So say the photo is 250x250 and the page I want to bring up I would like to be 500x500. I have it where it comes up like this [url]http://www.innerdreamrecords.com/planningpartners/01.jpg[/url]

    That doesn't look good, I don't want the white and all that space.


    Thanks in advance.[url]http://www.innerdreamrecords.com/planningpartners/01.jpg[/url]


    innerdream webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Thumbnail to large image
      How do I create a rollover effect where on mouse-over a thumbnail image will display a larger image: on top; to the side? Thanks for your help in...
    2. How to get original image of thumbnail image
      Hi To All i am doing one task, like storing image in database and loding back t Datagrid, in that i am taking thumbnail, It working fine. but...
    3. Image to load in larger popup
      Hi guys, just wondering if anyone can help me. I have a datagrid control that pulls images into a template column using the following code ...
    4. Displaying Larger Image On Rollover
      Hi Steve, You could use multiple disjointed rollovers. Since rollover slices don't have to be on top of each other or even adjacent, and one...
    5. Image Thumbnail
      Create ACDSee style image Browser, only one minute. download sample from http://www.viscomsoft.com/imagethumbnail.htm
  3. #2

    Default Re: Thumbnail image in Flash to larger image in new window?

    Please help me...I would really appreciate it.


    Thanks,

    ID


    innerdream webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Thumbnail image in Flash to larger image in new window?

    Try putting your thumbnails on one scene, then creating a separate scene for
    each full size picture. Make each thumbnail a button, then Actionscript each
    button to
    on (release){
    gotoAndStop("SceneX", 1);
    }

    HTH
    eddie_y

    "innerdream" <webforumsuser@macromedia.com> wrote in message
    news:bufr77$en2$1@forums.macromedia.com...
    > I have a series of thumbnail images in Flash and I want the user to be
    able to click on the thumbnail and get a larger photo. I know how to make
    the link what I want to know is how to get a nice clean new window in a
    color with the phot centered and no white boarder. So say the photo is
    250x250 and the page I want to bring up I would like to be 500x500. I have
    it where it comes up like this
    [url]http://www.innerdreamrecords.com/planningpartners/01.jpg[/url]
    >
    > That doesn't look good, I don't want the white and all that space.
    >
    >
    > Thanks in advance.[url]http://www.innerdreamrecords.com/planningpartners/01.jpg[/url]
    >
    >

    eddie_y Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139