HTML Text Area
<!-- Classic HTML Label --> <SkinObject><Type>HtmlTextArea</Type> <!-- Unique name of the control --> <Name>RoomName</Name> <!-- Visibility true or false --> <Visible>true</Visible> <!-- Word wrapping possible values true or false. Default value true --> <WordWrap>true</WordWrap> <!-- Vertical scrollbar policy possible values on, off, auto. Default value auto. --> <VerticalScrollPolicy>auto</VerticalScrollPolicy> <!-- Horizontal scrollbar policy possible values on, off, auto. Default value off. --> <HorizontalScrollPolicy>off</HorizontalScrollPolicy> <Position> <Left>{PerformerVideoPanel.Left}+10</Left> <Top>{PerformerVideoPanel.Top}+5</Top> <Width>400</Width> <Height>50</Height> </Position> <!-- Text displayed in the control. Sequence {{ is replaced by <, sequence }} is replaced by >. Example {{FONT SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0"}} --> <HtmlText>{{FONT SIZE="12" COLOR="#000000"}}{{B}}Room name{{/B}}{{/FONT}}</HtmlText> <!-- Can user select text in HTML area --> <IsTextSelectable>false</IsTextSelectable> <LookAndFeel> <!-- alpha value between 0..1 --> <AlphaBlend>1</AlphaBlend> <!-- Could be one of the following values http://www.google.cz/#q=flash.display.blendmode --> <BlendMode>normal</BlendMode> <!-- color transformation --> <ColorTransform> <Color redMultiplier="0.1" greenMultiplier="0.5" blueMultiplier="0.8" alphaMultiplier="1" redOffset="128" greenOffset="128" blueOffset="128" alphaOffset="0" /> <!-- <Color brightness="0" tintColor="0xFF000000" tintMultiplier="0" /> --> </ColorTransform> </LookAndFeel> </SkinObject>
Latest news (source CNN):

