Hi,
I downloaded Flash Pro CS6 with flex sdk version 11.3. It didn't contain Workers functionality, so I had to download the latest playerglobal.swc 11.8 version.
I then used Actionscript options and pointed to the playerglobal.swc.
When I published the fla with playerglobal.swc linkage type set to Merged into Code, the runtime pops up this error:
VerifyError: Error #1079: Native methods are not allowed in loaded code.
However, when I published the fla with playerglobal.swc linkage type set to External, the runtime pops up this error:
VerifyError: Error #1014: Class flash.system::Worker could not be found.
The only way to get rid of the VerifyError: Error #1079: Native methods are not allowed in loaded code is to get rid of all the code that reference Workers in the fla.
How can I use Workers in my project!???