Hi all,

I am trying to execute Flash's Stats on an OpenLaszlo app.
But the code does not work.

I must say that I dont know if this works or not.
Just a test.

But any ideas?

<?xml version="1.0" encoding="UTF-8"?>
<canvas proxied="false" bgcolor="0xeeeeee">
    <view>
      <switch>
        <when property="$as3">
          <passthrough>
            import flash.display.*;
            import net.hires.debug.*;
          </passthrough>
        </when>
      </switch>
      <handler name="oninit"><![CDATA[
        var vr = this.getMCRef();
        vr.addChild(new Stats());
     ]]></handler>
    </view>
</canvas>


minamotonoason(ason)
Japanese OpenLaszlo User

Reply via email to