且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

创建一个WordPress的Flash前端?

更新时间:2023-11-30 15:22:22

Flash可以通过HTTP轻松存储和检索信息,我认为
Wordpress通过XML-RPC接口使大多数东西可用,所以你可以
写一个Flash客户端,完成所有的显示,并使用
wordpress后端保存数据。

我不确定这将会是什么样的方式,而不是一个基于Flash的博客,一点点
的WordPress的数据库。


My buddy wants to create a WordPress blog, but because he's picky about the design (specifically the fonts), he wants to use Flash for the frontend -- display, content creation, user interface, etc. He's looking for a plug-in that will take the user input from the Flash interface and convert it into the appropriate PHP for WordPress. I've never used Flash, so I didn't know what to tell him, other than that this sounds nuts. Is there a better answer than this?

Flash can store and retreive information via HTTP easily enough, and I think Wordpress makes most things available via an XML-RPC interface, so you could write a Flash client that did all the display itself and just used the wordpress backend to save the data.

I'm not sure how this would, in any meaningful way, be "wordpress" though, rather than just a Flash based blog which used a tiny little bit of Wordpress's database.