[Red5commits] [2056] Added html file for fullscreen support in publisher app.
TTriemstra
luke at codegent.com
Mon May 21 20:00:08 EDT 2007
Added html file for fullscreen support in publisher app.
Timestamp: 05/21/07 18:56:20 EST (less than one hour ago)
Change: 2056
Author: TTriemstra
Files (see diff or trac for details):
java/server/trunk/swf/DEV_Deploy/index.html
java/server/trunk/swf/DEV_Deploy/publisher.html
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/2056
Index: /java/server/trunk/swf/DEV_Deploy/publisher.html
===================================================================
--- /java/server/trunk/swf/DEV_Deploy/publisher.html (revision 2056)
+++ /java/server/trunk/swf/DEV_Deploy/publisher.html (revision 2056)
@@ -0,0 +1,22 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Red5 Publisher</title>
+</head>
+<style>
+body { margin: 0px; overflow:hidden }
+</style>
+<body>
+<div align=center>
+<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
+ codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0"
+ width="100%" height="100%" id="publisher" align="middle">
+<param name="allowFullScreen" value="true" />
+<param name="movie" value="publisher.swf" />
+<embed src="publisher.swf" allowFullScreen="true" width="100%" height="100%"
+ name="publisher" align="middle" type="application/x-shockwave-flash"
+ pluginspage="http://www.macromedia.com/go/getflashplayer" />
+</object>
+</div>
+</body>
+</html>
Index: /java/server/trunk/swf/DEV_Deploy/index.html
===================================================================
--- /java/server/trunk/swf/DEV_Deploy/index.html (revision 1918)
+++ /java/server/trunk/swf/DEV_Deploy/index.html (revision 2056)
@@ -94,5 +94,5 @@
<h2>Publisher</h2>
<p>Publishing program that can be used to publish, record and view videos.</p>
-<p><a href="publisher.swf">View demo</a></p>
+<p><a href="publisher.html">View demo</a></p>
</div>
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list