Tag Archive

ActionScript 3.0 ajax algorithms animation art as3 as3soundeditorlib blog community computer art computer vision digg eclipse employment flash google analytics IDE image-manipulation image-segmentation imagemagick Ithaca Ithaca NY java hosting jobs lightlink local mod_python MVC mysql News open source parser pseudo physics python renderer runtime SoundEditor svg svn tomcat versioning web-2.0 web-applications web technology wordpress

Actionscript SVG Library Updated

I have updated the open-source actionscript SVG library. It now has an Adobe AIR application example application that allows you to try it out.

What’s the library for? It lets you define vector graphics in a common format and render them in flash. Actually, you can already do this at compile time. But if you want to change the graphics programatically, for example changing the colors and styles used for fills and pens, you are out of luck with the Adobe’s current SVG offering. This program lets you do that at runtime

Cue Point Project update

I have completed the cue point navigation portion of the cue point project, and put up a new demo and source code browser. You can get info on the project here.

SVG runtime renderer for Actionscript 3.0

I have started work on a SVG interface for Actionscript 3.0. I will be able to render SVGs at runtime and do some editing of SVG’s at runtime. The project is hosted on google code and is licensed under LGPL.

Sound Editor project opened (as3soundeditorlib)

I needed a mp3 cue point creation widget written as a standalone ActionScript 3.0 project, so I started working on one. It occurred to me that once I get the sound graph built, and the sound navigation built, somebody might want to build in some editing functionality. So I put the project up on Google Code as as3soundeditorlib.You can see the demo here.

Here’s the screenshot:

AS3 SoundEditor Screenshot