On 2007-02-27, at 08:32 EST, strk wrote:
On Tue, Feb 27, 2007 at 02:21:08PM +0100, strk wrote:
Ok, I'll try to see if I can get the trace out with the
existing minimal scaffolding. Currently it seems that the 'mylib.swf'
isn't loaded. Should it ?
I changed approach. I can get the correct trace with this:
<canvas>
<script when="immediate">
trace("Hello world");
</script>
</canvas>
About warnings, one that seems suspicious is this:
get_variable_raw("global" failed, returning UNDEFINED.)
-- get var: global=undefined
Is 'global' a variable set by the LFC7.lzl swf ?
Indeed. `global` is our platform-agnostic term. It is bound to
`_root` in swf, `window` in DHTML.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev