<?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: Kazuhide Tanaka Version: 2005/05/27 Module: BackgroundTilingLayout Feature: backgroundImage File Name: bgimg_url.smi Media Components: 2 images and 1 text Expected Behavior: root-layout has grid image background and region has gradated rectangle image background. Required Modules: --> <smil xml:id="root" xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Mobile" > <head> <layout> <root-layout width="300" height="300" backgroundImage="res/bg.png" backgroundColor="gray" /> <region id="reg_1" top="50" left="50" width="130" height="100" backgroundImage="res/tile3.png" backgroundColor="blue" /> </layout> </head> <body> <text src="res/desc_bgimg_url.txt" dur="indefinite" region="reg_1" /> </body> </smil>