I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-07-30 13:08:42-07 by hplocher
adding play controls to swf when doing flv2swf
Hello, I hust installed flvinfo on MACOS, and would like to know if there is a possibility to add play controls (play stop pause, bar) in the process of generating the swf from flv. Maybe this is out of scope of the tool, just thinking. Best regards hplocher
Direct Responses: 8459 | Write a response
Posted on 2008-07-31 03:29:38-07 by cdolan in response to 8449
Re: adding play controls to swf when doing flv2swf
Yes, that is definitely out of scope. The SWF generation is quite primitive. You should be able to load the resulting SWF into any existing SWF player, though, and get your controls that way.

Chris
Direct Responses: Write a response