new to modx and trying to find a working example on how to generate xml from maxigallery so i can use in a flash application. after doing some research, i believe that involves ditto/wayfinder/maxigallery to aggregate as xml. is there a step-by-step tutorial out there somewhere that i can learn from?
Depends of what kind of XML output you want. Eg. from a single gallery or multiple galleries in same xml?
Here’s an example that does xml from multiple galleries:
http://modxcms.com/forums/index.php/topic,28106.0.html
Also check:
http://modxcms.com/forums/index.php/topic,36851.0.html
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
thanks doze for the response. i checked out those samples but couldn’t get it working. however, i’ve decided to use zendamf to bypass xml altogether and return an array of objects to flash from php which worked relatively well, albeit a bit more work. i’d have to create some php class methods to do what maxigallery can do right out of the box. so yes, i’d love to get my head wrapped around the maxigallery process
Quote from: midnightprojects at Feb 17, 2010, 12:54 PM
i checked out those samples but couldn’t get it working.
If you’d give more info, I could probably help with that..
"He can have a lollipop any time he wants to. That's what it means to be a programmer."