DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Flex 3 Actionscript Embed File Code
// embed a file into a flex actionscript project
[Embed(source="pat1.pat". mimeType="application/octet-stream")] private var pattern:Class;





