messagingfw/msgtestfw/Configurations/MmsMessage/HelloWorld.smil
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 17:08:58 +0300
branchRCL_3
changeset 16 8147bfb6c710
parent 0 8e480a14352b
permissions -rw-r--r--
Revision: 201015 Kit: 201017

<smil xmlns="http://www.w3.org/2000/SMIL20/CR/Language">
  <head>
    <layout>
      <root-layout width="160" height="140"/>
      <region id="Image" width="160" height="120" left="0" top="0"/>
      <region id="Text" width="160" height="20" left="0" top="120"/>
    </layout>
  </head>
  <body>
    <par dur="10s">
      <img src="SmileyFace.gif" region="Image" />
      <text src="HelloWorld.txt" region="Text" />
    </par>
    <par dur="10s">
      <img src="TheEnd.gif" region="Image" />
      <text src="TheEnd.txt" region="Text" />
    </par>
  </body>
</smil>