This page last changed on Dec 18, 2007 by aaime.

BeeldBlad is an OGC Web Mapping Service 1. WMS client to be used in web pages. BeeldBlad (Dutch for "image sheet") is written in Adobe Flash and can therefore be used by all kind of browsers. It can be downloaded free of charge, so you can use it in your web mapping application.

Prerequisites

Download and install BeeldBlad from here into your server.

Code

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" 
        width="600" height="400" hspace="0" vspace="0" align="middle">
    <param name="allowScriptAccess" value="always" />
    <param name="movie" value="http://www.example.com/BeeldBlad.swf?
        mapServer=http://www.example.com:8080/geoserver/wms?" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="http://www.example.com/BeeldBlad.swf?
        mapServer=http://www.example.com:8080/geoserver/wms" 
        width="600" height="400" hspace="0" vspace="0" align="middle" menu="false" quality="high" bgcolor="#ffffff" 
        allowscriptaccess="always" type="application/jpeg" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Document generated by Confluence on Jan 16, 2008 23:28