mvcExpress-framework
mvcExpress-framework copied to clipboard
Error in WorkerSprite
Hey! I get an error when loading an external SWF file worker
[Fault] exception, information=ReferenceError: Error #1069: Property mvcexpress.extensions.workers.core:WorkerManager::_isSupported not found on class mvcexpress.extensions.workers.core.WorkerManager and there is no default value.
Please help )
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.
The error is stored can not understand what is the reason
I found a bug.))) The reason was that the worker is compiled with flag -inline.
It is not clear how this relates :)
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.
No, I added the tag at the compiler :) It's my fault