3DRT Flexi : SetupUtility v. 0.0.4 released

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();