Skip to main content

Microsoft Silverlight

Answered Question Embed silverlight into PowerPoint 2007RSS Feed

(0)

moovintarget
moovinta...

Member

Member

0 points

2 Posts

Embed silverlight into PowerPoint 2007

I have opened up the developer tab in powerpoint and I want to embed a silverlight player which looks at a URL. Everytime I try to insert a "Microsoft Silverlight" I get this system error. &H80040110 (-2147221232).

 Could I just use media player?? Will that find a Silverlight Codec?

Allen Chen – MSFT
Allen Ch...

Star

Star

13862 points

1,803 Posts

Answered Question

Re: Embed silverlight into PowerPoint 2007

Hi,

Is my understanding correct that you have a page like http://silverlight.services.live.com/invoke/64474/Encode/iframe.html that has one Silverlight Media Player and you want to show it on a slide of Powerpoint?

If so you can add "Microsoft Web Browser" instead of "Microsoft Silverlight" in Powerpoint.

Then you can add a command button to navigate the browser control to the page you want to view:

  Dim varURL As Variant

   varURL = "http://silverlight.services.live.com/invoke/64474/Encode/iframe.html"
   Slide1.WebBrowser1.Navigate varURL

 For more information please refer to:

http://support.microsoft.com/kb/291926

If my understanding is wrong, please correct me and clarify your requirement.

Sincerely,
Allen Chen
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities