gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] calling undefined method ?


From: strk
Subject: [Gnash-dev] calling undefined method ?
Date: Thu, 1 Mar 2007 18:33:42 +0100

Hello Nicolas, hope you can help with this.

While fighting to fix support for OpenLaszlo, I've stumbled into
this SWF output by MTASC:


  PC:240 - EX: ActionPushData
          0) type=int32, value=0
          1) type=register, value=<as_object 0x8058f88>
          2) type=undefined, value=undefined
  After execution, Stack: "0" | "<as_object 0x8058f88>" | "undefined"
  
  
  PC:251 - EX: ActionCallMethod
  
   method name: undefined
   method object: 0x8058f88
   method nargs: 0
  18:25:08: ACTIONSCRIPT ERROR: call_method can't find method undefined for 
object N5gnash9as_objectE (0x8058f88)

Basically, the SWF contains an *intentional* callMethod with the method name 
undefined
(note the push type undefined). Is this some magic way to invoke constructors ?

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]