source: pro-violet-viettel/sourcecode/assets/soanbai/Frame/Player.html

Last change on this file was 473, checked in by dungnv, 11 years ago
  • Property svn:mime-type set to text/plain
File size: 1.1 KB
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>{Application Title}</title>
6  <style>html, body {height: 100%; margin: 0; padding: 0;}</style>
7</head>
8<body bgcolor="#ffffff">
9  <!--url's used in the movie-->
10  <!--text used in the movie-->
11  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="Player" align="middle">
12  <param name="allowScriptAccess" value="sameDomain" />
13  <param name="movie" value="Player.swf" />
14  <param name="quality" value="high" />
15  <param name="bgcolor" value="#ffffff" />
16  <embed src="Player.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="Player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
17  </object>
18</body>
19</html>
Note: See TracBrowser for help on using the repository browser.