Is it possible to get the file size (in MB) of a SWF file using PHP? I tried filesize() but it didn't work..
filesize should work fine. Are you seeing any errors or just a blank page? Make sure you have file read permissions to the file.