Flash to tap into a wordpress database?

Hey Everyone,

Does anyone have any experience using actionscript to tap into a wordpress database (movable-type)? I’m just wondering how difficult this would be or if anyone has been successful with this.

Cheers,
Anders

You would have to use a server side script like php. Then have flash communicate with the php. Flash by itself cant connect to a database.

I’m doing something similar at the moment with my own databases, that I’ll be using for a custom blogging engine. It’s quite complex, really. It wouldn’t be hard to simply pull the data from the database, but if you’re planning on using that data for proper display (ie. navigation, etc.) it will get quite complex very fast.

I wouldn’t go in without first learning PHP and getting more simple systems implemented into Flash.