Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to use PERL get the properties of a Flash file

by ikegami (Patriarch)
on Nov 14, 2008 at 20:22 UTC ( [id://723721]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Windows syntax
    my $size = `swfdump -X -Y "$qfn"`
       or die "...";
    my ($x, $y) = $size =~ /^-X (\d+) -Y (\d+)$/
       or die "...";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://723721]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-19 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found