[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] [ot] How does gnash developer learn Flash/ActionScript speci
From: |
strk |
Subject: |
Re: [Gnash] [ot] How does gnash developer learn Flash/ActionScript specification |
Date: |
Sat, 10 Feb 2007 20:58:00 +0100 |
On Sat, Feb 10, 2007 at 01:26:10PM -0600, Meryl Silverburgh wrote:
> Thank you.
>
> I am stepping thru this method "ActionExec::operator() ()":
>
> ash.execute((action_type)action_id, *this);
>
> I see the action_id is 136, can you please tell me what the
> corresponding opcode in ActionScript?
grep the hex code in server/swf.h (0x88 in this case)
--strk;