views:

43

answers:

1

Hi,

I would like to know if it is possible to connect MongoDB with Flash/Flex? If yes, kindly advise how could this be done?

Thank you.

+1  A: 

I dont think there is straight AS3 bindings for mongo. This post explains how to use mongo in flex

from the above link

Yet, MongoDB doesn’t come with an AS3 binding. To get access to MongoDB from within your Flex/Air app, various ways exist. One might use MongoDB’s PHP-driver, add some AMFPHP magic and finally expose your MongoDB’s API to flex

Cheers

Ramesh Vel