August 15th 2010 - Entry Posted to:
ActionScript 3,AMFPHP,wordpress,Zend AMF
I’m currently rebuilding my noponies illustration site with Flashpress and of course a WordPress backend.
I’ve added in some new features to Flashpress as I’ve worked through the site, these are related to the data returned by each PostVO object, I’ve tried to make it a little simpler to get what you need from this object, without needed to go back to WordPress for simple stuff, like a posts tags.
So, I’ve added in the following to the post vo object:
1 / If the post has a featured image, the URL to it is included, otherwise its an empty string
2 / The posts tags are listed (if it has any) as an array of TermVo Objects
3 / The posts categories are listed (if it has any) as an array of TermVo Objects
4 / The posts attachments are listed as an array of their URLS.
The addition of tags and categories makes filtering the returned data quite easy.
Are there any other features that people want? I was looking at the user authentication aspect of WordPress at work last week, and was wondering if people have the need to be able to authenticate users? Possibly useful for adding comments etc?
1/ I think I’ll add a user authentication method, it wont really log a user into wordpress, but it would be useful for testing user access rights etc. Thoughts?
Once I finish my noponies illustration site, I’ll release the source files, so that there are some richer examples of what can be done with Flash and WordPress.