Does this work for you in swf9? Should I expect it to? It appears that you can't change the content of a <text> dynamically in swf9?

<canvas>
<simplelayout />
<view width="200" bgcolor="#EEE">
<text resize="true" id="i" align="center" text="This text is editable." bgcolor="#FFF" />
</view>
<button onclick="i.setAttribute('text', 'short')">Shorten</button>
</canvas>

Reply via email to