[plt-scheme] Re: Macromedia Flash inside PLT Scheme

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sun May 10 08:49:20 EDT 2009

On Sun, May 10, 2009 at 9:17 AM, Alex Noguchi <aanoguchi at puc.edu> wrote:
> Ming looks like the only option for generating swfs.
> http://www.libming.org/

Actually, the specification for the SWF format is freely available
from Adobe, and there are a number of tools that work with it. For
example, flasm is an assembler and dissembler for SWF.

If you want to target the Flash runtime from PLT Scheme it is probably
easier to go via OpenLaszlo, which is an XML + Javascript based
environment, both of which you can easily generate (see Dave Herman's
javascript.plt on Planet for amazing JS support.)

N.


Posted on the users mailing list.