Displaying Flash as SharePoint Dashboard

There are many ways to display flash content in SharePoint. The easiest of these is to use Content Editor Web Part. We may have to create a document library to store uploaded flash files for Dashboard display. Then create a new Web Part Page. Then go to Site Actions-> Edit Page. This will open up the page in design mode. Click on Add Web Part on a specific region and Select Content Editor Web Part. Then click on Edit button from the top right corner of the Web Part and Select Modify Shared Web Part. The property panel of the web part will be displayed at the right side of the page. Then select the Source Editor button. Update and Paste the following text into the modal window of Source Editor:
 

<OBJECT id="Web Part By Fazlul" style="WIDTH: 828px; HEIGHT: 572px" codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0 height=572 width=828 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>

 

<PARAM NAME="_cx" VALUE="21908">

<PARAM NAME="_cy" VALUE="15134">

<PARAM NAME="FlashVars" VALUE=""><PARAM NAME="Movie" VALUE="http://spsandbox/sites/excel/xCelcious/Inventory%20Dashboard.swf">

<PARAM NAME="Src" VALUE="http://spsandbox/sites/excel/xCelcious/Inventory%20Dashboard.swf">

<PARAM NAME="WMode" VALUE="Window"><PARAM NAME="Play" VALUE="0">

<PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High">

<PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1">

<PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="">

<PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0">

<PARAM NAME="EmbedMovie" VALUE="0">

<PARAM NAME="BGColor" VALUE="FFFFFF">

<PARAM NAME="SWRemote" VALUE="">

<PARAM NAME="MovieData" VALUE="">

<PARAM NAME="SeamlessTabbing" VALUE="1">

<PARAM NAME="Profile" VALUE="0">

<PARAM NAME="ProfileAddress" VALUE="">

<PARAM NAME="ProfilePort" VALUE="0">

<PARAM NAME="AllowNetworking" VALUE="all">

<PARAM NAME="AllowFullScreen" VALUE="false">

 

<EMBED src="/support/flash/ts/documents/myFlashMovie.swf" quality=high bgcolor=#FFFFFF NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"

PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">

</EMBED>

 

</OBJECT>

 

Then hit Save button. Click on Apply and reload the page. The page will look like this:
 

Comments

Popular posts from this blog

Cloud Computing Technology Assessment

Database Testing With DBUnit

Data Science, Big Data & Microsoft Machine Learning