Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Viewing Powerpoint slideshow in Silverlight Player
2 replies. Latest Post by mswin on October 20, 2008.
(0)
mswin
Member
4 points
17 Posts
10-20-2008 5:29 AM |
Hi, I am new to Silverlight and trying some samples with it in .Net.I am trying to integrate office with silverlight in one of my asp.net web application.I have a power point presentation, which I want to view using silverlight media player control. Is there a way that I can write some custom code to view the slideshow in silverlight player for asp.net.If there is no way to do this, is there any alternative to use the silverlight and build a custom control using silverlight to achieve this. Thanks in Advance for any suggestions or ideas.
Regards,
surbhiydv
Participant
1134 points
218 Posts
10-20-2008 5:40 AM |
Hi mswin
Check this link:
http://www.codeplex.com/pptx2silverlight
This converter is for SL 1.0, but hope this will help you in having the basic idea behind this converter.
10-20-2008 5:58 AM |
Hi,
Thanks for the link. It seems to be the converter is saving the slides as images and then try animating it in silverlight.
Is ther any other way to achieve the same.
Regards.