source: extensions/gsdl-video/trunk/web/flash/version-1.21-mod-for-FileStart/FlowPlayer.html@ 18939

Last change on this file since 18939 was 18939, checked in by davidb, 15 years ago

addition of web folder

  • Property svn:executable set to *
File size: 991 bytes
Line 
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<script type="text/javascript" src="swfobject.js"></script>
7</head>
8<body bgcolor="#CCCCCC">
9
10<div id="flowplayerholder">
11 This will be replaced by the player.
12</div>
13<script type="text/javascript">
14// <![CDATA[
15var fo = new SWFObject("FlowPlayer.swf", "FlowPlayer", "468", "350", "7", "#ffffff", true);
16// need this next line for local testing, it's optional if your swf is on the same domain as your html page
17fo.addParam("allowScriptAccess", "always");
18fo.addVariable("config", "{ playList: [ {overlayId: 'play' }, { url: 'http://flowplayer.org/video/honda_accord.flv' } ], initialScale: 'scale' }");
19fo.write("flowplayerholder");
20// ]]>
21</script>
22
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.