read exif from flash.anyone done this before?read some specifications about exif,but failed still work on it.any idea?
Not entirely sure about it, but I dont think Flash can read EXIF files. What might work for you is using phpThumb. It uses ImageMagick to convert files to a other formats. So you could generate JPGs from EXIFs and then load them into Flash.
But maybe someone else has a better idea 
hrmmm…
1.load picture and get the bytearray.
2.according to binary then find TIFF tagname(tiff specification)
this is my way.but i got problem at 2.
