Creating MMS Slides

 
MMS and SMS Forum Index // General // General questions about MMS
 
View previous topic :: View next topic  
Author Message
Heavy_Herbert



Joined: 10 Jul 2007
Posts: 3

PostPosted: Thu Jul 26, 2007 12:57 pm    Post subject: Creating MMS Slides
He everybody

I am trying to understand the smil language, I am having difficulties adding a slide, can anyone pass me a proper SMIL code?

Where can I get a SMIL emulator?

Thanx in advance..
 
Joseph



Joined: 10 Jul 2007
Posts: 2

PostPosted: Thu Jul 26, 2007 1:10 pm    Post subject:
Heay Herbert,

a code for a slide looks like this:

<smil>
<head>
<layout>
<region id="bgimage" z-index="-1" />
<region id="Image1" width="150" />
<region id="Text1" top="100" />
</layout>
</head>

<body>
<par dur="500ms">
<img src="bg1.jpg" region="bgimage" />
<img src="photo.jpg" region="Image1" />
<text src="text1.txt" region="Text1" />
</par>
</body>
</smil>
 
Nimesh



Joined: 10 Jul 2007
Posts: 7

PostPosted: Thu Jul 26, 2007 1:11 pm    Post subject:
Nokia has a lot of developing tools for MMS, you should check it out, you can probebly download them on their website
 
Page 1 of 1

 

Powered by SMS Solutions