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
3D Rotate Tool JavaScript version 0.0.1 was released. It enables to display your rotating object also on devices like iPhone which do not support flash plugin.
Example (JavaScript version, runs on iPhone):
More information on the JavaScript version can be found here:
http://www.yofla.com/wiki/javascript:3d_rotate_tool_javascript_iphone
Examples for download:
http://www.yofla.com/flash/3d-rotate/javascript/examples/example_Flash-JavaScript/
http://www.yofla.com/flash/3d-rotate/javascript/examples/example_JavaScript-only/
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
Hotspot triggers a JavaScript function (with custom parameter) when it is clicked. You define the hotspot in the XML. Also in this example: custom movieClip is used for hotspot.
View/download: http://www.yofla.com/flash/3d-rotate/examples/example_javascriptHotspot/

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
Version 1.2.0 of the tool was released, updates:

- new URL and JavaScript hotspot type
Usage:
<hotspot x=”1740″ y=”550″ category=”Cities”>
<title><![CDATA[Washington D.C.]]></title>
<url target=”_blank”>http://www.google.com</url>
</hotspot>
or:
<hotspot x=”1740″ y=”550″ category=”Cities”>
<title><![CDATA[Washington D.C.]]></title>
<javascript parameter=”myParam”>myJavaScriptFunction</javascript>
</hotspot>
Download:
Download free version here: http://www.yofla.com/flash/interactive-map/download.php
Existing customers can download the update here: http://my.yofla.com/
Comments Off