3D photoviewer
A complete as3 oop photoviewer class, add it with one line of code and it behaves just like a displayobject so you can do with it what you want.Features
-Use it at any format you want-Smart image loading so you never load the same one twice
-10 different animation types and 40 easing types
-Add photos at runtime
-Change slidetime at runtime
-Change animation type at runtime
-Change easing type at runtime
-Change animation time at runtime
-Change the font and textformat at runtime
-Dispatch change events
-Easy to use
-Add descriptions and links to your slides
-Xml drive but can also work without xml
In the download
In the download you will find:-The preview file
-Complete api documentation
-Common questions file
-A example with the use of a flashvar
-A basic example
-A basic example with buttons
And offcourse the class file itself
Example code
import nl.michelvandersteege.media.PhotoViewer3d;var pv
hotoViewer3d = new PhotoViewer3d(590, 300, “photos.xml”
;addChild(pv);







