bcarroll has asked for the wisdom of the Perl Monks concerning the following question:
$parser->{_stream}{_pos} seems to have some useful data?
use SWF::Parser; my $parser = SWF::Parser->new( 'header-callback' => \&header); $parser->parse_file('flash.swf'); print '$parser->{_stream}{_pos}=>' . $parser->{_stream}{_pos};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to determine the length of a swf video?
by Anonymous Monk on Aug 01, 2012 at 03:53 UTC |