[Flashticle] Trying to grok flashticle
Bob Ippolito
bob at redivi.com
Fri Sep 22 23:58:47 EDT 2006
On 9/22/06, Dethe Elza <delza at livingcode.org> wrote:
>
> I've got a PyObjC program to create vector-based animations and I can
> export the animations to SVG. I'd like to add export to swf and I'm
> looking for a solution for that, but having trouble getting any of
> the osflash tools installed on OS X. One solution might be to use
> Deng to view the SVG, but I'd like to get my feet wet with
> ActionScript and vectors in Flash.
>
> So is flashticle something I could feasibly use to do this, and if so
> are there any examples or docs to work from? I've tried reading the
> code, but am having trouble figuring out where to begin with it.
Probably not. It's more of an interface to the raw SWF format, which
is likely not the level you want to work with. It also doesn't fully
cover the format, primarily just the stuff I've needed along the way
and some of the other low hanging fruit. I primarily use ActionScript
related features, but even that's at a very low bytecode level.
-bob
More information about the Flashticle
mailing list