Hi friends,
I am doing a mms project . I am creating a image 113x100 . I am adding in smil file the picture .I want to see same dimension the picture in mms . I create smil like under codes . But picture seem big in mms slide ? How do I solve the problem ? Thanks . its smil code
<smil >
<head>
<layout>
<region id="0.png" />
</layout></head><body>
<par dur="5000ms">
<im g region="0.png" src="0.png" />
</par>
</body>
</smil>