Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Reflect Gallery

This is a discussion on Reflect Gallery within the FlepStudio utilities forums, part of the Tutorials category; Hi all ! FlepStudio has created a new Free Flash CS3 utility . It's an image gallery with a cool relect ...


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

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  6 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 26-02-08, 05:19
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,352
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Reflect Gallery

Hi all !


FlepStudio has created a new Free Flash CS3 utility.

It's an image gallery with a cool relect effect.

XML based.

ScrollBar and thumbs, click a thumb and it displays the orginal image with a reflect opening/closing effect.


ReflectGallery

Flash CS3 + XML - image gallery









Description

Flash CS3 images gallery


It reads from external XML file


Files packege

main.fla

package org.flepstudio

package caurina ( Tweener by Zeh Fernando )

package com.pixelfumes ( Reflect class by Pixelfumes )

images.xml

images folder

XML file:

HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<image>http://www.flepstudio.org/forum/images/pic_0.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_1.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_2.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_3.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_4.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_5.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_6.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_7.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_8.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_9.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_10.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_11.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_12.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_13.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_14.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_15.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_16.jpg</image>
	<image>http://www.flepstudio.org/forum/images/pic_17.jpg</image>
</root>



Source files:
Attached Files
File Type: zip ReflectGallery.zip (737.5 KB, 588 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 17:24.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 26-02-08, 07:50
Junior Member
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
InsiteFX is on a distinguished road
Re: Reflect Gallery

Hi Flep,

Very nice really like your work and what you do for us.

Thanks
Ray
InsiteFX
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 26-02-08, 12:59
Junior Member
 
Join Date: Jan 2008
Posts: 1
Rep Power: 0
pmmartinelli is on a distinguished road
Re: Reflect Gallery

Simple and Wonderful

... PERFECT!!

CONGRATULATIONS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 26-02-08, 19:38
Junior Member
 
Join Date: Oct 2007
Posts: 16
Rep Power: 0
Abdul is on a distinguished road
Re: Reflect Gallery

Hey there Fleppo!

I will call you the master of menus!

Beautiful gallery menu!

Best Regards,
AbdulMohsen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 20-06-08, 16:56
nev nev is offline
Junior Member
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
nev is on a distinguished road
Question Re: Reflect Gallery

Dear Flep,

First of all thank you very much for the great work.
I am working on a sliding puzzle game and I would like to incorporate the ReflectGallery in my game, so when the player choses an image to solve the sliding puzzle, they first scroll through the lovely ReflectGallery, click twice on the large image to select it which will take them to the next frame where I will have the following code:


//instantiate the SlidingPuzzle Class
var sp:SlidingPuzzle = new SlidingPuzzle();
//define the number of horizontal pieces the image should be broken to, there is a set relation b/n the number of the vertical and the number of horizontal pieces
sp.pieces = 3;
//how many times we shuffle the pieces
sp.shuffle = 200;
sp.imageChosen = ..............; //Somehow I have to pass the chosen image here
addChild(sp);

sp.startSlidingPuzzle();

Any idea how to pass the selected image to my sliding puzzle class?


Your help will be greatly appreciated!
Many thanks

PS: By the way I hope Italy wins the EURO 2008!

Last edited by nev; 20-06-08 at 16:58. Reason: spelling
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #6 (permalink)  
Old 26-06-08, 22:19
Junior Member
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
TheSteffen is on a distinguished road
Re: Reflect Gallery

First of alll, thanks for the great gallery.

What I have to change to make the size smaler
Code:

If I change the size, it looks terrible "width="530" height="400""

Maybe I have to edit something in main.fla... but what? I'm nob with swf

Thanks a lot

Last edited by TheSteffen; 26-06-08 at 22:21.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-07-08, 03:43
Junior Member
 
Join Date: Jul 2008
Posts: 1
Rep Power: 0
Vzar is on a distinguished road
Re: Reflect Gallery

The questions should be answered. However your slideshow is very good and nice, thanks for your share!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 13-08-08, 15:36
Junior Member
 
Join Date: Aug 2008
Posts: 2
Rep Power: 0
hailflex is on a distinguished road
Re: Reflect Gallery

Hello,

im loading this gallery from another swf and i want to add an event listener to stick the gallery in the left center, because now its in the top left. Where and how can i add this event listener?

How can i resize the scroll bar and the thumbs mask dinamicaly according to the window height?

thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-09-08, 21:03
Junior Member
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0
sweety is on a distinguished road
Re: Reflect Gallery

Wow, this is really nice. You are very talented!!
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
xml gallery z1784 Actionscript 3.0 newbies 6 04-10-08 18:30
Reflect Gallery Flep Utilità di FlepStudio 87 29-09-08 19:47
Reflect Gallery aiuto cesare AIUTO utilità free 13 04-06-08 16:36
xml gallery - scroll motown advanced Actionscript 3.0 1 09-02-08 13:28
gallery swf+jpeg bliyrskel AIUTO utilità free 3 01-02-08 08:06


All times are GMT. The time now is 06:34.


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