window-tutorial-$4.lzx
<canvas width="100%" height="100">
<view name="mediaWindow" x="10" y="10" width="200" height="150" clickable="true">
<simplelayout axis="y"/>
<view name="topRow" width="${parent.width}">
<view name="topLeft" resource="resources/media_win_top_left.swf" x="0" y="0"/>
<view name="topCenter" resource="resources/media_win_top.swf" x="${parent.topLeft.width}" y="10" width="${parent.width - parent.topLeft.width - parent.topRight.width}" stretches="width"/>
<view name="topRight" resource="resources/media_win_top_right.swf" x="${parent.width - this.width}" y="10"/>
</view>
</view>
</canvas>
Cross References
Named Instances