<?xml version="1.1"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Mobile//EN"
"http://www.w3.org/2007/07/SMIL30/SMIL30Mobile.dtd">
<!--
Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
           (See http://www.w3.org/Consortium/Legal/).
Revision: Jan 28 2008  by Thierry Michel (test updated to SMIL  Namespace, DTD and version and BaseProfile attribute)
Author:    Jack Jansen (CWI)
Version:   April 20, 2005
Module:    BackgroundTilingLayout Module
Feature:   background image functionality
File Name: bkL-background-01.smil
Media Components: 1 image, 1 text description
Expected Behavior: This file is used to verify background image behavior 
                   when an image is set on the region.
                   In this example, a background image is shown with text caption.
Required Modules: BackgroundTilingLayout
                  BasicInlineTiming
                  BasicLayout
                  BasicMedia
                  BasicTimeContainers
                  Structure
-->
<smil xml:id="root" xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Mobile" >
  <head>
    <layout>
      <root-layout id="Player-Window" width="200" height="200"/>
      <region id="media" width="200" height="200" backgroundImage="bgimage.jpg"/>

    </layout>
  </head>
  <body>
    <seq>
      <text region="media" src="bkL-background-01.txt" dur="5s" />
    </seq>
  </body>
</smil>