I am using dinamic text field, to catch a value of my HTML, for “_root.p1”.
I place the R$ lesser and the remaining the price biggest
But How I make this?
I have a value, but I do not know how much the customer goes to type, it can place R$ 12,00 or R$ 1.500,00. how I would make to catch only the cents and only to diminish the size of them, and if possible to place they half that in top, not in low of the letter, gave to understand?
in the HTML I would use this tag <sup>Test 1</sup>, exists some tag similar to this?
looks at what I have.
AS.
// usign de instance preco1_txt
preco1_txt.html = true;
preco1_txt.htmlText = "<font size =\"10\">" + _root.p1.substr (0, 2) + "</font>" + "<font size=\"28\">" + "<b>" + _root.p1.substr (3, _root.p1.length) + "</b>" + "</font>";
HTML.
<PARAM NAME=movie VALUE=test.swf?p1=R$+999,00>
Sorry about my English.