Monday, March 10, 2008

Use the standard page viewer web part of the SharePoint Portal Server.Many organizations use SharePoint Portal Server widely as a portal or website. If you want to plug in your standalone Flex 3 application inside SharePoint Portal Server, follow these steps:
1 .Compile your Flex 3 application using Flex Builder 3 and run it. This will create a .swf file to be embedded inside your SharePoint Portal Server. You can get this swf file inside the ‘bin’ folder of your Flex project.
2. Log in to your SharePoint Portal Server; make sure you have the rights to edit the site or page of this portal. Upload this compiled .swf file into a document library of your portal.
3. Add a web part named “Page viewer web part” to your page. In the link property, specify the URL of the uploaded swf file. You can get this link by clicking the file from the document library.

Your Flex application should now be running inside your SharePoint Portal Server.

4 comments:

Anonymous said...

Hello. This post is likeable, and your blog is very interesting, congratulations :-). I will add in my blogroll =). If possible gives a last there on my blog, it is about the Transplante de Cabelo, I hope you enjoy. The address is http://transplante-de-cabelo.blogspot.com. A hug.

Rahul Mainkar said...

Thanks a lot Transplante de Cabelo for your kind words. Sure.. you can add my blog in your blog roll.

Stu said...

Thanks for this information. I found it very helpful. It also turns out that if you place a .swf in SharePoint in this manner, you can call the SharePoint Web Services to access the SharePoint data. This was a problem with a stand-alone web app.

-Stu

Kris said...

It worked thanks, but how can I get a navigation bar to pause/stop/play the swf movie?