Hi list,

I'm trying to do the following:
I've a smil, in a file called pc.xml, in a public url and the content is
like this:

 <smil>
    <head>
    <layout>
<root-layout height="200" width="120"/>
<region height="60" id="Text" left="0" top="100" width="120"/>
<region height="100" id="Image" left="0" top="0" width="120"/>
</layout>
</head>
    <body>
    <par dur="15">
<text alt="ahora soy Jorgen!!!!!" region="Text" src="deprecated; text is
saved in alt attribute"/>
<img region="Image" src="img.jpg"/>
</par>
</body>
</smil>


Now, on the same url I've the img.jpg file, and I call send-mms like this:
/?username=u&password=p&from=222&to=1155286500&vasid=6666&priority=Normal&content-url=
http://public-url-of-the-file/pc.xml&allow-adaptations=1

And I get in the fone a "the message could not be converted.. etc etc etc",
the main issue  is that I'm doing grep of apache logs and I don't see any
hits looking for the image, just the .xml.

Can anyone point me what I'm doing wrong (could be "all", I know, but at
least how to do it rigth? :)
Thanks!
Angel
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to