Hello everybody,
We have to organise our ActionScript based extension in order to execute some time consuming operation in background. We know that we have to move to HTML5 panels, but in the meanwhile we'd like to know if is it possible to call such function in background, avoiding the UI to get freezed fore a long time. We've read about the use of workers in ActionScript 3 (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Worker.htm l), is it supported inside an extension?
Thank you.