Photo Album

Published on Apr. 10th 2009
7.112 downloads
You need to have Adobe Flash Player installed in order to view the component. You can download it from here: http://get.adobe.com/flashplayer/

Features

This is a slideshow with a pageflip effect.

Photos and captions are XML driven. Upload photos at any dimensions. They are automatically resized.

Unlimited number of photos.

Simply drag & drop the photo album onto your stage.
Resize the photo album as you wish.

Installation instructions for:

Below you will find instructions on how to install and use the Photo Album FX Component in Flash (available for Flash 8, CS3, CS4, CS5 and Flash Player 8, 9, 10 or later).

You can see an example on how to install a product in Flash here.

In this video you will see:
- how to create an instance of the component on the stage: from the Components panel (Ctrl+F7) drag & drop the component on the stage
- how to give a name to an instance for further use in ActionScript: click on the component instance on the stage and from the Properties panel (Ctrl+F3) enter a name in the text input
- how to access the properties of the component (read or modify) during different moments of your Flash application

Any property of the Component could be accessed that way. The names of the properties are identical with the ones from the settings.xml file. The properties of the component can be of any of the three types: Number, String, Boolean. We assume it’s intuitive of which type each property is.

Warning! Setting the parameters of the component in the Component Inspector window (Shift+F7) and in the same time having a settings.xml file populated with different values for each property, the properties from the settings.xml file will have priority (meaning that a parameter set in the Component Inspector will be ignored if that parameter is also defined in the XML file).

For now, this component does not dispatch events, but stay tuned for an update.

free package

  • Editable settings through FLA file

  • Editable settings through XML file

  • GPL Licensed

  • NO watermark:

DOWNLOAD NOW

how to install

Similar products

Comments

  • Page:
  • 1
  • 2
  • >
  • loading comments...

abmed

Posted 2 months ago

Below the first.

FlashXML Support

Hi,

We’re sorry but we do not offer support anymore for our basic products like this one.

abmed

Posted 2 months ago

Thanks for this nice component. I use two different languages, how to add a second description below the second (eg. CAP2) for rtl language in flash and xml.
Good day.

Dee

Posted one year ago

Thanks for offering this component. Very nice. Is there any way to change the caption styling? I want to change the size of the font, align left, and add more lines to the caption. I wouldn’t mind moving the picture up to allow room for the longer caption. All my pictures are set to a fixed height. Also, are special characters allowed in the caption? I want to add a question mark and it does not take the code. It also drops the apostrophe.

FlashXML Support

Hi,

Because this is a free Flash Component we offer limited support. Open the FLA project , go to Actions Panel(F9). At the beginning of code you can manipulate the caption X, Y position also for the photo.
@
var maxSize:Number = 290; //the maximum width or height for the photos

//no need to edit this unless you know what you are doing
attachMovie(“book”, “Book”, this.getNextHighestDepth());
Book._x = 146; Book._y = 90;
Book._xscale = Book._yscale = 90;
Book.gotoAndStop(26);

attachMovie(“page”,“Page”, this.getNextHighestDepth());
Page._x = 440; Page._y = 438;

attachMovie(“cap”, “Cap”, this.getNextHighestDepth());
Cap._x = 342; Cap._y = 410;
@

Joe

Posted one year ago

Thanks, I think I got it. Very sweet!

Joe

Anatoly

Posted one year ago

How to resize the photo album?

FlashXML Support

Hi,

Open the FLA project, go to Actions Panel (F9) and change the name of the variable maxSize.
e.g:

var maxSize:Number = 290; //the maximum width or height for the photos

After you made the changes, Compile (CTRL+ Enter).

  • loading comments...
  • Page:
  • 1
  • 2
  • >

Do you have a question?

you will get an answer in 24 hours, tops.

(required) Only alphanumeric characters allowed
(required) (will not be published)
Please type a message! Your message is too long! Either try to keep within 1500 characters, or contact our support team via email at support [at] flashxml.net.
(will not be published)
You mistyped the two words!
Can't read? Change the image
Format your comments using Textile: *bold*, _italic_, "link text":address, @code@
Connect to us on Facebook Follow us on Twitter Subscribe to our RSS feed
Copyright © FlashXML.net 2009 - 2012