# Dynamic text field xml and swf

**URL:** https://forum.kirupa.com/t/dynamic-text-field-xml-and-swf/291827
**Category:** flash
**Created:** [July 6, 2009, 1:04pm UTC](https://forum.kirupa.com/t/dynamic-text-field-xml-and-swf/291827 "2009-07-06T13:04:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Khubic](https://avatars.discourse-cdn.com/v4/letter/k/6f9a4e/32.png) [@Khubic](https://forum.kirupa.com/u/Khubic)
#### Post date: [July 6, 2009, 1:04pm UTC](https://forum.kirupa.com/t/dynamic-text-field-xml-and-swf/291827/1 "2009-07-06T13:04:58Z")

</div>

How can i load external swf into dynamic textfield that it will still be scrollable, now its loading but it isnt scrollable any more. when i load text i my case childNodes[0] then it is scrollable

for loading i use img tags and src=“kala.swf” allso i use, .htmltext

vasak.htmlText = xmlData.childNodes[0].childNodes[1].nodeValue

and the textfield is “vasak”

and in xml i use CDATA. so if there is some kind of workaround for external swf loading into dynamic textfield with ability to scroll it.
