Flex & WPF (Ebedding Assets)
Both Flex and WPF applications (as well as Silverlight) can have assets (such as graphics or sounds) embedded into them. Both systems have the same benefits (faster access to the resources) and disadvantages (larger file size). The process of compiling these assets into your application is called embedding. Flex offers the [Embed] metadata tag but [...]