Magento Flash + XML frontend
- by Nick Dima
Hi guys,
I'm working on a Flash frontend for a Magento powered store. This frontend will be an alternative to the HTML shop so it will sit in a subdirectory and use the same Magento installation as the main HTML site.
The Flash application will get the data from dynamic XML files. It needs to get almost everything as the HTML site (categories, products, cart, etc).
I want this to be a Magento module that can be installed on an already existing Magento installation. I would like to use the Block classes available in Magneto's core code as they already provide a lot of the functionality needed.
What steps would you take in order to achieve this? Do you know any examples or articles related to this?
Thanks!