How to implement Licensing in Flex and AIR

There are a lot of questions about how to implement Licensing in Flex and AIR.
I cannot explain you 100% how it works but below is list of libraries/functions for my solution.

codegenas3 – AS3 library for generating system/machine id.
as3crypto – AS3 library for encryption/decryption.
Local Shared Object – AS3 Class for storing license information (similar to Windows [...]

How to show/hide SWF in Firefox without reloading

It’s a bug in Firefox that when you hide and then show SWF (Flex or Flash) again, it will be reloaded.
So, this is workaround.
Firstly, do not use “display: none” CSS to hide the div that contains Flash. Use “visibility: hidden ” instead.
What about layout? Yes, it may be a problem due to “visibility: hidden” just [...]

HTML Tag in Flex 3

เราสามารถใช้ Tag HTML บางตัวได้ใน Flex Control จำพวก Text ต่างๆ โดยแต่ละ Control ก็จะ support Tag แตกต่างกันไป
Adobe Flex 3 Help – Using the htmlText property
อันนี้ของ Flex 2 ครับ

Adobe Flex 3 Stuff

ช่วงนี้ใช้ชีวิตอยู่กับ Flex3 ครับ เลยจดๆว่าเจออะไรบ้าง
น่าจะมีประโยชน์สำหรับ Flex Developer ครับ
Flex 3 Component Explorer
Flex 3 Style Explore

Tour de Flex component explorer

การ Embedding assets (Images, SWF, MP3, Font) ใน Flex Application

การ Embed Asset ต่างๆเข้าไปใน Flex Application โดยรูปแบบที่ Flex support ก็จะมี
Images (multiple instances)
Image (single instance)
Images that stretch with scale-9
Images for use with CSS and skinning
SWF files
SWF Library Assets
Sound files
SVG files
Fonts
ตามไปอ่านกันได้ที่ Adobe – Flex Quick Start Basics: Embedding Assets