in reply to SWF Flash Module?

Yeah, i have used one of the SWF modules for Flash.

Its just a wrapper around libswf.a, created by some generous individual at SGI.

It supports the Flash-3 command set (i.e. no Flash4/Flash5 style scripting), so extensive Flash scripting support is what you want, you may be on your own (forced to implement the SWF spec yourself) unless there is another project that includes this.

I wasn't able to get the control i wanted over my Flash presentations with this module - i.e i couldn't get the 'jump to frame and stop' actions working properly, so eventually (I was somewhat time-constrained) i gave up using it and the project i was looking at using it for is now based on Java servlets creating GIFs on-the-fly.

Still, for simply creating a static Flash page, the module works quite well.

You can find it at http://the-labs.com/PerlFlash/

Hope that helps.

Replies are listed 'Best First'.
SWF Flash Module Perl only?
by fraktalisman (Hermit) on May 08, 2001 at 19:47 UTC
    Do you know if there is any other development in that direction?

    Flash::* depends on libswf, so I wouldn't be able to install it on a server where I can only upload to my home direcotry, right?
    There are useful ready-made tools like swift-generator (http://www.swift-tools.com) which unfortunately comes without sources.
    I am very interested in generating SWF using Perl, with modules entirely in Perl not depending on anything else. But I doubt that I have the experience to write such a package, and I surely don't have the time to do so :(

    I'd like to know how many people are around that are also regularly using both Perl and Flash.
      check out SWF::Builder and SWF::File at search.cpan.org all perl and very thorough. wish there were more examples, tho. -=trickyelf>