Search  

3D INTERACTIVE GALLERY

HomeBrowse CategoriesFlashApplications and UtilitiesImage Viewers3D Interactive Gallery
Full_screen_preview

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

Hi RimV

I am using the Horzontalcarusel, and been playing with the settings.

I need some help, is there a way to insert an image in the middle of the carusel? so the front of the carusel go infron and behind in the back? also, cannot find the code to slow the rotation to minimal rotation, or no rotation, rotate on clicking each item?

and last thing, how can remove the second click? when you click 1st time you get a high res image, then second time it goes to gallery, I would like to elimnate that if possible.

Thanks TG-1

Posted 15 days ago

Hi RimV I need your attention for the changes of behavior of the galery number one, whre in the first click it must load another SWF . I have no need of loading a description on the screen, only transmit the data of XML to the other page.

Best regards, Giuliano.

Posted 15 days ago

Does anybody now how you can adjust the speed of the carousel?

Posted 14 days ago

This may be a silly question, but can I use this if I don’t have Flash?

I can’t tell from the description if I need Flash to use this? How much of it is configurable with the XML file?

Can I just drop in images, change Gallery title names and be done with it? I don’t really need to customize it really. Just re-size for my site, drop in some photos, fix the links and I’m good to go.

Can I accomplish that when I buy it?

Posted 13 days ago

@Xenofon: yes it’s included

Posted 12 days ago

@tg-1: email replied

Posted 12 days ago

@Guife: see the FAQ above

Posted 12 days ago

@nishant: see the FAQ above

Posted 12 days ago

@cmlawson: Sure you can customize those specs via an external XML

Posted 12 days ago

hi, sorry, I know I’ve asked this before, but can’t figure out how (and where in the script) to use the loader class. what I want is to load an external swf when you click ‘more’ instead of linking to another url. could you give me an idea?

thanks, alex

Posted 10 days ago

Hi, I’m trying to load the gallery swf into another movie, but I’m getting the following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference. at script4/Init() at script4()

I would appreciate your help with this. I also tried following the instructions under the faq section of your other gallery, but it’s not working and I’m still getting the same error.

Thanks!

Posted 10 days ago

Can this point to an external image? e.g http://www.example.com/1.jpg

Posted 10 days ago

@podlife: that tweak requires some work, you should hire someone to help you out

Posted 8 days ago

@kailasmommy: it should be similar to other gallery, make sure you change private to public from the first 2 function of main class

Posted 8 days ago

@mydream: you can follow the instruction in FAQ above and make the link point to external image

Posted 8 days ago

Hi RimV,

I tried what you suggested and I’m still getting the same error. Could you please help? i really need to be able to load this into another movie. Thanks !

Posted 4 days ago

could anyone point me to the line in the script for the rotation speed of the gallery…I can’t seem to find it.

Posted 2 days ago