Search Results

0
votes
2answers
558 views

SilverLight 3 Out of Browser Experience Parameter Passing

I have a video player that I made with Silverlight 2, and to pass parameters in I'd have the following in the html file hosting it inside the SilverLight object tag: <param name= …
6
votes

What do I need to excell at Silverlight development?

To be a silverlight developer, you really only need to know a .NET language, event driven programming, and how to use markup for XAML. It's pretty simple really; the XAML describes UI elements (whi …
1
vote

Silverlight 3 - Can I run Out-of-browser inside another application

No, you can not embed out-of-browser silverlight into WPF. The sllauncher.exe standalone frame has a special handler for the offline://(hostname).(revision)/ url given to it to allow the app to hav …