Updated My Silverlight Surface Version

Tags: Silverlight

I have updated the Silverlight "Surface" demonstration with video support, too. The only thing I had to do is to replace the Silverlight.js JavaScript file and change the boolean properties in the createObjectEx to their string representations (true becomes "true").

Inside the .NET source I had to remove the third parameter for the Open method of the downloader object. With the new bits all requests are done asynchronous, so there is no real need of this parameter (see the same change in the JavaScript part of the plugin at Joe Stegman's post). I run my build.bat and everything is working.

2 Comments

  • interactive said

    @Stu: it is not possible to change the uri, i.e. if you have opened the app from http://ajaxpro.info it is not possible to access http://schwarz-interactive.de, the same for file://, of course. Is this what you have done before?

  • interactive said

    Can you give me the URI where you open the Silverlight app and where do you want to access files? As my understanding is it is not possible to start an Silverlight app on file:///c:/temp and access file:///d:/ (or maybe file:///c:/michael). Did you try to download files from the same folder?

Comments have been disabled for this content.