70 lines
3 KiB
HTML
70 lines
3 KiB
HTML
<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>slideshow</title>
|
|
|
|
<script language="javascript">AC_FL_RunContent = 0;</script>
|
|
|
|
<script src="/extras/ukplayer/AC_RunActiveContent.js" language="javascript"></script>
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
|
|
<!--url's used in the movie-->
|
|
|
|
<!--text used in the movie-->
|
|
|
|
<!--
|
|
|
|
This is the United Knowledge Player for WebGUI.
|
|
It enables you to display foto's as a movie. The
|
|
configuration options can be found in the readme
|
|
file here:
|
|
/extras/ukplayer/readme.txt
|
|
|
|
There are three example files to show you how to
|
|
use this player:
|
|
/extras/ukplayer/slideshow.html
|
|
/extras/ukplayer/config.xml
|
|
/extras/ukplayer/content.xml
|
|
|
|
This player is Free Software under the GPL v2
|
|
Check out the latest source on:
|
|
http://195.64.86.55/ukslideshow/trunk .
|
|
|
|
copyright 2008 United Knowledge http://www.unitedknowledge.nl/
|
|
-->
|
|
|
|
<!-- saved from url=(0013)about:internet -->
|
|
|
|
<script language="javascript">
|
|
|
|
if (AC_FL_RunContent == 0) {
|
|
|
|
alert("This page requires AC_RunActiveContent.js.");
|
|
|
|
} else {
|
|
|
|
AC_FL_RunContent(
|
|
|
|
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
|
|
|
|
'width', '400',
|
|
|
|
'height', '300',
|
|
|
|
'src', 'swc/assets',
|
|
|
|
'quality', 'high',
|
|
|
|
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
|
|
|
|
'align', 'middle',
|
|
|
|
'play', 'true',
|
|
|
|
'loop', 'true',
|
|
|
|
'scale', 'showall',
|
|
|
|
'wmode', 'window',
|
|
|
|
'devicefont', 'false',
|
|
|
|
'id', 'slideShow',
|
|
|
|
'bgcolor', '#ffffff',
|
|
|
|
'name', 'coverflow',
|
|
|
|
'menu', 'true',
|
|
|
|
// note: the width & height in the flashVars below MUST match the width & height set above
|
|
|
|
'flashVars', 'config=/extras/ukplayer/config.xml&width=400&height=300&backgroundColor=0xCCCCCC&fontColor=&textBorderColor=&textBackgroundColor=&controlsColor=&controlsBorderColor=&controlsBackgroundColor=',
|
|
|
|
'allowFullScreen', 'false',
|
|
|
|
'allowScriptAccess','sameDomain',
|
|
|
|
'movie', '/extras/ukplayer/slideShow',
|
|
|
|
'salign', ''
|
|
|
|
); //end AC code
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<noscript>
|
|
|
|
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="400" height="300" id="swc/assets" align="middle">
|
|
|
|
<param name="allowScriptAccess" value="sameDomain" />
|
|
|
|
<param name="allowFullScreen" value="false" />
|
|
|
|
<param name="flashVars" value="config=/extras/ukplayer/config.xml" />
|
|
<param name="movie" value="/extras/ukplayer/slideShow.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="/extras/ukplayer/slideShow.swf" quality="high" bgcolor="#ffffff" width="400" height="300" name="swc/assets" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" flashvars="config=/extras/ukplayer/config.xml" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
|
|
|
|
</object>
|
|
|
|
</noscript>
|
|
|
|
</body>
|
|
|
|
</html>
|