we are currently using Adobe Flex/AIR (Flash in browser, AIR for iOS and Android) as frontend for a business application. The backend is based on MySQL/PHP and ZendAMF. The communication between the frontend and the backend is done by RemoteObject.
We are now planing to update our browser-frontend to JavaScript/HTML/CSS and use Adobe AIR only for mobile apps (iOS and Android). The backend should stay the same if possible because we want to use it from browser and mobile.
Are there any best practice approaches to migrate from Adobe Flex/Flash to HTML/CSS? Are there any stable AMF implementations for JavaScript which work cross-browser without problems?
Thanks and regards!
