Raimundas Banevicius

Results 13 comments of Raimundas Banevicius

look at : ProcessMapLive initTask() injectObject check.

- start main worker. - start remote workers A and B. - sending message from A to B should work.

If you try to load debug module swf from release module - VerifyError will be throwns. The only way to catch it is to load swf as binary, and then...

hm.. not sure.. have to check. then you send message from worker to worker... in bacground: Sending from main worker All non regular object type alias are sent to remote...

Can you try it with version 2? It might be foxed there, and its release ready. I will also check 1.4 at weakend.

hm.. I failed to reproduce it on my system.. and have to go away for 2 weeks.. :( I will be able to continue my investigation after I get back......

Hi, I was thinking how best to implement it, and make it easy to use. Best idea is have special WorkerShoredProxy that would have shared data, and react to changes....

Hi, Please check if both swf file are compiled with same CONFIG::debug flag. I am thinking how to detect this dynamically and give better error.

hm... I did removed couple of Inline tags not long ago as they were badly used and gave error. it should be removed in version2 branch.