www.cze.cz

Home

Chat Text

<!--
    Text panel with chat messages from all users.
-->
<SkinObject><Type>ChatText</Type>
    <!-- Unique name of the control -->
    <Name>ChatText</Name>
    <!-- Visibility true or false -->
    <Visible>true</Visible>
    <!-- Are emoticons enabled -->
    <EmoticonsEnabled>false</EmoticonsEnabled>
    <!-- Default text in the textbox - default empty -->
    <HtmlText>{{FONT SIZE="12" COLOR="#FFAA00" LETTERSPACING="0" KERNING="0"}}{{/FONT}}</HtmlText>
    <!--
        UID Filter only messages from users with the UIDs which satisfy
        regular expression UserUIDFilter are displayed.
        Deprecated
    -->
    <UserUIDFilter></UserUIDFilter>
    <!-- Sound to be played when new message arrives -->
    <NewMessageSound>./skin/sounds/newmessage.mp3</NewMessageSound>
    <!--
        Following section describes what to do with public messages.
        Public messages are sent to all users in the chatroom.
    -->
    <PublicMessage>
        <!--
            Template
            {message.getColor()} - return message color,
            {message.sender.getNickName()} - return nick name of the sender,
            {message.sender.getUID()} - return uid of the sender,
            {message.getText()} - return message body
            {datetime.format("string")} - format actual time
            %a - lowercase am or pm
            %A - uppercase AM or PM
            %d - day of month 01-31 (leading 0)
            %D - day of month 1-31
            %g - 12-hour 00-11 (leading 0)
            %G - 12-hour 0-11
            %h - 24-hour 00-23 (leading 0)
            %H - 24-hour 0-23
            %i - minutes 00-59 (leading 0)
            %I - minutes 0-59
            %m - numeric month 01-12 (leading 0)
            %M - numeric month 1-12
            %N - month (January)
            %n - month (Jan)
            %s - seconds 00-59 (leading 0)
            %S - seconds 0-59
            %y - 2-digit year
            %Y - 4-digit year
        -->
        <Template>
        {{P ALIGN="LEFT"}}
        {{FONT FACE="_sans" SIZE="12" COLOR="#{message.getColor()}" LETTERSPACING="1" KERNING="0"}}
        {{B}}{message.sender.getNickName()}{{/B}}
        {{/FONT}}
        {{/P}}
        {{P ALIGN="LEFT"}}
        {{FONT FACE="_sans" SIZE="12" COLOR="#{message.getColor()}" LETTERSPACING="0" KERNING="0"}}
        {message.getText()}
        {{/FONT}}
        {{/P}}
        {{P ALIGN="RIGHT"}}
        {{FONT FACE="_sans" SIZE="8" COLOR="#000000" LETTERSPACING="0" KERNING="0"}}
        {datetime.format("%Y.%m.%d %h:%i:%s")}
        {{/FONT}}
        {{/P}}
        </Template>
    </PublicMessage>
    <!--
        Following section describes what to do with private messages.
        Private messages are sent from one user to another specific user from chatroom.
    -->
    <PrivateMessage>
        <!--
            Same options as in public message. See above.
            {message.receiver.getNickName()}
            {message.receiver.getUID()}
        -->
        <Template>
        {{P ALIGN="LEFT"}}
        {{FONT FACE="_sans" SIZE="12" COLOR="#{message.getColor()}" LETTERSPACING="1" KERNING="0"}}
        {{B}}{{I}}
        {message.sender.getNickName()} &amp;gt;&amp;gt; {message.receiver.getNickName()}
        {{/I}}{{/B}}
        {{/FONT}}
        {{/P}}
        {{P ALIGN="LEFT"}}
        {{FONT FACE="_sans" SIZE="12" COLOR="#{message.getColor()}" LETTERSPACING="0" KERNING="0"}}
        {message.getText()}
        {{/FONT}}
        {{/P}}
        {{P ALIGN="RIGHT"}}
        {{FONT FACE="_sans" SIZE="8" COLOR="#000000" LETTERSPACING="0" KERNING="0"}}
        {datetime.format("%Y.%m.%d %h:%i:%s")}
        {{/FONT}}
        {{/P}}
        </Template>
    </PrivateMessage>
    <!-- Length of messages history -->
    <MessagesBufferSize>15</MessagesBufferSize>
    <Position>
        <Left>430</Left>
        <Top>45</Top>
        <Right>100%-10</Right>
        <Bottom>100%-15</Bottom>
    </Position>

    <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):



Menu

  • Home
  • Radical Flash Chat
    • Radical Flash Chat
    • Configuration XML
      • BasicPanel (NineGrid)
      • BasicPanel (Pattern)
      • BasicButton
        • Classic
        • SendTextMessage
        • ShowCameraDialog
        • ShowColorDialog
        • ShowEmoticonsDialog
      • Camera Preview
      • Chat Text
      • HTMLTextArea
      • Input Text
      • List Of Users
      • Video Player
    • Installation (Windows, Linux)
  • Software (download)
    • PHP MySQL
    • Images to video
    • Flash E-Shop Product Slider
    • SVN Autocommit
    • Breeze Provider
    • DiaCze
    • 3D Real Viewer
    • PC Quick Test
    • WAMP
  • Graphics
    • Lowpoly models
    • Textures and Patterns
  • Contact
    • Email
    • Forum
    • Ideas

Contact

 
Developed by Jaromir Sivic