I’ve set up a simple download area for YoFLA clients. If you have purchased any YoFLA software using the ShareIt service, you can log in with your email and order id.

Visit here: http://my.yofla.com/
Afte a sucessfull login you can download the lates version of the software you have purchased. Also the unlock codes for the ConfigUtility for 3D Rotate users are avaiable there.
Please let me know if you have any troubles using the clients’ zone when accessing your past orders.
The 4.5.5 version of the tool has a “bug”. A code implemented for one client got into the production version and will cause that the 4.5.5 version will stop working in July 2010.
I’ll email the fixed 4.5.6 version to all my PRO and Enterprise clients today. FREE users, be aware, use the 4.5.4 version instead!

Comments Off
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