Je bent hier: etalage - voorbeelden
SimpleViewer requires JavaScript and the Flash Player. Get Flash.


<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false"
CodeFile="Photoviewer.aspx.vb" Inherits="Photoviewer" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<!-- Download SimpleViewer at www.airtightinteractive.com/simpleviewer -->

<script type="text/javascript" src="swfobject.js"></script>

<%--<style type="text/css">
/* hide from ie on mac \*/html
{
height: 100%;
overflow: hidden;
}
#flashcontent
{
height: 100%;
}
/* end hide */

body
{
height: 100%;
margin: 0;
padding: 0;
background-color: #181818;
color: #ffffff;
font-family: sans-serif;
font-size: 20;
}
a
{
color: #cccccc;
}
</style>--%>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div id="flashcontent">
SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">
Get Flash.</a></div>

<script type="text/javascript">

var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "#ffffff");

// SIMPLEVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
// http://www.airtightinteractive.com/simpleviewer/options.html

//fo.addVariable("xmlDataPath", "gallery.xml");
//fo.addVariable("firstImageIndex", "5");
//fo.addVariable("langOpenImage", "Open Image in New Window");
//fo.addVariable("langAbout", "About");
fo.addVariable("preloaderColor", "0xFFFFFF");

fo.write("flashcontent");
</script>

</asp:Content>