How can I create web part of my Silverlight 1.0 Application
-
Hello All, I was assinged to create/find a silverlight application which should be like media player. I got success in getting application from here. When I downloaded it and run it on my machine it runs well, but as I tried to create web Part for the same it does not display anythind in the Web Part. :confused: While debugging (using alerts) I found that the function in StartPlayer.js file
EePlayer.Player._getUniqueName("xamlHost");
returns nothing and hence it is not displaying anything. Now as I am very new to silverlight and also for Javascript I stuck up here. Can anyoine please let me know what should I do to make it run in SharePoint Web Part? Thanks in Advance Paras KaneriyaParas Kaneriya
The difference between genius and stupidity is that genius has its limits. -
Hello All, I was assinged to create/find a silverlight application which should be like media player. I got success in getting application from here. When I downloaded it and run it on my machine it runs well, but as I tried to create web Part for the same it does not display anythind in the Web Part. :confused: While debugging (using alerts) I found that the function in StartPlayer.js file
EePlayer.Player._getUniqueName("xamlHost");
returns nothing and hence it is not displaying anything. Now as I am very new to silverlight and also for Javascript I stuck up here. Can anyoine please let me know what should I do to make it run in SharePoint Web Part? Thanks in Advance Paras KaneriyaParas Kaneriya
The difference between genius and stupidity is that genius has its limits.Hello, The ID of the DIV where you host Silverlight content might be changed in SharePointWebPage. Can you please view the code at runtime and find out what the actual id is?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)