[flexcoders] Distributing AIR applications on Widows and Mac

2008-10-22 Thread jenonflex
Hi All,
I want to distribute my AIR application packaged along with the AIR
installer. I heard this is possible, but can anyone help me on how
this can be done, and what tools to use etc both on Windows and Mac.

Thank you,

regards,
-Jen



[flexcoders] Bitmap Data - setting the quality

2008-10-20 Thread jenonflex
Hi All,
This is more of an AS3 question. I am not sure if this is the correct
forum to ask. I have a SWF which is loaded into the display list and I
need to take a snapshot of it using BitmapData.draw() method. I am
doing it, but as the SWF is of high quality and have got lot of
objects in it, its taking extra time, which is not affordable for me.
Can we take a snapshot of the SWF with very low quality or low
resoltion? I just need a low quality representation of the SWF, so the
quality can be very low.

Regards,
Jen-