MMS SMIL Header

MMS SMIL Header SearchSearch
Author Message
Anonymous
 
Posted on Wednesday, May 24, 2006 - 09:54 am:   

Dears,
I’m facing a problem on Sony-Ericson mobile while sending a smil presentation that contains a slide show playing an audio while running the slides.
I test it on Nokia Mobile and its ok. May you help me on this, please find below the smil Header

<smil xmlns = "http://www.w3.org/2001/SMIL20/Language">

<head>

<layout>

<root-layout width="100%" height="100%"/>

<region id="Region_1" top="0%" left="0%" height="100%" width="100% />

<region id="Region_2" top="0%" left="0%" height="100%" width="100% />

<region id="Region_3" top="0%" left="0%" height="100%" width="100% />

<region id="Region_subject" top="0%" left="0%" height="100%" width="100% />

</layout>

</head>

<body>

<par id ="par1">

<audio id="sound" src="sound.amr" dur="12000ms"/>

<seq id ="seq1">

<img id ="Hadith" begin="0ms" src="H1.jpg" region="Region_1" dur="3000ms" fill="freeze"/>

<img id ="Hadith2" begin="3000ms" src="H2.jpg" region="Region_2" dur="3000ms" fill="freeze"/>

<img id ="Hadith3" begin="6000ms" src="H3.jpg" region="Region_3" dur="3000ms" fill="freeze"/>

<text id ="subject" begin="9000ms" src="subject.txt" region="Region_4" dur="3000ms" fill="freeze"/>

</seq>

</par>

</body>

</smil>

Regards.