CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    54

    prevent Silverlight app from loading until clicking

    I made some Silverlight apps parts of my aspx webpage, I am looking for a way to prevent them from loading when the page loaded and they should start to load when user click on them (behavior like Flash in some site)
    Anyone can help ?

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Re: prevent Silverlight app from loading until clicking

    I would try to use AJAX to load an HTML page that has the silverlight object embedded into it into an iframe. If you're app is hosted on Windows Server 2008 you can use the AJAX libraries that are a part of the server to do this.

    Hope this helps,

    Larry D
    MSAE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured