Hi,
I’m just wondering if there’s somebody that has experience with this imagebrowser: http://www.sephiroth.it/tutorials/flashPHP/imagebrowser/
If so, could somebody tell me if you can set this up at a webserver, while I have my images directory on another server, where I don’t have AMFPHP setup?
Everything works fine when I place my images at the server where I have AMFPHP, but due to lack of space I want to place my images elsewhere…
Right now I changed the AS in the remoting layer of the fla in:
var imagesPath = "http://www.twc.sshunet.nl/~swmvanbo/arjen/imagebrowser/";
and changed the ImageBrowser.php accordingly:
var $base_path = "http://www.twc.sshunet.nl/~swmvanbo/arjen/imagebrowser/";
but this doesn’t work unfortunately
Please let me know if this is possible at all, and what changes I should make.
Thanks.