I really like the affect but was hoping to modify it so the image enlarges when you click on it. What route would you recommend in making this modification.
thanks for all that you do,
Steve
FlepStudio is happy to offer you a new utility to be used freely.
It is part of the category ‘image gallery’ such as the Flash CS3 pixelized slideshow or the Flash CS3 full screen image gallery .
This time, I applied a simulation of the Z axis to create a 3D effect to the image movements.
I would like to specify, to those of you who do not know it, that Flash CS3 has a 2D engine, so it is only a simulation. If you need to develop more important 3D applications, you are better off using 3D engine softwares.
After having said this, I think that the applied effect recreate very well the idea of a 3D.
Let us take a look at it?
3D IMAGES VISUALIZATION
images gallery - 100%
Click here to view the gallery
Description
It reads the path of images from XML file.
Z axis simulation for the images movement.
100% browser view.
Files package
main.fla
Main.as
Preloader.as
LoadingXML.as
Caricatore.as
Thumbs.as
immagini.xml
images folder
readme.rtf
Important
Open LoadingXML.as and change the url to XML file at line 34.
XML file:
HTML Code:<?xml version="1.0" encoding="UTF-8"?> <root> <immagini> <img url="http://www.flepstudio.org/forum/images/img_0.jpg"> <img url="http://www.flepstudio.org/forum/images/img_1.jpg"> <img url="http://www.flepstudio.org/forum/images/img_2.jpg"> <img url="http://www.flepstudio.org/forum/images/img_3.jpg"> <img url="http://www.flepstudio.org/forum/images/img_4.jpg"> <img url="http://www.flepstudio.org/forum/images/img_5.jpg"> <img url="http://www.flepstudio.org/forum/images/img_6.jpg"> <img url="http://www.flepstudio.org/forum/images/img_7.jpg"> <img url="http://www.flepstudio.org/forum/images/img_8.jpg"> <img url="http://www.flepstudio.org/forum/images/img_9.jpg"> <img url="http://www.flepstudio.org/forum/images/img_10.jpg"> <img url="http://www.flepstudio.org/forum/images/img_11.jpg"> <img url="http://www.flepstudio.org/forum/images/img_12.jpg"> <img url="http://www.flepstudio.org/forum/images/img_13.jpg"> <img url="http://www.flepstudio.org/forum/images/img_14.jpg"> <img url="http://www.flepstudio.org/forum/images/img_15.jpg"> <img url="http://www.flepstudio.org/forum/images/img_16.jpg"> <img url="http://www.flepstudio.org/forum/images/img_17.jpg"> <img url="http://www.flepstudio.org/forum/images/img_18.jpg"> <img url="http://www.flepstudio.org/forum/images/img_19.jpg"> </immagini> </root>
Source files:
Last edited by Flep; 05-06-08 at 15:52.
I really like the affect but was hoping to modify it so the image enlarges when you click on it. What route would you recommend in making this modification.
thanks for all that you do,
Steve
Hi, thank you for this usefull utility, i've one question to suugest you: i analyzed the code mainly "Caricatore.as" but i can't undestand at wich it's refered the MovieClip "Num()".
i attached the code in question;
private function createThumb():void
{
var thumb:Bitmap=Bitmap(loader.content);
thumb.smoothing=true;
var clip:MovieClip=new MovieClip();
_fla.thumbs_array.push(clip);
var num:MovieClip=new Num();
num.info_txt.text=(counter+1).toString();
clip.addChild(num);
clip.addChild(thumb);
container_mc.addChild(clip);
clip.id=counter;
clip.name='thumb_'+counter;
if(counter==0)
{
num_width=num.width;
num_height=num.height;
}
drawClip(clip);
setStartProperties(clip);
next();
}
i tryed but i never found out what it's figure.
Thank you again for your good work and for your time
Could you tell me how to increase the amount of images?
I want to publish more than 20 images, how can I do it?
Thanks
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
It didn't work out in the beggining but I've made a change in the LoadingXML.as - from url adres to just the name of xml file and now everything works.
![]()
Bookmarks