Has anyone tried to integrate AMFPHP and Zenphoto? If you don't know, AMFPHP allows Flex and Flash to talk to PHP. So, using AMFPHP, I'd be able to get a list of Zenphoto API functions, send them variables from Flex or Flash, and be returned variables from PHP. Any tips on how I might go about setting this up? Basically interested in trying to make a Flex front-end or theme for Zenphoto. Thanks!
Comments
http://www.zenphoto.org/2008/01/hacks/#zenphoto-as-plugin
That page is surprisingly hard to find...
Had to add:
define('ZENFOLDER', 'zp-core');
define('WEBPATH', 'zenphoto');
require_once(dirname(dirname(__FILE__)) . '/' . WEBPATH . '/' . ZENFOLDER . '/template-functions.php');
To my amfphp\globals.php
Adding it anywhere else didn't seem to work. Hopefully, it won't slow down the rest of my site to always have to be loading zenphoto. If anyone had another way to get this working, I'd be interested to know how you did it.
Yes, the Wordpress search function leaves a little bit to be desired--specially when there are a bunch of matches--it seems to want to return all the pages that have a match rather than giving you list of exerpts and links to the full text.