I know it is off topic but does anybody know how to get the dimensions / resolution (aaa x bbb) using php? I can do images just need to do it for swf files then I have created a full working advertisement script.
Printable View
I know it is off topic but does anybody know how to get the dimensions / resolution (aaa x bbb) using php? I can do images just need to do it for swf files then I have created a full working advertisement script.
Hi,
the usual getimagesize works for swf as well. If your server is a bit out of date, it might not understand the compressed format started with MX
Musicman