WordPress Flash / Flex Comments Form
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
This post is not an example, but a showcase! As you’ve seen, we have been creating WordPress Plugins in Flex for a while now, which you can download for free.
While creating these plugins, we have learned that Flex and WordPress are a powerful combination, which we should use more often. A while ago, I was looking at our website, and saw our comment form, which was not really impressing me. So I started creating one in Flex.
Some technical info:
- The comment form was created in Flash Builder 4.
- The panel look was changed using Skinning.
- We receive WordPress data through Flashvars.
- We post data via a HTTPService.
- We refresh the screen using Javascript (ExternalInterface).
- Gravatar support, using the gravatar api. (which uses an MD5 hash of the emailaddress)
Check this great Flex & WordPress Showcase underneath every post. Let us know what you think about it! If you like it we might make a WordPress Plugin for it!
This showcase gave me a lot of inspiration for more examples on Flex Blog. Oh and btw, leave a comment
!
Related posts:
- Call Javascript function from Flex / Flash Builder (AS3)
- Using ASDoc as an External Tool in Flash Builder 4
- Flex 4 / Flash Builder 4: Repeater changed to DataGroup
- Connect to Google Analytics from Flash Builder
- TinyURL usage with Flash Builder
Comments
8 Responses to “WordPress Flash / Flex Comments Form”




I think there is some mistake in the link you provided for word press comment form plugin developed in Flex.
On the given URL your provided, two plugins posted are
WP Flex Contact Form
Flash CountDown Plugin
But not the word press comments form.
Hi Flex Developer,
The Comment Form is not a WordPress plugin yet. We might create a plugin out of it.
Cheers,
Roelof
Hello Everyone
I m facing a problem when i used a combo box as a item editor in AdvanceDatagrid in flex.
When i click on particular cell then combobox will be visible it is ok but background text mins(advancedatagrid cell text) also visible. which is not looking good.
Please give me a solution if all of u have.
Thank you in advance
Please open a topic in our forum if you want somebody to look at it.
Regards,
Roelof
good information provide plugine and blog alos best performance
Hi! Wonderful Idea! But I’ve some problem to get it running. The flash form shows “Error #2032″ duaring the preloading process. Could you provide the flash/flex raw file? Because I’d like to add some custom fields in it. Isn’t it an idea for a tutorial, how to build a form for wordpress in flash? Would be very nice! Thanks!
Just out of curiousity, did you use Zend AMF at all for this? I was thinking utilizing the Zend Framework and Zend AMF specifically to integrate Flash and WordPress and while this is something I’ve been planning for a while, I finally have some time for it….
Hi Kevin,
For this comment form I did not use Zend AMF.
It is not a finished plugin, I just extended our WordPress Theme and load the SWF. The Say it! button will just call the default wordpress php function to place a comment (so our Akismet spamfilter is also taken into account
).
If you would like to have more info let me know.
Regards,
Roelof