Highly customizable 3D Carousel gallery with mirror effect. XML driven images. This can be embed in a HTML file or used in one of your Flash projects. The cool thing about this Carousel is that it can be auto aligned to be center of the stage, or at a fixed position without touching the code.
This is the first 3D Carousel on FlashComponents.net made entirely in Flash CS4 that is moving in a real 3D space. To understand what I mean open the second sample and use the keyboard arrows to move and rotate in 3D space. This carousel uses the new 3D features from Flash player 10 and I have to say that is amazing that we can do this now just with Flash without a 3D engine.
XML SETTINGS
- image_width - the thumb(image) width. - image_height - the thumb(image) height. - radius - the radius of the carousel. - rotation_speed - the maximum rotation speed. - offset_title_y - with this you can offset the y position of image description, this way you can fine tune it. - resize_to_stage - auto position the carousel, if is "yes" the carousel will auto posiion based on the stage width and height else it will stay at the original position. - enable_keyboard - this enables the keyboards for moving in 3d space( this is just for demonstration, but if you want you can still use it). - image_path - the path of the image. - ulr_to_open and target - the url that will open when one of the images is pressed and the target. - description - a short description for the image.
Note:This project contains some cool functions for z sorting so you can reuse some of the code for your one projects, also the code is saved in external classes following the MVC pattern.
Highly customizable 3D Carousel gallery with mirror effect. XML driven images. This can be embed in a HTML file or used in one of your Flash projects. The cool thing about this Carousel is that it can be auto aligned to be center of the stage, or at a fixed position without touching the code.
This is the first 3D Carousel on FlashComponents.net made entirely in Flash CS4 that is moving in a real 3D space. To understand what I mean open the second sample and use the keyboard arrows to move and rotate in 3D space. This carousel uses the new 3D features from Flash player 10 and I have to say that is amazing that we can do this now just with Flash without a 3D engine.
XML SETTINGS
- image_width - the thumb(image) width.
- image_height - the thumb(image) height.
- radius - the radius of the carousel.
- rotation_speed - the maximum rotation speed.
- offset_title_y - with this you can offset the y position of image description, this way you can fine tune it.
- resize_to_stage - auto position the carousel, if is "yes" the carousel will auto posiion based on the stage width and height else it will stay at the original position.
- enable_keyboard - this enables the keyboards for moving in 3d space( this is just for demonstration, but if you want you can still use it).
- image_path - the path of the image.
- ulr_to_open and target - the url that will open when one of the images is pressed and the target.
- description - a short description for the image.
Note:This project contains some cool functions for z sorting so you can reuse some of the code for your one projects, also the code is saved in external classes following the MVC pattern.