April 20, 2009

3D Rotate Tool v. 4.5.2 released

Filed under: 3D Rotate Tool, Software updates — Matus @ 10:48 am

Version 4.5.2 of the tool was released. Changes:

- images can be loaded from a different domain now
- the tool (.fla file) is now CS4 compatible

Notes: Due to the CS4 compatibility chage, some assets have a new object class assigned. If your project does not compile correctly with the 4.5.2 rotateTool compiled clip, check these objects (in the library):

1. RotateToolTheme > Image Plugin Group > ImagePluginPreloader
class: com.yofla.rotateTool.view.components.ImagePluginPreloader
base class: flash.display.MovieClip

2. RotateToolTheme > Controls Group > Scrollbars Group > Scrollbar Assets > Scrollbar
class: com.yofla.rotateTool.view.components.ScrollbarComponent
base class: flash.display.MovieClip

3. RotateToolTheme > Controls Group > Scrollbars Group > Speedbar Assets > Speedbar
class: com.yofla.rotateTool.view.components.SpeedbarComponent
base class: flash.display.MovieClip

4. RotateToolTheme > Controls Group > Scrollbars Group > Zoombar Assets > Zoombar
class: com.yofla.rotateTool.view.components.ZoombarComponent
base class: flash.display.MovieClip 

 

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). Thanks.

April 3, 2009

3D Rotate Tool : Loading Example

Filed under: 3D Rotate Tool, Examples — Matus @ 1:33 pm

Set of 3 examples show how to load the 3D Rotate Tool into another flash project. 

Download:

http://www.yofla.com/down/3d-rotate/examples/example_loading.zip

March 20, 2009

3D Rotate Tool v. 4.5.0 released

Filed under: 3D Rotate Tool, Examples, Software updates — Matus @ 9:04 pm

 

Version 4.5.0 of the tool was released. There is one new feature and a minor update:

- vr object title and description: you can provide a title and a description of the 3d object
- option to disable rotation when a view is zoomed

Download here: http://www.yofla.com/flash/3d-rotate/download.php

 

Object info example:

You can download this example here: 
http://www.yofla.com/down/3d-rotate/examples/example_objectInfo.zip

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)

February 13, 2009

3D Rotate Tool v. 4.4.0 released

Filed under: 3D Rotate Tool, Software updates — Matus @ 1:16 pm

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)

3D Rotate : custom hotspots example

Filed under: 3D Rotate Tool, Examples — Matus @ 1:12 pm

With 3D rotateTool v.4.4.0 and above you can use any movieClip as a hotspot. In this example, two images were used for the two absolut positioned custom hotspots. 

 

You can download the example here: example_customHotspots.zip

January 7, 2009

3D Rotate Tool v. 4.3.7 released

Filed under: 3D Rotate Tool, Software updates — Matus @ 12:11 pm

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).

November 7, 2008

3D Rotate Tool v. 4.3.6 released

Filed under: 3D Rotate Tool, Examples, Software updates — Matus @ 12:49 am

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).

November 5, 2008

3D Rotate Tool : Resize video tutorial

Filed under: 3D Rotate Tool, Examples — Matus @ 4:02 pm

Update: a better resize tutorial is now avaiable here: http://www.yofla.com/flash/3d-rotate/tutorials/blackDiamondResize.html

The design of the 3D Rotate tool allows to position the UI elements freely. The downside of this approach is that a swf published to a certain size can not be scaled using the width and height parameters in html code.
Watch this video tutorial which shows how the Deuter example was resized from 500×375px to 640×480 px size using Flash CS3. You can download the deuter backpack example here.

October 2, 2008

3D Rotate Tool : setImage() example

Filed under: 3D Rotate Tool, Examples — Matus @ 2:00 pm

With 3D Rotate Tool v.4.3.5 you can make use of the new setImage() function. By calling it from your application you display any image of the Rotate Tool Image sequence. For now, only a “quick jump” functionality is implemented. Later a smooth “scroll” to the new image will be added.

Also in this example the rotateTool instance dispatches an event, after all images are loaded. When this happens, the buttons “show front” and  ”show back” are displayed.  You can use this event to trigger any other actions in your flash project.

You can download the example here: example_setImage.zip

3D Rotate Tool : transparency example

Filed under: 3D Rotate Tool, Examples — Matus @ 1:48 pm

With 3D rotateTool v.4.3.5 and above you can use transparent swf files for your images:

You can download the example here: example_transparent.zip

« Newer PostsOlder Posts »