I want to create a custom control to show my powerpoint presentation to clients, the controls like start, next, previous options are only for admin or who is showing the presentation others can view the show. Its for a live show. Can anyone suggest me how
can I perform this? For Ex. Like TeamViewer(But I want to show my PPT in aspx page)
1)Please export your whole ppt into the form of html。
2)Then use something like iframe or something like that to link your aspx to the ppt together……
In fact you can use Wizard control:each wizard panel should include a iframe,with a ppt there;and you can easily to control it with next,previous,last,first……
I have one more question. I only need to change the slide (start, next, previous, end), others who are in my site can view the slides which I am showing. They are not allowed to change the slides. Can you suggest me how I can control slides in their sessions.
others who are in my site can view the slides which I am showing. They are not allowed to change the slides.
If you only want to make a speech with the client ppt to show to your public……I think the easy way for you to do is Just export your PPT into the form of Html,nothing related to aspx at all。
arjun851
Member
22 Points
27 Posts
Powerpoint slideshow controller
Apr 30, 2012 10:26 AM|LINK
I want to create a custom control to show my powerpoint presentation to clients, the controls like start, next, previous options are only for admin or who is showing the presentation others can view the show. Its for a live show. Can anyone suggest me how can I perform this? For Ex. Like TeamViewer(But I want to show my PPT in aspx page)
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Powerpoint slideshow controller
May 02, 2012 01:35 AM|LINK
My suggestion is that:
1)Please export your whole ppt into the form of html。
2)Then use something like iframe or something like that to link your aspx to the ppt together……
In fact you can use Wizard control:each wizard panel should include a iframe,with a ppt there;and you can easily to control it with next,previous,last,first……
For more about Wizard control,please have a look at:http://msdn.microsoft.com/en-us/magazine/cc163894.aspx
Reguards!
arjun851
Member
22 Points
27 Posts
Re: Powerpoint slideshow controller
May 02, 2012 09:00 AM|LINK
Thanks for your reply,
I have one more question. I only need to change the slide (start, next, previous, end), others who are in my site can view the slides which I am showing. They are not allowed to change the slides. Can you suggest me how I can control slides in their sessions.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Powerpoint slideshow controller
May 02, 2012 09:09 AM|LINK
If you only want to make a speech with the client ppt to show to your public……I think the easy way for you to do is Just export your PPT into the form of Html,nothing related to aspx at all。
Reguards!
arjun851
Member
22 Points
27 Posts
Re: Powerpoint slideshow controller
May 08, 2012 01:21 PM|LINK
Thank you so much..
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Powerpoint slideshow controller
May 09, 2012 01:04 AM|LINK
You are welcome!Hope to come here next time to share us nice solutions or chat with us about technology of ASP.NET……
Reguards!