Concrete 5 to generate XML data from DB
Permalink
Hello,
Im trying to build a flash site which uses XML data as its data source and Im planning on using Concrete 5 for the CMS.
Is it possible for Concrete 5 to generate XML from the database and use that xml and feed it inside flash?
Thanks a bunch! and more power to C5!!!
Im trying to build a flash site which uses XML data as its data source and Im planning on using Concrete 5 for the CMS.
Is it possible for Concrete 5 to generate XML from the database and use that xml and feed it inside flash?
Thanks a bunch! and more power to C5!!!
One thing to note -- in order to pass the URL of this xml file to flash, you will want some code like this in your controller:
Then in your block's view, when you need to pass the url to the xml file to your flash (usually via flashvars or params), do this:
Good luck!
-Jordan Lev