On 09/17/2010 01:16 AM, Bob Jaros wrote:
>> does Silverlight work even if the <Items> element is missing or not?
>>     
>
> Sorry for the bad wording:  Silverlight works with or without <Items> tag.  
> But adding the <Items> tag does not fix my particular problem in Moonlight.
>   

Thanks for the clarification

>
>   
>> If the images all have Uri's on a different server, our downloader code 
>> would not try to fetch them because it would not allow cross-domain 
>> downloads.
>>     
>
> Ah, yes, that might be it.  The MSI source and all the image URI's are on 
> a different server than the one serving the xap (& html).  One note, though: 
> when I
> set the MSI's source to be this (different) URI, it does immediately fire the 
> initial request 
> for the MSI xml to that server.  (The server logs show that it is responding 
> with this 
> xml, in the same way that it would for Silverlight).  But perhaps moonlight 
> just 
> ignores
> the response to this request, because of the cross-domain protections?
>   

Nah, if it does the xdomain policy checking before firing off a download
request.

I have just learned that MSI uses the Image xdomain policy, for which
xdomain is always allowed... so the crossdomainpolicy.xml shouldn't come
into play at all in this particular case (well, at least not for the MSI
loading stuff).

So the problem must be elsewhere :-(

Does this site happen to be public?

Jeff

_______________________________________________
Moonlight-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/moonlight-list

Reply via email to