Smil Fixed screen size image ?

View: New views
1 Messages — Rating Filter:   Alert me  

Smil Fixed screen size image ?

by kriptology :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 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>