![]() |
CI and XML - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CI and XML (/showthread.php?tid=20527) |
CI and XML - El Forum - 07-13-2009 [eluser]Jbeasley6651[/eluser] I currently have this 3d Flash Wall It is a flash element that displays photos in a nice 3d style way. It reads from an xml file called data.xml How would i go about making this dynamic? I don't want a full tutorial, I just need a point in the right direction. I want to serve the data to it vs it reading from a file since it will be a search and there can be multiple people searching on the site at the same time. Thanks, Jbeasley CI and XML - El Forum - 07-13-2009 [eluser]Colin Williams[/eluser] Point the flash file at a controller function, then in that controller function, echo the XML in the format that the flash player expects. CI and XML - El Forum - 07-13-2009 [eluser]Jbeasley6651[/eluser] Thank you sir. Makes sense. Really appreciate it. |