For one of my projects I would like to use PHP to read an SWF file on the server and get the dimensions of the stage of the SWF. So, the SWF file is not yet embedded in the page. Does anybody know if this is possible and which route I should take?
|
|
Use getimagesize() , it works perfectly with swf files. |
||||
|
|
|
See this (SWF Header Parser Class - licensed under LGPL): http://www.phpclasses.org/browse/package/1653.html The website says this:
|
||
