Hi, is there a way to discover the default size of a .swf file with PHP?
Thanks
[man]getimagesize/man
This function supports .swf files.
What if I use it with like, http://ww.example.com/example.swf (external file), and example.swf is a 10mb file, will it download the file to get its width/height?
yup. thats what the manual sais....