Dazzle your viewers with 3D photo navigation.
Create an amazing gallery with cool perspective effects in seconds and
give your photos stunning 3d and camera effects. The component is
fully ActionScript 2 compatible.
3D ImageFlow Gallery Reference
Gallery.addItem()
Usage
galleryInstance.addItem(itemObject)
Parameters
itemObject An item object that has an url property that is the path to the image to show, optionally an item
can have a width and height property which contains the image size, a description property that is used to describe the image and is shown when the
image is selected and a link and target property that contains the url where to go to when the selected
image is double clicked.
Returns
Nothing.
Description
Method; adds a new item to the end of the gallery.
Example
The following code will add an item to the my_gallery instance. To try this
code, drag a List component to the Stage and give it the instance name my_gallery.
Add the following code to Frame 1 in the timeline:
var
my_gallery:com.flzone.imageflow.Gallery;
my_gallery.addItem({url:"me.jpg",
description:"A photo of me"});



Comments
Be the first to write a comment
You must me logged in to write a comment.