Description:
It seems PV3D and AS3 have been two of the most powerful technologies recently, so I think I should give it a try. 3D Interactive Gallery is a perfect environment for users who would like to present their photos/art work in a real three dimension space. I’ve built 4 different galleries to show you how many variations could be achieved with this file. Enjoy !
Features:
- Papervision 3d + AS3 .
- Tweener driven
- XML driven.
- Code are well commented.
- Easy to customize directly from XML .
- Many variations.
- Vista preloader.
Don’t have Flash CS3 ? Download free trial at Adobe
PLEASE INSTALL PV3D AND TWEENER EXTENSION BEFORE COMPILING (SEE DOCUMENTATION )
_________________________________________________
FAQ: HOW TO ELIMINATE DESCRIPTION PAGE AND JUMP TO OTHER LINKS INSTEAD ?
1. You need to add link tag in data.xml so it looks like:
.
.
.
<thumb src="images/1.jpg" />
<img src="images/1big.jpg" />
<caption text="Caption 1" />
<desc> <![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad. <a href="event:http://www.google.com"> More </a> ]]> </desc>
<link src="http://www.flashden.net/user/RimV"/>
.
.
.
2. Open script.as or (script2, script3, script4). In ParseData() function, insert a new code to retrieve link tag in the for loop, for example:
.
.
.
desc[i] = dat.photos.photo.desc.text()[i];
img[i] = dat.photos.photo.img.attributes()[i];
link[i] = dat.photos.photo.link.attributes()[i];
.
.
.
3. In Press() function, delete all code inside and replace with:
var container = e.target;
var p = pContainer[container];
var myURL:URLRequest = new URLRequest(link[p.extra.index]);
navigateToURL(myURL, "_blank");
That’s it ! 
FAQ: HOW TO CHANGE THE SPEED OF ROTATION ?
Open script/2/3/4.as and adjust rs variable
_________________________________________________
MY FEATURES


MY PRODUCTS
3D Super Package

3D Gallery Bundle

Dynamic Photo Gallery

Transition Effect

Utilities – Text Effect – Preloader – Misc

Check out my Portfolio || Subcribe to my feeds
tag: spin, image, rotate, smooth, easing, dynamic, photo, images, rotation, scale, zoom, carousel, ease, camera, photos, elegant, dynamically, penner easing, three dimension, tweener, papervision, papervision 3d, spining, tweener, cauria
Posted 10 months ago