Skip Discover Education Main Navigation

Sharing media with Sharepoint web pages!

Posts: 3
Location: Florida
Joined: 2008-12-03
Sharing media with Sharepoint web pages!

If you know about Sharepoint, you already know what a great, collaborative tool it can be to enable communication and distance learning opportunities.  If you've never used sharepoint, it is certainly worth looking into - and a version of it is free!  At my school, we've been using it for a couple years for an internal collaboritive web solution, and this year, thanks largely to district support, we have taken it to the internet to further advance this collaboritive web presence!

 Sharepoint can be tricky to get looking just the way you want, and some things aren't as straightforward as you'd hope.  Adding streaming video is one of those things.  Here are some easy steps to help you add streaming video to your sharepoint site!

Requirements:  An place on the internet to host the video and a sharepoint website.

 Step 1 - Upload your video to your hosting location

Step 2 - On your desired web part page, click the Site Actions --> Edit page link, then, in your desired location, click the 'Add a Web Part' link. 

Step 3 - From the list of available web parts, select 'Content Editor Web Part' - then click 'Add'

Step 4 - Click the 'Edit --> Modify shared web part' link on the new content editor web part.  This will open the options for the web part on the right side of your screen.

Step 5 - Here is the meat and potatoes of this post!  Click the 'Source Editor... ' button, and in the box that appears, add the following:

 <script type="text/javascript" language="Javascript">
     if( g_bNetscape )
 document.writeln( "<APPLET mayscript code=WMPNS.WMP name=WMP1 width=640 height=480 MAYSCRIPT >" );
  }
</script>

<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WMP">
 <param name="Name" value="WMP1" />
        <PARAM NAME="AutoStart" VALUE="False">
 <param name="URL" value="Your Video's address here!" />
</object>
   
<script type="text/javascript" language="Javascript">
 if( !g_bNetscape )
 {
 document.writeln( "<input type=\"button\" id=\"cmdStandAlone\" value=\"" + L_LAUNCHSAP_TEXT + "\">" );
        }
</script>

Step 6 - under the 'Appearance' section, give your video an appropriate title.

Step 7 - click OK, exit edit mode, and enjoy streaming video from your sharepoint web parts page!

 

Does anyone know a better way to do this?  Is there a way to host the video from within sharepoint and stream it this way?  Reply with your comments and suggestions!

 



Posts: 3
Location: Florida
Joined: 2008-12-03
I nearly forgot to include

I nearly forgot to include an example - to see what this looks like in action, check our our school's web site here:

http://manatee.sp.brevardschools.org/default.aspx

and watch our school news production updated daily from the media player on the right (labeled CCTV!)

Background on CCTV - the kids to a live broadcast every morning with only 20 minutes preparation - they handle everything from the script and teleprompting to the production side and actually being on camera.  Surprisingly, they handle the stress of a live performance for over 1000 viewers very well!



Posts: 8
Location: California
Joined: 2008-12-03
Is sharepoint a website? 

Is sharepoint a website?  If so will it guide me through the process of designing the page to share with others?



Posts: 3
Location: Florida
Joined: 2008-12-03
Sharepoint is more of a web

Sharepoint is more of a web technology - it is a microsoft product.  If you wanted to use it for an internal website to your school, it is free, but to get it open to the internet there is a cost (although I'm not sure how much, that happens will over my head!)

 When explaining it to the teachers here, I tell them to stop thinking of it as a web site or a web page; think of it as the information you need/want available when and where you want it.  Like the difference between a flat piece of paper and a sphere of clay - there is only so much you can make with a piece of paper, but a ball of clay can be anything and can change dynamically as you need it.

Once it is up and running, it will guide you through the process of building a site to share documents and ideas and such - and there are a lot of great resources and ideas online,