New version of CoverFlow makes the url linking easier:
Each item in the coverflow is defined with:
<cover>
<img><![CDATA[dog.jpg]]></img>
<desc><![CDATA[Dog]]></desc>
<param><![CDATA[http://www.google.com/images?q=dog]]></param>
</cover>
If you want a item to open an URL, you specify the url in the param parameter. If the url starts with ‘http’ no other action is required, flash detects that an url is provided (if the param does not start with http, the JS function is called as in the previous version).
If you use a different url (not starting with ‘http’), e.g. “/wp-archive/sompage.html”, you must provide the attribute “type“:
<param type=”url”><![CDATA[/wp-archive/sompage.html]]></param>
By default, the url opens in new window. You can override it with the “target” parameter:
<param type=”url” target=”_top”><![CDATA[/wp-archive/sompage.html]]></param>
Download the new version here: coverflow-free-v.1.1.0.zip
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
Version 1.1.0 of the tool was released. There are some new features:
- smoother zooming and panning
- if mouse is clicked down and not moved for 0.5 second, than the mouse movement zooms in/out
- new external (JavaScript) API function setNewImage
- new API function setZoom
- new API function setZoomStep
- new API function setImage
Download here: http://www.yofla.com/flash/flexi-zoomer/download.php
Existing Customers:
If you purchased the tool no more than 1 year ago (2 years for Enterprise Customers) you are eligible for a free update. Please reqest the update by email (provide your orderId or email used when purchasing the tool)
Comments Off
Version 4.4.0 of the tool was released. There is one new feature and a minor update:
- use any MovieClip as a hotspot, view example
- new parameter zoomSetsPan=”true” (zooming switches to pan mode)
Download here: http://www.yofla.com/flash/3d-rotate/download.php
Existing Customers:
If you purchased the 3D Rotate Tool no more than 1 year ago (2 years for Enterprise Customers) you are eligible for a free update. Please reqest the update by email (provide your orderId or email used when purchasing the tool)
Comments Off
Version 1.1.0 of the tool was released, updates:
- new flashVar paramteter for custom map file name
- map file can be any image, not just a .swf
Download here: http://www.yofla.com/flash/interactive-map/download.php

The YoFLA PRO product bundle was updated. For a limited time it contains also the Interactive Map LITE version for free. You can purchase and download the PRO bundle here:
http://www.yofla.com/flash/promotions/
The PRO bunlde contains now 5 flash tools:
- 3D Rotate
- Flash Zoomer
- Image Zoomer
- Multi Zoomer
- Interactive map
Comments Off
Version 4.3.7 of the tool was released. There two minor updates:
- option to disable error reporting ( usage: roatateTool.showErrors = false; )
- issue with custom cursor flickering in new flash player fixed
Download here: http://www.yofla.com/flash/3d-rotate/download.php
Existing Customers:
If you purchased the 3D Rotate Tool no more than 1 year ago (2 years for Enterprise Customers) you are eligible for a free update. Please reqest the update by email (provide your orderId or email used when purchasing the tool).
Comments Off
Version 4.3.6. of the tool was released. There are quite many updates:
- flash zoomer offset bug fixed (if rotateTool theme was at other position than 0,0)
- reverse pan option added (image pans left when mouse moves right)
- it is possible to have the zoombar in vertical orientation
- API functions added (sponsored by Greg Gillespie, Australia)
- stopRotation()
- startRotation()
- disableControls()
- enableControls()
- zoomOut()
- getActualImage()
- images in config.xml can have now a dynamic url as source specified
- option to define a “blank” hotspot added, wha t is useful for:
- event dispatched when a hotspot is clicked
Changelog: changelog.txt
New features samples:
1. Hotspot Event
Clicking an hotspot dispatches an event. Hotspot xml can be accessed in the listener function. Download the hotspot event example.
2. API functions
You can use commands to start/stop rotation or fetch the current displayed image id. Adding this commands was necessary for making an example like this: download the rotate tool multiple 2 example.
The development of the functionality in this example was sponsored by Greg Gillespie.
Existing Customers:
If you purchased the 3D Rotate Tool no more than 1 year ago (2 years for Enterprise Customers) you are eligible for a free update. Please reqest the update by email (provide your orderId or email used when purchasing the tool).
Comments Off