Author: ochikvina
Date: 2008-08-01 13:21:03 -0400 (Fri, 01 Aug 2008)
New Revision: 9473
Added:
trunk/documentation/movies/rich_faces_demo/
trunk/documentation/movies/rich_faces_demo/rich_faces_demo.htm
trunk/documentation/movies/rich_faces_demo/rich_faces_demo.js
trunk/documentation/movies/rich_faces_demo/rich_faces_demo.swf
Log:
Added: trunk/documentation/movies/rich_faces_demo/rich_faces_demo.htm
===================================================================
--- trunk/documentation/movies/rich_faces_demo/rich_faces_demo.htm
(rev 0)
+++ trunk/documentation/movies/rich_faces_demo/rich_faces_demo.htm 2008-08-01 17:21:03 UTC
(rev 9473)
@@ -0,0 +1,27 @@
+
+<HTML>
+<head>
+<link rel="stylesheet" href="../resources/tools.css"
type="text/css"/>
+<link xmlns="" rel="shortcut icon"
type="image/vnd.microsoft.icon"
href="../resources/images/favicon.ico"/>
+</head>
+
+<BODY>
+<div class="book">
+<p id="title"><a href="http://www.jboss.org"
class="site_href">
+<strong>JBoss.org</strong></a><a
href="http://docs.jboss.org/" class="doc_href">
+<strong >Community Demos</strong></a></p>
+
+<center><OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="850" HEIGHT="684"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#versi...
+<PARAM NAME=movie VALUE="rich_faces_demo.swf">
+<PARAM NAME=play VALUE=true>
+<PARAM NAME=loop VALUE=false>
+<PARAM NAME=wmode VALUE=transparent>
+<PARAM NAME=quality VALUE=low>
+<EMBED SRC="rich_faces_demo.swf" WIDTH=850 HEIGHT=684 quality=low loop=false
wmode=transparent TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?...
+</EMBED>
+</OBJECT></center>
+</div>
+
+<SCRIPT src='rich_faces_demo.js'></script>
+</BODY>
+</HTML>
Added: trunk/documentation/movies/rich_faces_demo/rich_faces_demo.js
===================================================================
--- trunk/documentation/movies/rich_faces_demo/rich_faces_demo.js
(rev 0)
+++ trunk/documentation/movies/rich_faces_demo/rich_faces_demo.js 2008-08-01 17:21:03 UTC
(rev 9473)
@@ -0,0 +1,3 @@
+obj=document.getElementsByTagName('object');
+for (var i=0; i<obj.length; ++i)
+ obj[i].outerHTML=obj[i].outerHTML;
Added: trunk/documentation/movies/rich_faces_demo/rich_faces_demo.swf
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/movies/rich_faces_demo/rich_faces_demo.swf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream