If you make your controller export xml to a location app/webroot/xml/ then make an action to gather then you can have flash access the exported file.
set the base param of the flash object to you webroot, setting the file passed to flash as something like xml/exported-data.xml I have made a simple ticker (flashes one line of text across the screen at a time) that accesses a controller action tickers/index.txt (using parseExtensions) - setting the flashvar to tickerFile=tickers.txt (with a customised route) all is working well as far as I see - S 2008/10/16 Daehee <[EMAIL PROTECTED]> > > My issue is.. I have the controller and views working to properly > output xml data at a particular URL using routing. However, XML/SWF > needs a physical file location for the xml_source being passed through > FlashVars. How to go about doing this? > > On Oct 16, 10:08 am, Daehee <[EMAIL PROTECTED]> wrote: > > I have the same question. Did you figure this out? > > > > On Sep 4, 3:06 am, vibhor <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > > > I am looking to integrate the XML/SWF charts( > http://www.maani.us/xml_charts/ > > > ) feature in my cakephp application. I have read Chris Hartjes's > > > tutorial ( > http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrati... > > > ) but he is using the PHP/SWF implementation.(thanks Chris for > > > excellent tutorial! ). > > > > > I just want to know which files of the charts go where in the cakephp > > > application folder structure. > > > I think once this is sorted out we can post this in the bakery for > > > other bakers who can use this wonderful stuff in their application.. > > > > > Can someone please help me in this? > > > > > Thanks, > > > Vibhor > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
