Is there a way to runtime reading / access MetaData from a
php script so i can from the file it self get stuff like
videodatarate / audiodatarate / framerate / width and height ..
?
274 Views
1 Reply
Latest reply:
derobinson, Nov 16, 2006 8:38 AM
I don't know PHP, but if PH can introspect the file and send
that data to Flash in an XML format, then yes, you can do what you
are asking. The key is PHP getting the data and then formatting it
so that Flash can consume it.