I want to read the width and height of a flash file using java on server side. i am having the byte array of flash file. can any one tell me where is the width and height of flash file is stored in the header information.
Hi Tarun,
There are PHP functions for grabbing the height and width of the flash file:
GetImageSize(url) returns an array where [0] is the width and [1] is the height.
Regards,
David