3D Carousel Gallery
3D Carousel Gallery Use this file to easily achieve any 3D Carousel XML (ActionScript 2.0 ( AS2 ) + ActionScript 3.0 ( AS3 ) versions included) driven gallery configuration using advanced camera controls along with perspective, depth, fading and much more!


Key features:

* XML paramters configuration file easy to setup
* Dynamic image mirror & roll over image coloring support
* You can include images with fixed or variable size
* Support for external URLs and browser window resize
* Support for small image titles & adjustable big image position * Native camera keyboard and mouse controls support
* Optionally set the main XML configuration file path in HTML using FlashVars

Check the general Tips & Tricks page regarding all FT products.

obrazek

Enjoy!

 

Preview Examples:

3D Advanced Carousel XML (AS 2.0 + AS 3.0)
View FULL SCREEN
Label Regular Special
Amount: $ 8     $ 19  
Title: Personal License   Commercial License  
Description: By purchasing a "Personal License" you are entitled to use this product in one website or other multimedia project, personal or non-commercial client work. If you want to use it in multiple personal websites you'll have to purchase a license for each personal website or you can contact us for a Special License. You may not redistribute but you may modify its contents.   By purchasing a "Commercial License" you are entitled to use this product in one commercial project (website, DVD, offline presentation etc). If you want to use it in multiple commercial websites you'll have to purchase a license for each commercial website or you can contact us for a Special License. You may not redistribute but you may modify its contents.  
By clicking Add to Cart button you will complete the payment via PayPal.
 
You can also pay via Credit Card and PayPal by purchasing from our FlashComponents.net account.

Comments for Galleries >> 3D Carousel Gallery
Flashtuning
Flashtuning
09-15-08

RE: Cool...

Hi,

Yes you can integrate it in your applications. The \'gotoAndPlay\' to another frame is not available, only go to external URL. But if you have intermediate ActionScript knowledge you can integrate yourself the gotoAndPlay() to frame action.

Best regards,
Flashtuning
user01
user01
09-15-08

Cool...

Hi,

is it possible i incooperate this component into Adobe AIR? Very interested in it, am i able to have this movie as part of my flash website? Is it possible to click on each icon and enables me to \"gotoAndPlay\' to another frame?

Thanks.
Flashtuning
Flashtuning
09-15-08

Re: Rotation

Hello,

Double click the carousel Movie Clip / go to AS layer / Main Parameters area and set the rotspeedmax to the value you want.

Best regards,
Flashtuning
user01
user01
09-15-08

Rotation

How do I slow down the rotation?

Thanks
Flashtuning
Flashtuning
09-15-08

RE: Bug in firefox (Mac)

Hi.

Add a little test. Double click the carousel Movie Clip, comment the init() method and add the following method after or before the init():

Code: Select all
var intervalId;

function checkcamera() {
if (sc.getMc("camera_0")) { //sc is the instance name for the camera component from the stage
//if camera movie clips exists, start adding objects in the scene ( call init() )
init();
clearInterval(intervalId);
}
}
function startcheck() {
intervalId = setInterval(checkcamera, 30);
}
startcheck();


This way you first load the scene.xml configuration file necessary for the 3D scene component, then load the config.xml file with the objects data and start the carousel functionality.

Hope this helps.

Best regards,
Flashtuning
user01
user01
09-15-08

Bug in firefox (Mac)

Hi, I bought the component, and it works great, except for a little framing problem in Firefox Mac:

http://seb.9ieme.com/flashbug/Pic1.png

when I refresh, its ok, though :

http://seb.9ieme.com/flashbug/Pic2.png

Have you encountered this before? How can I fix this?

Thank you!
Flashtuning
Flashtuning
09-15-08

Re: functions?

Hello,

Yes, are possible in the XML. The Advanced Carousel is an application built using the 3D Scene engine and includes various parameters adjustable via Components Inspector Panel or using ActionScript methods to tailor the 3D space to your project needs.

Best regards,
Flashtuning
user01
user01
09-15-08

functions ?

Please, can you tell us more on others functions. has no specific written description. For example : on Presse == links url or frameLabel, are possible in xml ? Thank you very much for your answer. Cordially.
Add Comments on Galleries >> 3D Carousel Gallery
Please login to post comments