Embeded PowerPoint slideshow in SharePoint - sharepoint-2007

I have a SharePoint collaboration portal that is used a default intranet gateway. The requirement is to embed a PowerPoint presentation with this portal so that it cycles through all the slides in SP webpart, rather than using PowerPoint application. I have created a slide library and uploaded the presentation with an understanding that I can use an image webpart but that did not work (for obvious reasons).
Is there a way to accomplish this and how do I go about it. I can write a custom web part if I have to.
Thanks,
Eric

You already did what I would have suggested : exporting your presentation to a image gallery where each slide is an image. Now, you just need to create a rotating image webpart, either with some simple controls built-in (previous, next) or automatic (rotating, but I would go for a manual process).
Waldek created a nice walkthrough to simply create a rotating slide show : http://blog.mastykarz.nl/images-slideshow-sharepoint-2007-jquery/ using a list view webpart (as source) and a content query webpart with some javascript to transform the rendering of the list view.
You just need to pick a relevant "image slideshow" script from the thousands available in javascript and make sure that it's transforming your barebone list of images to something fancier.
Hope that helped.
Kindly.

Related

Implementing VFR PDF reader in app

I'm new to programming and am currently working on creating a app to view PDF's for a class project.
I have added the necessary framework and files for VRF reader. I already have a slide out menu that links to different web pages and an about page. On one page I have two buttons and I want each of them to open a different PDF. I am at a loss for how to make those buttons implement the action to open a file and how to differentiate between the two pdf by which button is pressed.
I know that is a big step from where I am at to where I want to be but if anyone could help thanks in advance.

displaying a power point presentation through a grails application

I'm working on a grails application and being asked if it's possible to display a viewable embedded powerpoint. Someone said, I should take each slide and make an image and display it that way. Anyone know of a simpler solution?
I would use SlideShare. Upload the PowerPoint to SlideShare and click "Embed" to generate an iframe element that can be embedded in your GSP.

iOS Powerpoint Viewer trouble

I want to implement a PowerPoint viewer in my application. I tried to use Quick Look Framework. But it doesn't support transition animations and full screen.
Can someone help me to implement these two things.
I've also tried to open the presentation in web view.

What kind of template for ios application

im trying to build an application like a book, with so many custom views and intensive animations. i want to know what is the best template for this kind of app? single view, view based?
thanks
I would use a "Page Based Application" it comes with an interface that interacts just like a book with paging effects and everything. It uses one viewController that dynamically replaces content based on which page has been navigated to.

How to embed Adobe Photoshop in my App

We are developing a software that will automate many crucial activities in Photoshop.
This application is targeted for newbies.
In this application I want to embed Photoshop's window in my applications window. Currently Photoshop runs separately in its own window.
How can I get it to run in a particular location in given space in my application window?
How about this: find Photoshop's window handle using FindWindow, and after that use SetParent to embed it into your form/panel. You might also need to maximize and remove borders from Photoshop's window, see Windows API for more details on how to do this.
I don't know of any API to let you embed Photoshop into another application, and I don't think that API exists. However, why can't you accomplish what you want using ActionScript or a native plug-in inside Photoshop? This is accomplishing almost the same thing, just from a different direction.

Resources