I know that can get the dimentions of an image and a video file, but if it possible to get the dimensions of a swf ( flash) file ?
http://us3.php.net/manual/en/function.g ... .php#47785
that gives you the dimensions on a video.
what about flash files ?
Getting the dimensions on a swf file...
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Yup. Of course. Read the manual. ::Cough Cough::The getimagesize() function will determine the size of any GIF, JPG, PNG, SWF, SWC, PSD, TIFF, BMP, IFF, JP2, JPX, JB2, JPC, XBM, or WBMP image file and return the dimensions along with the file type and a height/width text string to be used inside a normal HTML <IMG> tag.