actionscript 3 - Possible to programmatically enable "show redraw regions" in Flash debug player? -
Is it possible to enable the "area to show redro area" program? By AS3 code, I mean.
Or is this a special feature of the context menu?
Our current C ++ hosting app passes through the right clicks and I want to avoid changing that code. It is all for testing, it is not necessary to be beautiful.
Yes, it should be able to with this line of code:
flash.profiler.showRedrawRegions (true)
Read for some more details.
Comments
Post a Comment