I’ve created a simple AS app that allows me to drop an image from either the Finder or iPhoto 09 and then display the iPhoto metadata and IPTC metadata of that image.
All works well, but as has been documented on these forums, the drag/drop operation causes a spinning beach ball for 10 or seconds while the AS app waits to interrogate iPhoto. I’ve tried a solution on these forums by placing the appropriate code in an on idle handler, but this fails more often than not.
My question: is there a way to communicate directly with iPhoto from the AS app using the call method? If so, how can I access the currently selected image and its metadata in iPhoto using the call method?
Any hints would be gratefully appreciated.
Steve