Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Because my first tutorial for Flashkit, “calling php function from flash” was too theoretical, here’s a more practical example. But still I think that the better programmer would prefer a tutorial like “calling…”. No matter, let’s play with the new features of Flash MX to implement useful applications.
On my last project (a bosnian php project, uuu) we needed a simple poll system. Because I new that my upcoming projects will require basic poll systems too, I decited to make it modular as possible. Modular means that you can easily attach and deattach features from your applications. A poll system on a web site is a nice example for this. The poll presented here can be added to every web site using PHP as scripting language and a mySQL database. Well, if you are a geek like me, you can make it even database system independent using abstaction layers from php lib (www.netuse.de) or PEAR (www.pear.php.net).