Discussion Board
Overlapping Regions
2005-01-25, 14:19
#1
Registered User
Hi,
i'am programming a mms application and the mms sending works perfekt but i have problems with overlapping regions.
Nokia means that we can use overlapping regions with setting the z-index in the region tag. but it does not work.
Smil Example:
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
<layout>
<root-layout height="100%" width="100%" />
<region id="Image100" fit="meet" z-index="-1"/>
<region id="Text50" top="50%" left="0" height="50%" width="100%" fit="fill" z-index="0"/>
</layout>
</head>
<body>
<par dur="5s" >
<img src="http://www.pr-sms.at/intern/sms/sendungen/mms/bilder/34/20050124160140_apple.jpg" region="Image100" />
<text src="http://www.pr-sms.at/intern/sms/sendungen/mms/bilder/34/3017961416.txt" region="Text50" />
</par>
<par dur="5s" >
<img src="http://www.pr-sms.at/intern/sms/sendungen/mms/bilder/34/20050120160118_Bilder1.jpg" region="Image100" />
</par>
</body>
</smil>
Result:
MMS is comming as slideshow on the Nokia Phone 6230.
The first par tag is empty.
the secound par tag is correct.
The first par elements are shown last (not as slideshow).
Please help me because i have no idea.
Thank you.
Sincerly
Florian Gollob
Austria
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules