Skip to main content
Known Participant
November 11, 2012
Question

Workers on Android - permissions?

  • November 11, 2012
  • 2 replies
  • 866 views

I can successfully utilize Workers in Flash CS6 when publishing for desktop 3.4

worker = WorkerDomain.current.createWorker(Workers.BackWorker);

The same code however when published for Android 3.4 or 3.5  or  Desktop 3.5   does Not work.

The worker is null.

I have heard others having issues with 3.5 so will let that go for now.

But how about Desktop 3.4  vs  Android 3.4 ?  Is there any permissions specific to workers that need to be included?

I have included the worker swf in the APK  and also tried Not including it.

Anyone have success at this?

This topic has been closed for replies.

2 replies

Frédéric C.
Inspiring
November 12, 2012

Hi,

I'm not totally sure, but I think that workers are not implemented on mobile platforms yet..

Participating Frequently
March 31, 2013

afaik, that's correct -- no Workers for mobile.  you can check for Worker support with Worker.isSupported.