Best way to connect Flash (AS 3.0) Frontend to Frog CMS backend?
|
18 posts
|
Question: Description of flash site: Possible methodes? Question 1: Question 2: |
|
1 posts
|
AMFPHP seems a good option to me. I’m actually thinking of using Frog CMS for a flash project too. But I was looking for an XML based solution, so it would be easier to develop the website offline, and set up the frontend first. How did you solve it now? |
|
18 posts
|
- I have used AMFPHP for the data-transfer … using Value-Object classes which I send from PHP to AS 3.0. – And I have used PureMVC for the handling of information. (It was hard to learn PureMVC, but when you’re a little familiar with it, it is easy to handle). You can then write some Proxy’s which can get all the database-information from AMFPHP. RESULT => A verry fast solution (because AMFPHP is the fastest way to get information from a database and send it to Flash) |
|
44 posts
|
Hello Dear, |