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 ?
Printable View
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 ?
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