Tuesday, October 13, 2015

Play SWF file in SharePoint Page


1.       Add folder to the Document Library
·         Go to the document library where you want to add a folder
·         Using Windows Explorer view. Just navigate to the library, and click on the Windows Explorer View, then copy the folder you want to download, and paste it on your computer.


Copy folder from local drive to SharePoint library


Create a webpart page in Site Page Library

Add script Editor Webpart

·         On the Edit page, select the Insert Web Part tab from the Ribbon. From the Categories menu, select Media and Content and then Script Editor from the Parts menu:


Embedding Code to Your Site:
  • Once the Web Part has been successfully installed on your page, you will see a hyperlink button under the Script Editor labeled EDIT SNIPPET. Click the EDIT SNIPPET link to insert HTML/Script code:

Add code below code into the editor
<iframe width="740" height="499" src="http://wwblrsp2013:1515/sites/OldRC/Assets/Storyline%20output/story.swf"></iframe>
Change .swf file URL



1 comment:

  1. Hi, when I try this code, it opens the video, but it says "unable to play". Any ideas? It is a SWF file from Adobe Captivate??

    ReplyDelete