Skip to main content
May 30, 2013
Question

Any adobe expert here?

  • May 30, 2013
  • 1 reply
  • 423 views

I want to do multithreading in Adobe air desktop app.

Adobe air did not implement worker of webkit. Also  i am not sure how to use adobe air.worker classes. I see them airaliases class.

Any example of how to use it in javascript.

This is what i am doing.

I have a file need to be read when ever something written.

There are like 16 files  i want thread for each so my UI do not get affected.

Anyone in adobe help?

This topic has been closed for replies.

1 reply

May 30, 2013
I need to have file processing in each thread. Infinite loop which keep reading files as another app writing into a file.

There are many threads needed each read different file.

I saw airaliases.js file in adobe air.

But i do not know how to use it in javascript setup. I keep getting all undefined.

Also webworker also not working in adobe air. (seems like adobe removed that part of webkit in air)

I am kinda stuck. Posted in adobe forum and googled no one has used adobe worker in javascript.

Can you send example code on how to use worker in javascript only?
June 4, 2013

anyone?