Monday, June 08, 2009

TBY appears on ST paper


ha. found this newspaper clipping while clearing my old office.
ST, Tech & Sci, H9, 28 Aug 2003

Thursday, June 04, 2009

Using Flex Library SWC with Flash CS3 FLA

Useful link: http://www.timwalling.com/2007/10/22/compiling-flash-cs3-compatible-swcs-with-flex/

It works.
1) manifest.xml
eg.:
<?xml version="1.0" encoding="utf-8"?>
<componentPackage>
<component id="OOPMLibrary" class="com.boon.OOPM" />
</componentPackage>

1b) Flex Library Compiler > Fill in Namespace URL and Manifest File

2) Compiler arguments: -compute-digest=false

3) put in the folder (WinXP): C:\Documents and Settings\{username}\Local Settings\Application Data\Adobe\Flash CS3\en\Configuration\Components

4) Flash CS3 > Components Panel > Reload (Menu)