Dynamic text field xml and swf

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.