Wordpress and flash?
July 03rd, 2009 | Author: Sunny
ok. First I want to say: This may not work, just my idea how Wordpress and flash work together.
Since WordPress uses Database, you can actually retrieve your Blog from the database. What you need to do is write a script to retrieve those data and display it as XML or whatever data format you like. Then your flash movie should read XML (or other data format) and display it.
This purpose only good for read only.. since we are not modifying the database.. so I guess this should work well. If you want to do more advance stuff, then the best way is first to see how the database tables related to each other, then do an appropriate updates for each modification.
If you have a better idea, please let me know…
Great post!