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

  1. #1

    Default Photo Gallery

    Hi,
    I'm trying to create a PhotoGallery. I have two ideas: in the first one
    there will be a first page with the previews and clicking on them you can
    open the big photo, my problem is: I want that all the photos are always
    opened on the same web page, if I use the the following code

    on (release) {
    getURL("xxxxxx.jpg", _blank);
    }

    every photo will be opened on a different new page.
    With the second idea I would like that the photos are opened in the same
    page of the previews, what I can do to put the photo in the position that I
    want ?
    I've tried to use the following code :

    on (release) {
    loadMovieNum("xxxxxx.jpg", 1);
    }

    But the photo is opened in the same windows but not where I want.

    Could someone help me? Thank you I look forward to answers

    Thank you
    Gianluca

    PS: I hope that although my bad english you will be able to understand





    Gianluca Guest

  2. Similar Questions and Discussions

    1. PS web photo gallery
      I'm new to "developing" - a term I use very roughly as I have such a surface knowledge. I just want to create a family site. I have CS2 - would like...
    2. Photo Gallery help
      Hey how is everyone doing, I would appreciate it if someone can help me with a problem I am having. I want to do a photo gallery like the ones you...
    3. web photo gallery url
      After a web gallery is created, how do I go about sending the link to the website? I'm on a mac with photoshop cs and the links created start with...
    4. Web Photo Gallery
      Hi group ! To my great surprise, I created a Web Photo Gallery in about 3 minutes ! This option is amazing ! If you want to see the result, go...
    5. PHP Photo Gallery
      After spending many hours trying to find a simple looking, fast,dynamic php photo-gallery for my digital pictures, I decided to code a my own. ...
  3. #2

    Default Re: Photo Gallery

    Hi
    If you create an empty movie in the main movie you can position this movie
    wherever you want and load the picture into it.

    In your main movie create a new empty movie symbol.
    Drag it from the library onto the stage and position it using the symbol
    crosshairs as the reference point.
    In the properties inspector give the movie an instance name - e.g. 'shell'.

    The action on the button is (assuming the button is in your main movie):
    on (release) {
    shell.loadMovie("yourPicture.jpg", 0);
    }

    This will load your picture into the exact position that you want.

    Wendy :-)

    "Gianluca" <giarriz@tin.it> wrote in message
    news:J6BNa.20496$xK6.528861@news1.tin.it...
    > Hi,
    > I'm trying to create a PhotoGallery. I have two ideas: in the first one
    > there will be a first page with the previews and clicking on them you can
    > open the big photo, my problem is: I want that all the photos are always
    > opened on the same web page, if I use the the following code
    >
    > on (release) {
    > getURL("xxxxxx.jpg", _blank);
    > }
    >
    > every photo will be opened on a different new page.
    > With the second idea I would like that the photos are opened in the same
    > page of the previews, what I can do to put the photo in the position that
    I
    > want ?
    > I've tried to use the following code :
    >
    > on (release) {
    > loadMovieNum("xxxxxx.jpg", 1);
    > }
    >
    > But the photo is opened in the same windows but not where I want.
    >
    > Could someone help me? Thank you I look forward to answers
    >
    > Thank you
    > Gianluca
    >
    > PS: I hope that although my bad english you will be able to understand
    >
    >
    >
    >
    >

    Wendyc Guest

  4. #3

    Default Re: Photo Gallery

    Many thanks Wendy

    Gianluca :-)))


    "Wendyc" <wmcamb@hotmail.com> ha scritto nel messaggio
    news:aFTNa.628$pg6.13623@news-server.bigpond.net.au...
    > Hi
    > If you create an empty movie in the main movie you can position this movie
    > wherever you want and load the picture into it.
    >
    > In your main movie create a new empty movie symbol.
    > Drag it from the library onto the stage and position it using the symbol
    > crosshairs as the reference point.
    > In the properties inspector give the movie an instance name - e.g.
    'shell'.
    >
    > The action on the button is (assuming the button is in your main movie):
    > on (release) {
    > shell.loadMovie("yourPicture.jpg", 0);
    > }
    >
    > This will load your picture into the exact position that you want.
    >
    > Wendy :-)
    >
    > "Gianluca" <giarriz@tin.it> wrote in message
    > news:J6BNa.20496$xK6.528861@news1.tin.it...
    > > Hi,
    > > I'm trying to create a PhotoGallery. I have two ideas: in the first one
    > > there will be a first page with the previews and clicking on them you
    can
    > > open the big photo, my problem is: I want that all the photos are always
    > > opened on the same web page, if I use the the following code
    > >
    > > on (release) {
    > > getURL("xxxxxx.jpg", _blank);
    > > }
    > >
    > > every photo will be opened on a different new page.
    > > With the second idea I would like that the photos are opened in the same
    > > page of the previews, what I can do to put the photo in the position
    that
    > I
    > > want ?
    > > I've tried to use the following code :
    > >
    > > on (release) {
    > > loadMovieNum("xxxxxx.jpg", 1);
    > > }
    > >
    > > But the photo is opened in the same windows but not where I want.
    > >
    > > Could someone help me? Thank you I look forward to answers
    > >
    > > Thank you
    > > Gianluca
    > >
    > > PS: I hope that although my bad english you will be able to understand
    > >
    > >
    > >
    > >
    > >
    >
    >

    Gianluca Guest

  5. #4

    Default Photo Gallery

    I am looking to place a photo-gappery on my site. Is there an extension I can accomplish this with? Any ideas would be much appreciated.

    [url]http://www.washersforwellness.com/scrapbook1.html[/url]
    info@headwaymktg.com Guest

  6. #5

    Default Re: Photo Gallery

    I'd be happy to donate my JustSo PhotoAlbum 3 and JustSo PictureWindow 3
    to you, as your cause is certainly an admirable one.

    Contact me directly if you like what you see at:

    [url]http://valleywebdesigns.com/vwd_jspA3.asp[/url]
    [url]http://valleywebdesigns.com/vwd_jspw3.asp[/url]


    emichael brandt
    michael at valleywebdesigns dot com


    [email]info@headwaymktg.com[/email] wrote:
    > I am looking to place a photo-gappery on my site. Is there an extension I can accomplish this with? Any ideas would be much appreciated.
    >
    > [url]http://www.washersforwellness.com/scrapbook1.html[/url]
    E Michael Brandt Guest

  7. #6

    Default Re: Photo Gallery

    Your cause is good. check out JAlbum.net. open source software that you can customize yourself.
    Good Luck
    Kent G. Hutslar
    Kent Hutslar Guest

  8. #7

    Default Re: Photo Gallery

    You can check out the Flash Album Generator 2, see [url]http://www.dmxzone.com/go?10647[/url]

    You can create a very cool Flash Gallery with it - all in DW

    Greetings,
    George Petrov
    DMXzone.com
    George_Petrov Guest

  9. #8

    Default Re: Photo Gallery

    Depending on what you have for programs already, the new Flash Pro 8 has a
    good photo slideshow capability. I, being somewhat of a novice, just did a
    site for a friend of mine and it works well. You can see it at
    [url]www.waylontransport.com[/url]

    bossmanca Guest

  10. #9

    Default Re: Photo Gallery

    Hello,

    Flash SlideShow Builder from Wondershare is very user-friendly, it
    helps you create a cool and fun photo gallery with speical flash
    animated effects. It outputs galleries as the Macromedia Flash file
    format(SWF) which you can just insert it to your web page in
    Dreamweaver.
    [url]http://www.photo2vcd.com/flash-slide-show.html[/url].

    Regards.


    [email]info@headwaymktg.com[/email] wrote:
    > I am looking to place a photo-gappery on my site. Is there an extension I can accomplish this with? Any ideas would be much appreciated.
    >
    > [url]http://www.washersforwellness.com/scrapbook1.html[/url]
    Ljsunrainy@gmail.com 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