MMSCOMP

MMSCOMP SearchSearch
Author Message
Michael Sirtl
New member
Username: Flitschbirne

Post Number: 2
Registered: 06-2004
Posted on Wednesday, June 23, 2004 - 10:11 am:   

Hi Folks.

Is it possible to configure MMSCOMP in a way that it can read Content ID's out of a smil document???

For example:

<par dur="10000ms">
<img src="cid:AAA" region="Image"/>
</par>

instead of

<par dur="5000ms">
<img src="0-1.gif" region="Image" />
</par>

?????

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2933
Registered: 10-2002
Posted on Monday, June 28, 2004 - 08:30 pm:   

Hi Michael,

There is no way for MMSCOMP to know what the file name is for the "cid:" reference.

Basically, there is nothing to tell MMSCOMP how to map the "Content-ID:" header to an actual file.

If you want to use "cid:" references with MMSCOMP, my recommendation is to use the same value as the "Content-ID:" and the filename.

So, the following will work:

<par dur="5000ms">
<img src="cid:0-1.gif" region="Image" />
</par>