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…


A Simple Flash Movie

June 26th, 2009 | Author: Sunny

Sometime I saw like a growing tree on some flash movie, and it is very attractive if you have very nice complete branches growing up. So I tried to do my way. It is basically a complete picture of a tree(my ugly drawing for test), and a circle mask that grow during the timeline. As the result it looks like the tree growing. These may be the easy and alternate way for doing this effect instead of programming it.

Category: Flex | Tags: , , , | Leave a Comment