Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 6 of 6

Thread: 3D images visualization free utility

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

    3D images visualization free utility

    amazing Flash templates
    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:
    Attached Files

  2. #2
    Junior Member Settled In klecknsr is on a distinguished road
    Join Date
    Jul 2008
    Posts
    7
    Rep Power
    0

    Re: 3D images visualization free utility

    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

  3. #3
    Junior Member Settled In elbatico1 is on a distinguished road
    Join Date
    Nov 2008
    Posts
    17
    Rep Power
    0

    Re: 3D images visualization free utility

    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

  4. #4
    Junior Member Settled In shrek17 is on a distinguished road
    Join Date
    Feb 2009
    Posts
    2
    Rep Power
    0

    Re: 3D images visualization free utility

    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

  5. #5
    CSS.FlepStudio.org Moving My Stuff To The FlepStudio Onsitus is on a distinguished road Onsitus's Avatar
    Join Date
    Jul 2007
    Posts
    1,366
    Rep Power
    4

    Re: 3D images visualization free utility

    Quote Originally Posted by shrek17 View Post
    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
    Modify the xml, adding new items...

  6. #6
    Junior Member Settled In shrek17 is on a distinguished road
    Join Date
    Feb 2009
    Posts
    2
    Rep Power
    0

    Re: 3D images visualization free utility

    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.


+ Reply to Thread

Similar Threads

  1. Images Scroller
    By Flep in forum FlepStudio utilities
    Replies: 60
    Last Post: 09-01-10, 13:10
  2. Flash CS3 Uploader - free utility
    By Flep in forum FlepStudio utilities
    Replies: 16
    Last Post: 12-07-09, 16:27
  3. Caricare images da xml
    By nocciola in forum Actionscript 3.0 avanzato
    Replies: 0
    Last Post: 12-04-09, 08:13
  4. Utility: ImagesScroller + Lightbox
    By Onsitus in forum FlepStudio users utilities
    Replies: 0
    Last Post: 18-02-09, 16:15
  5. Utility Caurina
    By kaos in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 06-09-08, 14:32

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

Search Engine Optimization by vBSEO