Load Silverlight Web Resource From HTML Web Resource
-
Friday, 3 August, 2012 10:04 AM
Hi All,
I'm trying to embed a silverlight web resource within a html web resource.
I dropped the html web resource on to the account form as an iframe and for some reason, when i open an account it does not load the silverlight control.
I had a look into the html source of the account form and the object element(of my iframe) is missing all the param child elements. I assume the silverlight did not load because the param element "source" is missing.Could someone please guide me on how to fix this issue?
BTW everything works fine when i drop the silverlight control straight on the account form.
Thanks in Advance!!!
Lasa.
All Replies
-
Friday, 3 August, 2012 10:44 AM
Hi,
Try to upload the html-hosting file from your visual studio solution instead of pasting the html code manually - I had the same problem and could solve this by uploading the html file!
Best Regards,
Andreas
Andreas Buchinger
Microsoft Dynamics Certified Technology Specialist
MCPD: SharePoint Developer 2010- Marked As Answer by lasajay Monday, 6 August, 2012 5:59 AM
-
Monday, 6 August, 2012 5:58 AM
Hey Andreas,
Excellent, That fixed the problem.
Really appreciate your help!!!Thanks,
Lasa.