gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: OpenLaszlo support (continued..)


From: strk
Subject: Re: [Gnash-dev] Re: OpenLaszlo support (continued..)
Date: Mon, 26 Feb 2007 23:24:52 +0100

On Mon, Feb 26, 2007 at 05:05:54PM -0500, Henry Minsky wrote:
> stage="defer" or stage="late" will both work

Ok. I tried both and both give the exactly same output in
build/main/mylib.lzx.swf

'flasm' reports a single frame with 4 DOACTION blocks and in importAsset
which seems to be importing itself (weird).
The simple code is in the second DOACTION block, I guess I'll need to wipe
out one of those library files to get rid of the others, right ?

Flasm output follows:

movie 'build/main/mylib.lzx.swf' compressed // flash 7, total frames: 1, frame 
rate: 0 fps, 500x400 px

  frame 0
    constants 'LzInstantiateView', '_level0'
    push 'LzInstantiateView', '_level0'
    getVariable
    push 'LzInstantiateView'
    getMember
    varEquals
  end // of frame 0

  frame 0
    constants 'foo'
    push 'foo', 259
    setVariable
  end // of frame 0

  importAssets from 'build/main/mylib.lzx.swf'
  end // of importAssets

  frame 0
    constants '_parent', 'this', 'snippetLoaded', 'loader'
    push NULL, 'this'
    getVariable
    push '_parent'
    getMember
    push 2, 'this'
    getVariable
    push '_parent'
    getMember
    push 'loader'
    getMember
    push 'snippetLoaded'
    callMethod
    pop
  end // of frame 0

  frame 0
    stop
  end // of frame 0
end


--strk;




reply via email to

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