http://qs1969.pair.com?node_id=662658


in reply to [SOLVED] SWF::Builder, printing the swf file, rather than saving it

I tried to look into the source code of the modules, but the inheritance hierarchy got me confused ;-)

Did you try to provide \*STDOUT or simply *STDOUT instead of a filename to see if it just works, magically and by chance? ;-)

Of course you can also write a wishlist bug report against the appropriate module, and hope for a friendly CPAN author.

Replies are listed 'Best First'.
Re^2: SWF::Builder, printing the swf file, rather than saving it
by reasonablekeith (Deacon) on Jan 16, 2008 at 11:47 UTC
    ++!

    it really is as simple as

    $movie->save(*STDOUT);
    I had no idea you could do that! I'm not even sure exactly what's going on there, some light reading for me this weekend then!

    Thanks, Rob

    ---
    my name's not Keith, and I'm not reasonable.