I am looking for the Silverlight equivalent of the age-old Flash "loadMovie" function.
I know it is possible to load code dynamically in Silverlight from DLLs. But this assumes there is a pre-arranged contract between the host and the DLL. I am looking for a way to display Silverlight content within a running Silverlight application, without either having to know too much about eachother.