Nathan Witt
unread,Feb 22, 2013, 3:20:21 PM2/22/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi Everyone,
I just got Shumway up and running on Wed and am getting a sense for how everything works now. I've read through the GitHub wiki and whatever other documentation I could find but I'm stuck now. When using the inspector with an SWF that has multiple classes linked to it's assets I keep getting stuck at this error:
TypeError: l38 is undefined
_constructChildren()Sprite.js (line 94)
trampoline()runtime.js (line 1423)
(?)()337 (line 4)
(?)()340 (line 3)
(?)()358 (line 3)
instance()domain.js (line 161)
(?)()Loader.js (line 553)
then(cb=Function())util.js (line 104)
_commitFrame(frame=Object { type=
"frame"
, bgcolor={...}, abcBlocks=[1], more...})Loader.js (line 458)
_commitData(data=Object { type=
"frame"
, bgcolor={...}, abcBlocks=[1], more...})Loader.js (line 381)
onmessage(evt=WorkerMessageEvent { data={...}, type=
"message"
, target=Worker, more...})Loader.js (line 864)
[Break On This Error]
symbolClass.instance.call(instance);
I tried as best as I could to diagnose what's at issue here but I'm still new to the project. After setting a breakpoint on line 94 of Sprite.js and inspecting the instance parameter I can see that __class__ = flash.display.Shape if that helps.
I understand this project is still very experimental but I think it would be wonderfully useful if I could get it working. If there's some reading that I've obviously missed just point me in the right direction.
Thanks,
Nathan