Tuesday, April 10, 2007

Video drop in control for Intel Software Network Videos

This is a little tool that I recently wrote for work... It was a nice exercise in mash-up integration with the ISN Video Repository Web Site..

I kind of think it turned out pretty cool

With just two include files and one additional line of JavaScript and a DIV tag for item placement I am able to render this nice video tool bar.


<script src="http://code.jquery.com/jquery-latest.pack.js" type="text/javascript"></script>
<script src="http://www.intel.com/plt/cd/software/shared/eng/dhtml/isn.js" type="text/javascript"></script>
<script src="http://softwarecommunity.intel.com/videos/videobar.js" type=text/javascript></script>
<script type=text/javascript>
var serviceURL="http://softwarecommunity.intel.com";
$(document).ready(function(){getVideos("Manageability");});</script>
<div id=vidmover>Will load it here...</div>


The above code calls getVideos() with a category of "Manageability" but in below I will show it with a blank category "".

This blog style does not Gell well but with some tweaking it easily would.


Will load it here...

Kevin Pirkl

No comments:

Blog Archive