<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
<html>  
    
<head>  
        
<title>mediaVedio.html</title>  
        
<meta http-equiv="content-type" content="text/html; charset=UTF-8">  
        
<!--<link rel="stylesheet" type="text/css" href="./styles.css" mce_href="styles.css">-->  
    
</head>  
    
<body>  
        
<!-- media player -->  
        
<object id="mediaPlayer" width="400" height="300" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject">  
            
<param name="url" value="media/1.mp3">  
            
<param name="autoStart" value="true">  
            
<param name="showStatusbar" value="true">  
            
<param name="showControls" value="true">  
            
<param name="showTracker" value="false">  
            
<param name="enableTracker" value="false">  
            
<param name="showPositionControls" value="false">  
            
<param name="enablePositionControls" value="false">  
        
</object>  
        
<!-- flash player-->  
        
<object id="flashPlayer" width="400" height="300" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">  
            
<param name=movie  value="media/1.swf">  
            
<param name=quality value=high>  
            
<param name="autoStart" value="true" />  
            
<param name="loop" value="true" />  
            
<param name="menu" value="true" />  
        
</object>  
    
</body>  
</html>