开发者

Integrating my php web application with sharepoint

I've created a php platform that allows users to upload videos and that shows them in categories and so on. It's written in php with a 开发者_开发百科mysql database.

Now i'd like to integrate the system with sharepoint 2010. The main objective is to show the list of videos the way it's shown on my current site, the secondary is to allow the user to add a video from sharepoint to my system, so it can be seen in the sharepoint list too. Third objective, which would be nice to have, is to be able to search the video (on title) from the sharepoint search functionality.

I'm new to sharepoint, but i'm fluent in asp.net and php, so programming would be no issue. I've tried to hack it by trying to show my current site in sharepoint using an iframe on a new page, but sharepoint removes the iframe tag upon save, because it's insecure.

Should i be looking in creating a new Content Type? Or is that an invalid path for my quest?


Sharepoint 2010 includes support for Silverlight applications. Since you're already fluent in .NET, perhaps you could create a Silverlight app to display your videos.

Some links to get you started:

Silverlight and SharePoint 2010: Better together
Getting Started With Silverlight and SharePoint 2010
Silverlight and Sharepoint 2010: Getting Started
SharePoint 2010 Silverlight Client Object Model - How to use

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜