tags:

views:

84

answers:

2

how to get SWF file dimensions in PHP?

+1  A: 

getimagesize I believe accounts for swfs: http://us.php.net/getimagesize

meder
it does support that but is this the best way to do it ?
From.ME.to.YOU
+1  A: 

You could install and run the swfdump utility.

I've also read that PHP's getimagesize() has some limited support for SWF files.

pix0r