views:

13

answers:

1

Hi

I have a AS3 project, which shows a map (based on OSM) and prints some information on the map. Now I would like to have a thumbnail for this map.

I've tried http://www.bitpixels.com/ to generate a screenshot of the whole page, the problem is when bitpixels takes the screenshot, the map isn't fully loaded.

Is there a way to say something like DisplayObjectContainer.exportToPNG?

I am new to AS3, so other approaches are welcome.

Juri

A: 

I found a solution: http://henryjones.us/articles/using-the-as3-jpeg-encoder

Thank you

Juri Glass