[go: up one dir, main page]

Menu

[r3]: / trunk / index.html  Maximize  Restore  History

Download this file

57 lines (44 with data), 2.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Apolmb Project Members" />
<meta name="keywords" lang="en-us" content="Apolmb" />
<meta name="keywords" lang="de" content="Apolmb" />
<meta name="description" content="A PHP- and OpenLaszlo-based Media Browser" />
<meta name="copyright" content="Creative Commons Attribution-Noncommercial-Share Alike 3.0 License" />
<meta name="robots" content="index, follow" />
<title>APOLMB - A PHP- and OpenLaszlo-based Media Browser</title>
<script type="text/javascript" src="../swffit/basic_examples/swfobject.js"></script>
<script type="text/javascript" src="../swffit/basic_examples/swffit.js"></script>
<script type="text/javascript">
// GLOBAL USER SETTINGS
// Please enter the absolute HTTP path to your APOLMB installation here
var HTTP_Path = "http://localhost/dillout/mediensalat/" ;
// Please enter the relative or absolute path to the background image here
var BG_Image = "../dill.png" ;
// INCLUDE FLASH OBJECT
swfobject.embedSWF("index.lzx.swf8.swf?HTTP_Path="
+ HTTP_Path
+ "&BG_Image="
+ BG_Image
, "my_flash", "550", "400", "9.0.0");
swffit.fit("my_flash"); //Since v2.3 swffit use the same size of swfobject by default (but you can set a new size if you want)
</script>
<style type="text/css">
body{
background-color: #29abe2; /*ps: change this value to the same background color of your flash movie*/
}
</style>
</head>
<body>
<div id="my_flash">
<a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" title="Get Adobe Flash player" /></a><br />
You need at least <a href="http://www.adobe.com/go/getflashplayer">Flash Player 9</a> and allow javascript to see the content of this site..
</div>
<noscript>
<p><a href="http://sourceforge.net/projects/apolmb/" target="_blank" >Apolmb</a> is a simple PHP- and Flash-only media browser for server directories. In the current version it detects and shows image and archive files in public directories. No thumbnail copies of image files are created. Based on OpenLaszlo.</p>
<p>Please activate JavaScript in your Browser</p>
</noscript>
</body>
</html>