- All
- Special Offers
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Flash Charts
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
Posted by : Flashtuning
47 purchases
Package includes: FLA
Opens with: Flash CS3, Flash CS4, and above
AS Version: ActionScript 3.0
Viewable with: Flash Player 9 and above
Flash knowledge required: N/A
Documentation: N/A
Preview
3D XML driven menu with perspective ,depth, items zooming and coloring. Flash CS3 / CS4 and above / ActionScript 3.0 ( AS3 ) version.
KEY FEATURES:
* XML configuration file easy to setup
* Dynamic image mirror & roll over image coloring
* Mouse/keys camera movement speed adjustment
* Support for external URLs and image titles
* Optionally set the main XML configuration file path in HTML using FlashVars
Check the general Tips & Tricks page regarding all FT products.
Check also the 3D Zoom Menu ActionScript 2.0 ( AS2 ) version.
NOTE: You can use A / D (for left/right camera movement) and W / S and mouseWheel for changing the menu depth in the examples below.
Check the SPECIAL OFFERS:
FlashTuning.net products such as 3D XML Carousels, 2D & 3D XML Menus, XML Banner Rotators, XML Galleries & Slideshows, Video Lists & FLV Players, HTML News Readers by clicking the image below:
This product is included in ALL FILES PACKAGE:

- Price : $5
- buy now
- add to alerts
Thanks for your quick response. The generated XML is fine. Looks exactly like the one you have delivered with your package. But swf does not take it, if I write this in my html:
<param name=“FlashVars” value=“xmlFile=http://www.domain.com/example.php” />
Nothing happens. Is this a wrong value?
Thanks.
Hi,
It works just fine if your generated XML file is having the exact format like the original XML file, so test your PhP script to see if you’re getting the correct formatted XML output.
Also simply test the FashVars first using a different XML file name to see it’s working.
FT
How can I use flashvars in this file? I generate a xml file with php and already used embed code and object code, but it does not work.
<param name=“FlashVars” value=“xmlFile=http://www.domain.com/example.php” />
Thanks
If you’re intereste in Lightbox integration check this tutorial and examples on How to integrate Lightbox to FT Flash Components
Hi,
The product has two sets of parameters ( the first set is within the xml configuration file ) and the second is for the 3D environment adjustments ( you need to edit the .fla file in flash and double click the 3D Scene component symbol if you want to adjust some advanced camera settings ) such as
.... var object_widen_ratio = -0.45; var object_heighten_ratio = -0.45; ...
3D Zoom menu is not a regular horizontal menu you find elsewhere, instead is a challenging piece of functionality for intermediate to advanced Flash users that you won’t find elsewhere or would take too much time to develop yourself on short deadlines.
FT
Purchased 3D ZoomMenu AS 3.0 and was unable to successfully adjust 3D settings as described in the ReadMe.txt document. Contacted the author and was referred by to tips page. Helped with the targeting question I had, but the instructions overall are vague at best, but basically offer nothing on the order of what is required to get the menu to function properly and display the images at their correct proportion. Furthermore, the mask set up doesn’t work properly. When re-sized the pixel dimensions simply won’t reflect their actual dsettings. All in all a very confusing, poorly documented menu effect. looks great if you can get it to work, but I highly recommend you look elsewhere if you are in the market for a horizontal menu, and I suspect this authors other products lack the same detail and support when it comes to documentation.
Hi,
Yes, that was because the bpress and brelease methods are not used anymore, we have commented these and you can download again the updated package.
Best,
FT
Hi,
I cannot seem to get website links to work. I modified the config.xml’s url property and added my web links, but they don’t work. I also get the following error when I click on any of the objects:
ReferenceError: Error #1065: Variable bpress is not defined.
at 3DZoomMenu_fla::menu_2/pressHandler()
Any ideas? I am using CS4. Thanks.
@glad2zu:
This menu application does exactly what is described in the online text description. The source code is included in the download package. It is based on a simple As 3.0 3D environment engine named 3D Scene and you can download 3D Scene AS 2.0 for free from this site (check our profile page the 3D Scene AS 2.0).
This menu is an application of 3D Scene engine like other applications from our portfolio powered by 3D Scene such as 3D Stack and 3D Rotate Carousel.

























help
and feedback
latest
news
latest
forum entries
Hi,
Do the following…go to the original files within the package and edit the index.html file and inside the AC_FL_RunContent() function add the ‘FlashVars’,‘xmlFile=config1.xml’, line after ‘menu’, ‘false’, line . Also change the xml configuration file name to config1.xml and run the index.html file in the browser to see the swf loads just fine using the newly renamed xml file and FlashVars.
FT