browser not showing scrollbar in text layout component
hi
my text layout works great as SWF, however when i publish i dont see the scroll bar in the html page.
saying that i can use the mouse scroll to scroll the text.
my XML:
<?xml version="1.0" encoding="utf-8"?>
<flow:TextFlow paddingTop="5" paddingRight="5" paddingBottom="5" paddingLeft="5" whiteSpaceCollapse="preserve" xmlns:flow="http://ns.adobe.com/textLayout/2008" verticalScrollPolicy="on" horizontalScrollPolicy="auto" ><flow:p textAlignLast="right" textAlign="justify"><flow:span fontSize="13" color="0x666666" textDecoration="underline" fontLookup="embeddedCFF" fontFamily="FbTypograph Regular"....
just in case i added it in my AS3
import flashx.textLayout.elements.TextFlow;
import flashx.textLayout.container.*;
....
myTextLayout.verticalScrollPolicy = ScrollPolicy.ON;
any idea what went wrong?
thx,
Daniel
