In Flash, via the authoring environment, you can put bitmaps in your movie that are compressed with JPEG but still support full alpha transparency, something JPEG does not support out-of-the-box. Is there a way to achieve the same when embedding bitmaps via the Flex [Embed]
tag?
views:
28answers:
1
A:
This is not something that is possible using Embed. A workaround I have used is to embed both the JPEG and a transparency mask and apply the mask programmatically. If possible, I recommend using transparent PNGs instead.
Wade Mueller
2010-08-04 15:45:13
Transparent PNGs are better, but unfortunately too large for my purposes.
Bart van Heukelom
2010-08-04 18:02:39