Flash CS3

Free tutorials and scripts for all

Sometimes members don't get their activation email.
This happens because it gets deleted by accident, your spam folder gets it ... lots of reasons.
To Resend the account activation code you need to do two things:
1. Go here: Resend your activation email
2. Enter the email address you used when you signed up and click "Email activation codes"
3. When the email arrives in your inbox, be sure to click the link to activate your account.

StripGallery - Flash CS3 and XML gallery

This is a discussion on StripGallery - Flash CS3 and XML gallery within the FlepStudio utilities forums, part of the Tutorials category; Hey ! Another great free utility for you from FlepStudio . It's a Flash CS3 Image Gallery, XML based and nice ...


Go Back   Forum Flash CS3 > English Forums > Tutorials > FlepStudio utilities

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 09-11-07, 05:55
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
StripGallery - Flash CS3 and XML gallery

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
File Type: zip StripGallery.zip (1.59 MB, 320 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !

Last edited by Flep; 05-06-08 at 16:46.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 09-11-07, 12:29
Junior Member
 
Join Date: Sep 2007
Posts: 2
Rep Power: 0
Jaxolotl is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-11-07, 12:42
Junior Member
 
Join Date: Sep 2007
Posts: 2
Rep Power: 0
Jaxolotl is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-12-07, 13:49
Member
 
Join Date: Sep 2007
Location: Milano
Posts: 59
Rep Power: 1
mobbu is on a distinguished road
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:

Quote:

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 !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-12-07, 14:31
Junior Member
 
Join Date: Nov 2007
Posts: 1
Rep Power: 0
xayn is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-01-08, 22:03
Junior Member
 
Join Date: Oct 2007
Posts: 5
Rep Power: 0
Beebs is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-01-08, 06:32
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
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...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 17-01-08, 15:54
Junior Member
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0
kdittyr is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 18-01-08, 06:48
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
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.

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-03-08, 02:06
Junior Member
 
Join Date: Dec 2007
Posts: 2
Rep Power: 0
greg is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
StripGallery - galleria immagini Flash CS3 + XML Flep Utilità di FlepStudio 13 19-08-08 18:55
xml gallery z1784 Actionscript 3.0 newbies 5 16-03-08 01:17
Icy Phoenix Gallery - Flash CS3 e PHP Flep Flash CS3 | PHP | mySQL 5 24-01-08 09:36
StripGallery aggiornabile caballero Flash CS3 generale 5 11-01-08 12:25
Icy Phoenix Gallery - Flash CS3 and PHP Flep PHP | mySQL | Flash CS3 1 29-11-07 10:17


All times are GMT. The time now is 19:18.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap

FlepStudio
by Filippo Lughi
P.IVA 03605860406