Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
andyrossdesign #1
Access Image Metadata in a jpeg?
An image, like a jpeg, has a bunch of metadata stored in it. The "IPTC Core"
metadata usually includes the photographers name, address, title, description,
etc.
Is there any way to access this information using Flash so that, say, captions
for images in a flash gallery could be generated automatically?
andyrossdesign Guest
-
access swf metadata
Why would you want to do this? -
Request for comments on a JPEG metadata Perl module
Hi, I got recently interested in the possibility of designing a Perl library for reading and modifying JPEG image metadata (with Exif info, IPTC... -
send a jpeg image to asp/php
I need to send a custom jpeg edited in a shockwave editor to an asp/php page to save it on server. Anyone knows how to do? -
how to get the size of a jpeg image ?
How can I get the height and width of a jpeg image ? Thank you for help me. Emmanuel -
Image-with-Metadata Choices?
Hi all. I need to find a nice, organic (OS X) solution for this. I'd like to have metadata attached to still images, and not lose the ability to... -
chukcha14 #2
Re: Access Image Metadata in a jpeg?
Look at the documentation for the BitmapData class. I think this provides you
with access to the raw image data.
Look at the documentation of the jpeg i.e. the JPEG header format. I think you
might be able to parse out some image label data from raw JPEG header. This
would be one way. The second way is to pass the name/caption of the image in
the HTTP server response and parse it using the URLLoader object. Read
documentation of URLLoader.
chukcha14 Guest



Reply With Quote

