Here is just a short post with example, how to integrate the 3D Rotate Tool into Joomla CMS. The example features also the JavaScript version of the 3D Rotate tool. If user visits the site using a mobile device, the 3D product gets displayed:
http://www.yofla.com/joomla/index.php?option=com_content&view=article&id=1:3d-rotate-flexi-embed-test
This example is done in a clean Joomla installation. It is possible that in your Joomla Site the JavaScript used in my example (loading of swfobject.js) might interfere with other JavaScript files your site is already loading. In this case you might need to delete the swfobject.js linkage and adjust the script accordingly (remove the JS version of the tool, or use an other technique to detect Flash plugin rather than swfobject.js , e.g. JQuery).
New features in 3DRT Flexi v. 1.3.2
- option to preload large images automatically after normal images are loaded
- large image is shown automatically when entering the fullscreen mode
New features in 3DRT Flexi Setup Utility v. 0.2.0
- includes the swf 3drt flexi 1.3.2
- option to sort the input image files by date or filename
- option to disable the “Please upload…” info message which is shown under the image
You can download the latest version in the customers download zone.
Comments Off
Today a new version of the SetupUtility for 3DRT Flexi was released.
New features:
- option to add custom right-click menu item:

Download / Install: http://www.yofla.com/flash/3d-rotate/flexi/download.php Or simply launch your installed SetupUtility and it will ask automatically for an update.
Note: this feature is enabled only for PRO and PROWL users.
More detailed information:
The information on the right-click menu item and it’s url is encoded in the .xml file. If you wish, you can enter this information direclty into the .fla file, like this:
var rotateTool : RotateToolApp = new RotateToolApp(rotateToolTheme);
rotateTool.customMenuItem = {name:"My Customized Link",
url: "http://www.yofla.com/",
target:"_blank"};
rotateTool.start();
–
Comments Off
Today a new version of the SetupUtility for 3DRT Flexi was released. It supports now PRO WL Lilcense and features a checkbox for output of the source .fla file into the output folder.
Download / Install:
Comments Off
You can tell the rotateTool.swf movie which product to load using a JavaScript function. In this example you can click on thumb images to load an other 3d product:
View and download: http://www.yofla.com/flash/3d-rotate/flexi/examples/gallery/

Comments Off
Brand new Setup Utility for the 3D Rotate Tool Flexi was released. The new features are (compared to the previous config-utility):
- the utility does not only export the config.xml, but packs the html/images/swf into one output folder
- large input images are rescaled automatically to match the entered movie-size
Download it here: http://www.yofla.com/flash/3d-rotate/flexi/download.php

The Pro users can still download the original zip archive with the .fla files, if they want to create their own theme / skin.
Comments Off

The original 3D Rotate tool has powerfull skinning abilities, but the downside is that the published swf is not flexible in size. If you set different size in the html you either scale the whole content and ui, or the content is cropped/surrounded by background color – based on the scale parameter.
With 3D Rotate Flexi you can set it’s width and height directly in the html document. The controls will align nicely. The downside is that some features of the 3D Rotate tool, such as the hotspots, are not supported (yet).
Also the 3D Rotate Flexi has only a limited set of icons, currently the leftArrow/rightArrow and playPause button are available. The end user can only hide or show them, it is not possible to use other buttons (such as zoom in, out, or the scroll slider) or reposition the buttons. However it is possible for me to update the 3D rotate flexible source codes to display the icons you desire, and customize the tool for you. Zooming is also supported, only the hotspots are not.
You can download the 3D Rotate Flexi Here: http://www.yofla.com/flash/3d-rotate/flexi/
Comments Off