<html> 
 <head> 
     <title>Hialeah High Reunion Video</title> 
     <script src="path/to/the/flowplayer-3.1.4.min.js"></script> 
 </head> 
 <body> 
  
 <a  
     href="http://www.longwebs.org/hhs/ReunionVideo?ReunionVideoDisk1Clip1.flv"  
     style="display:block;width:660px;height:480px;"  
     id="player"> 
 </a> 
  
 <script language="JavaScript"> 
     flowplayer("player", "path/to/the/flowplayer-3.1.5.swf"); 
 </script> 
 </body> 
 </html>