1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5<title>FlowPlayer</title>
6</head>
7<body bgcolor="#CCCCCC">
8	<!--
9        Flashvars are used to configure the player. All configuration settings
10		can be specified here in HTML object tag using the 'flashvars' parameter.
11
12		Alternatively an external configuration file can be used. In this case
13		the name of the configuration file must be specified here in flashvars.
14
15		Please refer to flowPlayer.js for documentation of the different configuration
16		parameters that are available also to be used as flashvars.
17
18	-->
19<object type="application/x-shockwave-flash" data="FlowPlayer.swf" width="500" height="400" id="FlowPlayer">
20	<param name="allowScriptAccess" value="sameDomain" />
21	<param name="movie" value="FlowPlayer.swf" />
22	<param name="quality" value="high" />
23	<param name="scale" value="noScale" />
24	<param name="wmode" value="transparent" />
25	<param name="flashvars" value="config={ loop: false, initialScale: 'scale', playList: [{ url: 'river.flv', controlEnabled: true }, { url: 'river.flv', controlEnabled: false, linkUrl: 'http://www.news.com/?ref=mg\u0026site=iga' }] }" />
26</object>
27</body>
28</html>
29