Auto reply to myself in case somebody needs it:

<?xml version="1.0" encoding="utf-8" standalone="no"?><smil>
<head>
<layout>
<root-layout width="110" height="100%" />
<region id="Header" width="110" height="20" left="0" top="0" fit="fill" />
<region id="Text" width="110" left="0" top="21" fit="fill" />
<region height="100px" width="110" id="Image_1" fit="fill" />
</layout>
</head>
<body>
<par>
<img region="Header" dur="indefinite" src="
http://media-server/00004005_10_4.gif"; />
<img dur="indifinite" region="Image_1" src="
http://media-server/img/M10060723.jpg"; />
<text region="Text" dur="indifinite" src="
http://media-server/texto.php?noticia_id=200"; />
</par>
</body>
</smil>

Note the dur="" in the contents, and the par with all them.

Greets,
Angel

2007/10/10, qwerty <[EMAIL PROTECTED]>:
>
> Hi all,
>
> This is an example of the smiles I'm sending to mbuni throw content-url
>
> <?xml version="1.0" encoding="utf-8" standalone="no"?><smil>
>     <head>
>         <layout>
>             <root-layout width="110" height="100%" />
>             <region id="Header" width="110" height="20" left="0" top="0"
> fit="meet" />
>             <region id="Text" width="110" left="0" top="21" fit="scroll"
> />
>             <region height="100px" width="110" id="Image_1" fit="meet" />
>         </layout>
>     </head>
>     <body>
>         <par dur="15">
>             <img region="Header" 
> src="http://media-server/editormms/headers/00004005_10_4.gif";
> />
>             <img region="Image_1" 
> src="http://media-server/editormms/telam/img/M10060723.jpg
> " />
>             <text region="Text" src="
> http://media-server/editormms/texto.php?noticia_id=200"; />
>         </par>
>     </body>
> </smil>
>
> It get's to the phone as a three part slide, showing first the text, then
> the header (first image) and then finally the last one. I need to show it
> all in one page, I don't know if this a mbuni bug/feature or my MMSC doing
> this transformation.
>
> Can anybody help me with this? I've read a few tutorials on smil over the
> web (none of those really good) and can't find my way here.
>
> Thanks,
> Angel
>
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to