Posts Tagged ‘Flex’

Creating a SWC Component in FlashDevelop

Wednesday, May 7th, 2008

In the past, if you wanted to create a SWC library from your ActionScript classes you either had to use FlexBuilder or the Flash IDE. After Adobe open-sourced the Flex SDK you were also able to use the command line tool compc.exe at no extra cost. But if you don’t like to mess around with command line tools you have another option now. A developer from Sydney released a SWC export plugin for the popular open-source ActionScript development environment FlashDevelop. The plugin is based on compc.exe but it hides all the ugly details from you.

This tutorial will guide you through the steps of creating a simple ActionScript component and compilling it into a SWC file.
(more…)

Using AMFPHP with ADOdb

Monday, May 5th, 2008

Very often you want to add functionality from a PHP library to your AMFPHP service classes. This short tutorial shows the use of ADOdb as database abstraction layer and may be especially helpful for beginners with AMFPHP.
(more…)