Embedding Windows Media Player on your Webpage
 

Using "Javascript"

Found at killersites.com

 

Description: This method uses javascript and a little CSS to play multiple video and/or audio files on one single page.  My other methods using frames or Ajax script requires a separate html file for each video or audio file.  I have referenced the javascript in an external file to clean up the code.  The only CSS required for this method is included in the head and not the external style sheet (although it could be there in lieu of the head).

 

Note: You can alter the background color or add an image simply be changing the CSS code.

 

 

 

The above example is created with one table that has two cells.  The left cell contains the hyperlink options, and the right cell contains another table with a cell (id="mediaplayer") that will be for viewing the videos (thick red outline). 

 

 

Good luck, Ed

 

August 16, 2006