Home / Components / Galleries & Slideshows / Polaroid Stack AS3/ XML /
Polaroid Stack AS3/ XML
34 purchases
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
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
Please install flash first.
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
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:
Related components:
Featured components:
Highly customizable HTML / XML driven video lis...[+]























8 comments
Add comment
Arnolda
#  /  PM  /  posted on Aug 01, 2009
nickbuick
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
Arnolda
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
Arnolda
The timeFunction doesn't show up right.
Send me a pm and I'll mail you the code.
#  /  PM  /  posted on Sep 15, 2009
lisa.perrett
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
Arnolda
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
geraldinepink
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
Arnolda
Hi geraldinepink,
Thanks for the interest! To answer your questions,
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