embeding <OL> inside Dynamic text
hi guys,
i got stuck in problem need add ordered list inside dynamic text.
<ol><li>hi</li><li>hello</li></ol>
i loading data through xml , know there no support of ordered list in flash. easier workthrough. code boon
should come
1 hi
2 hello
i got stuck in problem need add ordered list inside dynamic text.
<ol><li>hi</li><li>hello</li></ol>
i loading data through xml , know there no support of ordered list in flash. easier workthrough. code boon
should come
1 hi
2 hello
try this.............
q0.htmltext= xmldocobj.mcq.question .questiontext._value;
[q0 dynamic text field. make htmltext text field true.]
<questiontext><![cdata[<ol><li>hi</li><li>hello</li></ol>]]></questiontext>
[this field in xml]
this give bulleted text.
<questiontext><![cdata[1. hi<br>2. hello]]></questiontext>
and give ordered list... [fraud :)]
q0.htmltext= xmldocobj.mcq.question .questiontext._value;
[q0 dynamic text field. make htmltext text field true.]
<questiontext><![cdata[<ol><li>hi</li><li>hello</li></ol>]]></questiontext>
[this field in xml]
this give bulleted text.
<questiontext><![cdata[1. hi<br>2. hello]]></questiontext>
and give ordered list... [fraud :)]
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment