Home / Components / Galleries & Slideshows / Polaroid Stack AS3/ XML /

Polaroid Stack AS3/ XML

34 purchases

Arnolda Galleries & Slideshows Polaroid Stack AS3/ XML A Polaroid Stack application made in as3 with XML. You can download the free sample! $5 http://www.flashcomponents.net/component/polaroid_stack_as3__xml.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/2350_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$5.00

buy now

Package includes: FLA, XML

Flash Version: Flash CS3

Viewable with: Flash Player 9

Documentation level: Well documented

Flash knowledge level: Basic

Action Script: ActionScript 3.0

Product ID:F0902350

Author:

Arnolda

Arnolda avatar

Motto: Go as far as you can see. When you get there, you can see further :) ............................................

 

Recently viewed:

XML Gallery Photo-News
internalCarousel Pro
Flash4All - MP3 Player
Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 02 - AS2
XML Template Photography with Color Theme
FT ALL FILES PACKAGE
Advanced XML Image Gallery V1 - AS 3.0
HTML / XML Video List AS3 - v2 ( & FLV Player )
Image Flow
SWF Image Viewer XML Driven V2
FLV Player Lite
Chef RSS/ News Ticker

Please install flash first.

A Polaroid Stack application made in as3 with XML.

The image info is loaded from an XML file, as well as the size and layout of the Polaroids.

You can get a FREE sample at the download page. It has the same functionality as the commercial file.

If you would like to have the fla file as well, plus the logo removed, you can purchase the commercial files for only $5,- !

* All the images are from http://www.freedigitalphotos.net under a free license. So many thanks to them for letting me use their beautiful images.

$5.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by Arnolda:

Inspiring Quotes Package

A beautiful collection of inspiring quotes by f...[+]

More >>

Birthday E-card

An original e-card, either to be used for sendi...[+]

More >>

Matching Game AIR application

A Flash Matching Game AIR application. I have a...[+]

More >>

Related components:

AS3 XML Gallery Stack

XML Driven Drag & Drop images/animations/SW...[+]

More >>

XML based Stack Image gallery

This is a XML based stack image gallery.All the...[+]

More >>

Polaroid XML Gallery F8

This is a XML Driven Image Gallery with the fol...[+]

More >>

1 / 22

Featured components:

3D Image Zoom Menu XML AS2

Download 3D XML driven menu with perspective ,d...[+]

More >>

Product Image Gallery XML v2

This is an image gallery having all content tak...[+]

More >>

HTML / XML Video List AS2 - v1 ( & FLV Player )

Highly customizable HTML / XML driven video lis...[+]

More >>

8 comments

Add comment

  • New tags have been added for the new component Polaroid Stack AS3/ XML

    #  /  PM  /  posted on Aug 01, 2009
  • This is fantastic – thanks arnolda. Just one little question – what do I have to change to allow this slideshow to ‘auto play’? So it goes through each image without needing a mouseclick?



    #  /  PM  /  posted on Sep 15, 2009
  • I’m glad you like the application.
    Sorry, but it doesn’t have an option for autoplay.


    You could cancel out the addEventlistener for the mouseclick in line 119, and add a timer instead, at the end of the function “placePolaroid” (line 103) like so:


    var myTimer:Timer = new Timer(2000); 
    myTimer.addEventListener("timer", timeFunction); 
    myTimer.start(); 
    


    The timeFunction could look like this:

    function timeFunction(evt:TimerEvent) 
    { 
    var mc:Object = new Object(); 
    mc = getChildAt(totalChildren-1); 
    mc.parent.setChildIndex(mc, mc.parent.numChildren - 1); 
    click.play(); 
    Tweener.removeTweens(mc); 
    Tweener.addTween(mc,{x:xToGo, time: speed, transition: easeType,onComplete:photoSlideIn ,onCompleteParams:[mc]}); 
    Tweener.addTween(mc, {rotation: Math.floor(Math.random()*(rotationRange*2))-rotationRange, time: speed*2, transition: easeType}); 
    } 
    




    #  /  PM  /  posted on Sep 15, 2009
  • The timeFunction doesn't show up right.
    Send me a pm and I'll mail you the code.



    #  /  PM  /  posted on Sep 15, 2009
  • Hi,

    I have purchased the commercial license. I need to change the path of the files to an absolute path. Where do I find the path to the XML file? Apart from the paths to the .js file and .swf files, are there any other paths in the code I need to change?

    Thanks

    Lisa lisa@perrett-rendle.co.uk



    #  /  PM  /  posted on Dec 14, 2010
  • Hi Lisa,

    Thank you for the purchase,

    The path to the xml file can be found in the .fla. On stage is the polaroidGallery_mc. Dubble click on it to open it. In the polaroidGallery_mc on the first layer, first frame open the actionscript panel (F9).

    The path to the xml file is on line 51, where it says: var xmlUrl:String = "imagesList.xml";

    The path to the images is on line 59 where it says: var largeImageFolder:String = "images/";

    Best Regards, Arnolda



    #  /  PM  /  posted on Dec 14, 2010
  • Hi, Nice component. Quick questions when you have a moment: - Do you need to have the "empty" space on the right hand side for it to work? - Can the font on the picture be changed? IS this text also in the xml? - The black color can be changed to white. But can the size of the border be changed? Thanks a lot, Geraldine



    #  /  PM  /  posted on Jun 07, 2011
  • Hi geraldinepink,

    Thanks for the interest! To answer your questions,

    1. Yes, you do need to have the space on the right side, but it doesn't have to be empty. For instance if you set the background to transparent, you can add the appliction over other content.
    2. Yes the font, color and border size can all be changed inside flash. The flash file is included so you can change it how ever you like. I'm always willing to make small changes for you as well.

    Hope this answers your questions. (btw, did you see you can download a free sample? That way you can see what can be changed in the xml file)

    Arnolda



    #  /  PM  /  posted on Jun 07, 2011
Please login to post comments.