Hi,
I'm wondering if anyone has any experience with the Perl::Flash
(http://www.2shortplanks.com/flash/) or the PerlFlash
(http://www.the-labs.com/PerlFlash/) packages.  The deal is that both
modules have problems with converting images (gif & jpeg) to the SWF format.
When this is done, the modules both seem to print out blank spaces where the
picture should've went.
Has anyone experience this problem or/and fixed it perhaps, or is this just
a stupid mistake on my behalf?

I've included the code I use to do this below (in case this is a programming
error).
Any suggestions/comments would be well appreciated.

P.S. If anyone knows about any other PERL Flash modules, please don't
hesitate to mention them ;)

CODE: (PerlFlash Test (http://www.the-labs.com/PerlFlash/)
=======================================
#!/usr/bin/perl -w

  ###############################
  # PerlFlash Wrapper test      #
  ###############################

use Flash;

Flash::open('test.swf',256,256,20);
Flash::ortho2(-100,100,-100,100);
Flash::defineBitmap(1,"test.jpg");
Flash::placeObject(1,50);
Flash::showFrame();
Flash::close;
=======================================

Magnus Thor Jonsson
http://www.adlib.is/

Reply via email to