Create a Flash frontend for WordPress?

后端 未结 4 1756
终归单人心
终归单人心 2021-01-28 04:43

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

4条回答
  •  灰色年华
    2021-01-28 05:07

    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.

提交回复
热议问题