[Laszlo-dev] Can't change <text> in swf9?

P T Withington ptw at laszlosystems.com
Mon Jun 23 13:51:26 PDT 2008


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>



More information about the Laszlo-dev mailing list