Discussion Board
Reversed slide order
2004-03-19, 14:37
#1
Registered User
Hi!
I'm having som problems with the nokia 3200 rendering MMS. When the mms
is displayed, all slides are shown in a reversed order. Also, png images
doesn't seam to render properly.
Also, I wounder which nokia phones that handles the seq-tag.
Here's the smil that I'm trying to send.
<?xml version="1.0" encoding="utf-8"?>
<smil>
<head>
<layout>
<root-layout/>
<region id="text" top="1" left="1" right="1" width="100%"
heght="100%"/>
<region id="image" top="1" left="1" right="1" width="100%"
height="100%"/>
</layout>
<meta name="title" content="SMHI dagens v?¡èder"/>
</head>
<body>
<seq>
<par dur="2s">
<text region="text" src="att-2147483648.txt"/>
</par>
<par dur="4s">
<text region="text" src="att-2147483647.txt"/>
</par>
<par dur="4s">
<text region="text" src="att-2147483646.txt"/>
</par>
<par dur="1s">
<text region="text" src="att-2147483645.txt"/>
</par>
<par dur="5s">
<!-- -->
<img region="image" src="att-2147483644.gif" alt="some
pic"/>
</par>
<par dur="1s">
<text region="text" src="att-2147483643.txt"/>
</par>
<par dur="5s">
<img region="image" src="att-2147483642.gif" alt="some
pic"/>
</par>
</seq>
</body>
</smil>
Regular Contributor
Please read How To Create MMS Services, as well as some of the other materials we have here. You should be able to figure this out using those.
-paul / ForumNokia
Regular Contributor
give the region width and height in a proper way to render png image. try changing those values.
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