Getting frustrated by the lack of metatag generators in Flex I decided to build my own AS3 SWF metatag generator. Code has been provided as an FXP in case anyone is interested.
Ran into a project where I needed a swf residing on a secure domain to connect to data on a non-secure domain. Looking up all the info online it appeared flash security sandbox was what I had to delve into.
In search of a method to embed fonts into an Actionscript project I came across many posts out there touting the ability to embed fonts into an Library or SWC and use them across multiple projects. After many attempts using the various methods I wasn't pleased and couldn't get things to work. So in an all out effort I combined them all and suddenly everything worked