Flython?

Daniel Ellison daniel at syrinx.net
Wed Aug 18 09:38:48 EDT 2004


Ben Last wrote:
> Oddly enough, I've just acquired a need (translation: had a requirement
> dropped on me) for a certain amount of generation of Flash from Python.  If
> anyone's got any pointers to code, however non-project-grade, I'd be happy
> to take a hack at cleaning it up and re-releasing it in return for the time
> saved :)
> 
> humbly yours
> ben
> 
> 

I don't know if this will help, but (/somewhere/) I've got Java code I 
wrote a while back which streams MP3s to a Flash client by chopping up 
the MP3 into Flash frames and sending them out one-by-one to the client, 
wrapped by a properly constructed swf file. It illustrates how to put 
together a swf file at the very lowest level.

Let me know if you're interested and I'll put it on my site.

Dan



More information about the Python-list mailing list