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 18

Thread: StripGallery - Flash CS3 and XML gallery

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

    StripGallery - Flash CS3 and XML gallery

    flash templates
    Hey !


    Another great free utility for you from FlepStudio.
    It's a Flash CS3 Image Gallery, XML based and nice navigation effect.
    Sound loop on background and preloader included.
    As always, open LoadingXML.as file and change the url of XML file.
    Also, change the image url's into images.xml .

    StripGallery

    Flash CS3 image gallery - XML based


    Click to view



    Source files:
    Attached Files

  2. #2
    Junior Member Settled In Jaxolotl is on a distinguished road
    Join Date
    Sep 2007
    Posts
    3
    Rep Power
    0

    Thumbs up Re: StripGallery - Flash CS3 and XML gallery

    And Flep did it again!
    bellissimo lavoro

    ho trovato un piccolo bug, quando vai sulla thumbnail 20 il la riasegnazione dei layer si comporta in modo sbagliato posizionando il "nastro" di navigazione tra il riquadro dell'immagine ingrandita e l'immagine stessa.

    upper -> Foto
    middle -> navigation
    bottom -> cornice foto

    mi spiace non poter contribuire in qualche altro modo alla tua generositą, putroppo sono solo un programmatore PHP ma la mia esperienza con actionscript č piutosto scarsa.

  3. #3
    Junior Member Settled In Jaxolotl is on a distinguished road
    Join Date
    Sep 2007
    Posts
    3
    Rep Power
    0

    Re: StripGallery - Flash CS3 and XML gallery

    Sorry everyone but the "edit" limit has expired so I post it again in english

    And Flep did it again!
    bellissimo lavoro

    I found a little bug, when you request the last photo (20) to zoom there is a misbehaviour on layer depth assignation, the "thumbnail" navigation bar remains between the Photo and the Photo Frame. On movie reload the error disappears . It doesn't happens every time but it happens twice for me.

    upper -> Photo
    middle -> navigation
    bottom -> Photo Frame

    I'm sorry but I can't collaborate more than this, I'm just a PHP programmer and my experience on Actionscript is really poor. I hope my post will be useful

    Thanks you again for your generosity.

  4. #4
    Member Flash Addict mobbu is on a distinguished road
    Join Date
    Sep 2007
    Posts
    62
    Rep Power
    3

    Re: StripGallery - Flash CS3 and XML gallery

    OLa.
    Ho riscontrato un altro problema sulla galleria che risolvendolo a risolto pure quello che a incontrato jaxolotl.

    Praticamente la galleria e fighissima, ma se si clicca il bottone piu volte di seguito senza aspettae la fine del movimento si sballa la visualizzazione delle tumbs.
    Lo ho risolto disabilitando il bottone quando le thumbs scrollano, e sull' onComplete del twin si ripristinano.

    Nella classe StripGallery ho modificato il codice cosi:


    private function setButtonDown(evt:MouseEvent):void
    {
    evt.target.gotoAndStop(2);

    if(evt.target.name=='down_mc'&&container_mc.y+container_mc.height>mask_mc.y+mask_mc.height*2)
    if(evt.target.name=='down_mc'&&container_mc.y+container_mc.height>400){
    down_mc.removeEventListener(MouseEvent.MOUSE_DOWN, setButtonDown);
    down_mc.removeEventListener(MouseEvent.MOUSE_UP,se tButtonUp);
    Tweener.addTween(container_mc,{y:container_mc.y-big_ratio,time:.5,transition:'easeInOutCirc',onCom plete:this.ripristinaButton});

    }
    if(evt.target.name=='up_mc'&&container_mc.y<=mask_mc.y){
    up_mc.removeEventListener(MouseEvent.MOUSE_DOWN,se tButtonDown);
    up_mc.removeEventListener(MouseEvent.MOUSE_UP,setB uttonUp);
    Tweener.addTween(container_mc,{y:container_mc.y+bi g_ratio,time:.5,transition:'easeInOutCirc',onCompl ete:this.ripristinaButton});

    }
    }

    private function ripristinaButton():void
    {
    up_mc.addEventListener(MouseEvent.MOUSE_DOWN,setBu ttonDown);
    up_mc.addEventListener(MouseEvent.MOUSE_UP,setButt onUp);
    down_mc.addEventListener(MouseEvent.MOUSE_DOWN,set ButtonDown);
    down_mc.addEventListener(MouseEvent.MOUSE_UP,setBu ttonUp);
    }
    Facendo cosi si e risolto pure il problema dello "swap" sull'ultima immagine.
    Cmq. ci sto mettendo le mani (tipo che si scrolla 1 immagine per volta) e non 4 e devo dire che sto esempio mi sta insegnado un sacco di cose.

    ... i tween sono fantastici !

  5. #5
    Junior Member Settled In xayn is on a distinguished road
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0

    Re: StripGallery - Flash CS3 and XML gallery

    Hi Flep
    this is very nice website and i'm learn alot from your website and can you create picture gallery like this website SlideShowPro: Flash photo gallery and slideshow component for Flash MX 2004, Flash 8 and Flash CS3

  6. #6
    Junior Member Settled In Beebs is on a distinguished road
    Join Date
    Oct 2007
    Posts
    5
    Rep Power
    0

    Re: StripGallery - Flash CS3 and XML gallery

    Hi Flep, I post this question in the download section as well. I am wondering how to make this excellent gallery horizontal instead of vertical?

    Thanks Flep.

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

    Re: StripGallery - Flash CS3 and XML gallery

    Quote Originally Posted by Beebs View Post
    Hi Flep, I post this question in the download section as well. I am wondering how to make this excellent gallery horizontal instead of vertical?

    Thanks Flep.
    hmm... many things to do...

  8. #8
    Junior Member Settled In kdittyr is on a distinguished road
    Join Date
    Oct 2007
    Posts
    1
    Rep Power
    0

    Re: StripGallery - Flash CS3 and XML gallery

    I wanted to let you know that I am very impressed with the work you have been doing. Please keep it up!

    Now, to this: I have written a few classes like this over the last few months and found a problem that I had to fix. I have noticed this problem in your code as well.

    Go to the example that you have created, once all of the images have loaded click the up or down arrows a few times in a row while the list is moving. You should see that if you don't wait for the list to stop moving, the list gets out of alignment. While this isn't a huge thing, it is something that can muck up your design.

    To fix this issue in my work, I create a simple variable to tell me if the list is scrolling. If the variable is set to 1, the list is scrolling, if it is 0, then it is not scrolling. This could be done with a boolean to save on memory. When the event is triggered and the variable shows that the list isn't scrolling, I set it to 1... then when the Tween is done, I set the variable to 0. That is a way to limit the number of times that the event can be triggered in repetition, a way of forcing the user to comply with your design/coding requirements.


    If this doesn't make sense, let me know and I will provide a code example of what I am talking about.

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

    Re: StripGallery - Flash CS3 and XML gallery

    Quote Originally Posted by kdittyr View Post
    I wanted to let you know that I am very impressed with the work you have been doing. Please keep it up!

    Now, to this: I have written a few classes like this over the last few months and found a problem that I had to fix. I have noticed this problem in your code as well.

    Go to the example that you have created, once all of the images have loaded click the up or down arrows a few times in a row while the list is moving. You should see that if you don't wait for the list to stop moving, the list gets out of alignment. While this isn't a huge thing, it is something that can muck up your design.

    To fix this issue in my work, I create a simple variable to tell me if the list is scrolling. If the variable is set to 1, the list is scrolling, if it is 0, then it is not scrolling. This could be done with a boolean to save on memory. When the event is triggered and the variable shows that the list isn't scrolling, I set it to 1... then when the Tween is done, I set the variable to 0. That is a way to limit the number of times that the event can be triggered in repetition, a way of forcing the user to comply with your design/coding requirements.


    If this doesn't make sense, let me know and I will provide a code example of what I am talking about.
    Yeah, you are right !
    Thank you for your suggestion.
    Would be great if you post the code so other users can add it.


  10. #10
    Junior Member Settled In greg is on a distinguished road
    Join Date
    Dec 2007
    Posts
    18
    Rep Power
    0

    Re: StripGallery - Flash CS3 and XML gallery

    Hi,

    Really great job, thanks to share your work, it's very helpful to learn even it's still hard to understand everything.

    I'll try to load into another swf the "strip gallery". This swf is already a part of another site using is own loader. I don't know if it's possible to do what I would like.

    Any help will be really helpful.
    Thanks in advance !
    Greg

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Flash Gallery help (with AS and xml)
    By Myke in forum Actionscript 3.0 newbies
    Replies: 11
    Last Post: 29-06-10, 14:13
  2. gallery flash xml php
    By gaetes in forum Flash CS3 | PHP | mySQL
    Replies: 5
    Last Post: 15-10-09, 05:23
  3. StripGallery - galleria immagini Flash CS3 + XML
    By Flep in forum Utilitą di FlepStudio
    Replies: 32
    Last Post: 23-06-09, 10:34
  4. StripGallery aggiornabile
    By caballero in forum Flash Italiano
    Replies: 5
    Last Post: 11-01-08, 12:25
  5. Icy Phoenix Gallery - Flash CS3 and PHP
    By Flep in forum PHP | mySQL | Flash CS3
    Replies: 1
    Last Post: 29-11-07, 10:17

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