metropolisfilm.com - information about domain
- Server Status: available
- Server IP: 188.93.150.25
- Server Response Time: 100ms
Site title
Metropolisfilm - home
Keywords
metropolisfilm, metropolis film, metropolis, film, utrecht, ton wolswijk, postproduction, post production, corporate communication, dvd and interactive, animation and design, documentaries, experience, experiences, music videos
Description
Metropolis film Utrecht, post production, corporate communication, dvd and interactive, animation and design, documentaries, experiences, music videos
Alexa information
Alexa rank: 12,597,789
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| metropolisfilm.com | IN | SOA | 86400 | mname: ns1.metaregistrar.nl rname: beheer.metaregistrar.nl serial: 1 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 |
||
| metropolisfilm.com | IN | A | 188.93.150.25 | 600 | ||
| metropolisfilm.com | IN | NS | 86400 | ns1.metaregistrar.nl | ||
| metropolisfilm.com | IN | NS | 86400 | ns2.metaregistrar.nl |
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Metropolisfilm - home</title>
<base href="http://metropolisfilm.nl/" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="metropolisfilm, metropolis film, metropolis, film, utrecht, ton wolswijk, postproduction, post production, corporate communication, dvd and interactive, animation and design, documentaries, experience, experiences, music videos" />
<meta name="Description" content="Metropolis film Utrecht, post production, corporate communication, dvd and interactive, animation and design, documentaries, experiences, music videos" />
<link rel="stylesheet" type="text/css" media="screen" href="http://metropolisfilm.nl/stylesheet.php?cssid=31&mediatype=screen" />
<link rel="stylesheet" type="text/css" media="handheld" href="http://metropolisfilm.nl/stylesheet.php?cssid=41&mediatype=handheld" />
<link rel="stylesheet" type="text/css" media="screen" href="http://metropolisfilm.nl/stylesheet.php?cssid=62&mediatype=screen" />
<link rel="stylesheet" type="text/css" media="screen" href="http://metropolisfilm.nl/stylesheet.php?cssid=53&mediatype=screen" />
<link rel="stylesheet" type="text/css" media="screen" href="http://metropolisfilm.nl/stylesheet.php?cssid=52&mediatype=screen" />
<script type="text/JavaScript">
<!--
//pass min and max - measured against window width
function P7_MinMaxW(a,b){
var nw="auto",w=document.documentElement.clientWidth;
if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
function shiftProjectList(objMovingDivID,pos,objDivID) {
for (var i=1; i<9; i++) {
var selected = 'but'+i;
selected = document.getElementById(selected);
if (selected != null) {
selected.className = 'pageNumber';
}
}
document.getElementById(objDivID).className = 'activePageNumber';
var objMoving = document.getElementById(objMovingDivID);
objMoving.style.top = pos+"px";
}
//-->
</script>
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(990,990));}
#container {height: 1%;}
</style>
<![endif]-->
<script language="JavaScript" type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["uploads/images/home/speelklok.jpg", "", ""]
fadeimages[1]=["uploads/images/home/geenzeetehoog.jpg", "", ""]
fadeimages[2]=["uploads/images/home/denhaag.jpg", "", ""]
fadeimages[3]=["uploads/images/home/sensation2.jpg", "", ""]
fadeimages[4]=["uploads/images/home/sensation1.jpg", "", ""]
fadeimages[5]=["uploads/images/home/freek.jpg", "", ""]
fadeimages[6]=["uploads/images/home/veluwe.jpg", "", ""]
fadeimages[7]=["uploads/images/home/headimg01.jpg", "", ""]
fadeimages[8]=["uploads/images/home/headimg02.jpg", "", ""]
fadeimages[9]=["uploads/images/home/headimg03.jpg", "", ""]
fadeimages[10]=["uploads/images/home/headimg08.jpg", "", ""]
fadeimages[11]=["uploads/images/home/headimg13.jpg", "", ""]
fadeimages[12]=["uploads/images/home/headimg14.jpg", "", ""]
var fadebgcolor="transparent"
////NO need to edit beyond here/////////////
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}
function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
obj.tempobj.style.opacity=obj.degree/101
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
else if (crossobj.style.opacity&&!crossobj.filters)
crossobj.style.opacity=this.degree/101
}
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_showHideLayers() { //v9.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3)
with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
/***********************************************
* End Ultimate Fade-In Slideshow (v1.51)
***********************************************/
</script>
<div id="fb-root"></div>
<script language="javascript" type="text/javascript">
function displayDiv(divId) {
var divstyle = new String();
divstyle = document.getElementById(divId).style.display;
if(divstyle.toLowerCase()=="none" || divstyle == "")
{
document.getElementById(divId).style.display = "block";
}
else
{
document.getElementById(divId).style.display = "none";
}
}
</script>
</head> <body>
<div id="pagewrapper">
<ul class="accessibility">
<li><a href="/#menu_vert" title="Skip to navigation" accesskey="n">Skip to navigation</a></li>
<li><a href="/#main" title="Skip to content" accesskey="s">Skip to content</a></li>
</ul>
<div id="header">
<script type="text/javascript">
new fadeshow(fadeimages, 990, 240, 0, 4000, 1, "RandomOrder")
</script>
</div>
<div id="logo"> <h1> <a href="http://metropolisfilm.nl/" title="home" >Metropolisfilm</a></h1>
<hr class="accessibility" />
</div>
<div id="naw"> <font color="#9FA1A4" face="Arial">weerdsingel oz 8 • 3514 aa utrecht • nederland • +31 (0)30 234 21 30 • <script type="text/javascript" language="javascript">
<!--
// eMail Obfuscator Script 2.1 by Tim Williams - freeware
{
coded = "tyKz@DL95zAzEt7KtED.yE"
cipher = "ZabcXYdeWVfUTghSiRQjklPmONnMoLpqKJrIHstGuFvEwDxCyBz1A234568790"
shift=coded.length
link=""
for (i=0; i<coded.length; i++){
if (cipher.indexOf(coded.charAt(i))==-1){
ltr=coded.charAt(i)
link+=(ltr)
}
else {
ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
link+=(cipher.charAt(ltr))
}
}
document.write("<a href=\'mailto:"+link+"\'>info@metropolisfilm.nl</a>")
}
//-->
</script>
<noscript>
no javascript, no e-mail!<br />
</noscript>
</font>
</div>
<div id="line"> </div>
<div id="menu_vert">
<h2 class="accessibility">Navigation</h2>
<ul>
<li class="currentpage"><a href="http://metropolisfilm.nl/"><span>home</span></a>
</li>
<li class="separator" style="list-style-type: none;"> <hr />
</li>
<li><a href="http://metropolisfilm.nl/index.php/overheid"><span>overheid</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/corporate"><span>corporate</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/musea"><span>musea</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/podium"><span>podium</span></a>
</li>
<li class="separator" style="list-style-type: none;"> <hr />
</li>
<li><a href="http://metropolisfilm.nl/index.php/documentaire"><span>documentaire</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/animatie_design"><span>animatie/design</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/experience"><span>experience</span></a>
</li>
<li class="separator" style="list-style-type: none;"> <hr />
</li>
<li><a href="http://metropolisfilm.nl/index.php/producties"><span>producties</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/post_productie"><span>post productie</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/awards"><span>awards</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/showreel"><span>showreel</span></a>
</li>
<li class="separator" style="list-style-type: none;"> <hr />
</li>
<li><a href="http://metropolisfilm.nl/index.php/nieuwsbrief"><span>nieuwsbrief</span></a>
</li>
<li><a href="http://metropolisfilm.nl/index.php/contact"><span>contact</span></a>
</li>
<li class="separator" style="list-style-type: none;"> <hr />
</li>
</ul>
</div>
<div id="newswrapper">
<div id="news">
<h3>nieuws</h3>
<!-- Displaying News Module -->
<!-- News Categories: '' -->
<!-- Start News Display Template -->
<div id="NewsHolder">
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
7-12-2011
</div>
<div class="NewsSummaryLink">
(On)beperkt meedoen
</div>
<div class="NewsSummarySummary">
<div>
<div><img src="uploads/images/nieuws/mee.jpg" alt="" width="480" height="219" /></div>
<p> </p>
<p>Wethouder Rabin Baldewsingh (Volksgezondheid, den Haag) lanceerde op 1 december jl. 4 videoclips over jongeren met een beperking. In de clips vertellen deze jongeren hoe ze met hun handicap omgaan. Vooral wordt duidelijk dat je er echt wat van kunt maken. Sophie, Nadine, Roy en Sygrid staan midden in het leven en laten zien hoe ze sporten, werken, dansen en gamen. Tijdens de workshops voor middelbare scholieren worden de clips gebruikt om meer begrip te genereren voor mensen met een beperking. Metropolisfilm ondersteunde MEE Zuid-Holland Noord in de productie van deze clips.</p>
<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#username=metropolisfilm" type="text/javascript"></script>
<!-- AddThis Button END --></div>
</div>
<div id="NewsSummaryMorelink">
<a href="javascript:displayDiv('NewsId17')">Meer...</a>
<div id="NewsId17" class="NewsPostDetailContent">
<object width="480" height="270">
<param name="movie" value="http://www.youtube.com/v/cnWe-enAeqk?version=3&hl=en_US" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="480" height="270" src="http://www.youtube.com/v/cnWe-enAeqk?version=3&hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
</div>
</div>
</div>
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
6-12-2011
</div>
<div class="NewsSummaryLink">
Er vloeit afrikaner bloed in mij
</div>
<div class="NewsSummarySummary">
<p><img src="uploads/images/nieuws/afrikaner2.jpg" alt="" width="480" height="270" /></p>
<p>Metropolisfilm zoekt steeds naar innovaties in media en distributie. Als co producent van de productie: 'Er vloeit Afrikaner bloed in mij' ondersteunden we makers ilvy Njiokiktjien en Elles van Gelder bij de montage van hun multi-media productie. Deze productie bevindt zich op het kruisvlak van documentaire en journalistiek, van filmmaken en fotografie.</p>
<p>Een rechts-extremistische organisatie zet blanke Zuid-Afrikaanse jongeren op tegen Mandela’s multiculturele regenboognatie. De productie, in combinatie met de reportage, is reeds vertoond in Nederland, Italie en Engeland. Inmiddels is de reportage bekroond met 'The Canon Female Photojournalist Award 2011' en wordt de film gebruikt als lesmateriaal voor de Zilveren Camera College Tour.</p>
<p> </p>
<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#username=metropolisfilm" type="text/javascript"></script>
<!-- AddThis Button END -->
</div>
<div id="NewsSummaryMorelink">
<a href="javascript:displayDiv('NewsId18')">Meer...</a>
<div id="NewsId18" class="NewsPostDetailContent">
<p><script type="text/javascript" src="http://metropolisfilm.nl/uploads/swfobject.js"></script>
<div id="flashcontent0"></div>
<script type="text/javascript">
/* <![CDATA[ */
var params0 = {};
params0.play = "true";
params0.loop = "true";
params0.menu = "true";
params0.quality = "high";
params0.scale = "showall";
params0.salign = "t";
params0.wmode = "opaque";
params0.bgcolor = "#FFFFFF";
params0.devicefont = "false";
params0.seamlesstabbing = "true";
params0.swliveconnect = "false";
params0.allowfullscreen = "false";
params0.allowscriptaccess = "sameDomain";
params0.allownetworking = "all";
var attributes0 = {};
attributes0.id = "flashcontent0";
attributes0.name = "mf_player";
attributes0.align = "middle";
var flashvars0 = {};
flashvars0.flvPath = "http://www.metropolisfilm.nl/uploads/projecten/flvs/AFRIKANER_BLOOD.flv";
flashvars0.flvPlay = "ja";
swfobject.embedSWF("projecten/static/swf/mf_player.swf", "flashcontent0", "480", "360", "6", false, flashvars0, params0, attributes0);
/* ]]> */
</script>
</p>
<p> </p>
</div>
</div>
</div>
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
5-12-2011
</div>
<div class="NewsSummaryLink">
Van Venlo tot Yeosu
</div>
<div class="NewsSummaryContent">
<div>
<p><img src="uploads/images/nieuws/floriade.jpg" alt="" width="480" height="253" /></p>
<p>In Utrecht wordt inmiddels de laatste hand gelegd aan de fulldome projectie voor de Floriade Wereld Tuinbouw Expo 2012 te Venlo i.o.v. DST en de Nederlandse Tuinbouwraad (NTR).</p>
<div>Tegelijkertijd starten we de productie op voor de filmische presentatie in het Nederlands Paviljoen op de wereldtentoonstelling 2012 in Yeosu, Zuid-Korea. Na 2005 (Aichi, Japan) en 2008 (Zaragoza, Spanje) wordt dit de derde World Expo presentatie die wij produceren i.o.v. Totems.</div>
</div>
<div><span style="font-family: arial, helvetica, sans-serif;"> </span></div>
<p> </p>
<div>
<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#username=metropolisfilm" type="text/javascript"></script>
<!-- AddThis Button END --></div>
</div>
</div>
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
18-09-2011
</div>
<div class="NewsSummaryLink">
3D projection Mapping Nacht van de Poëzie
</div>
<div class="NewsSummarySummary">
<img src="uploads/images/nieuws/POEZIE.jpg" alt="" width="480" height="184" />
<p> </p>
<div>In opdracht van SLAU en Kunstliefde animeerde Metropolisfilm het gedicht Utrecht, Utrecht. van Leo Vroman. Deze typografische animatie is op maat gemaakt voor de architectuur van de stadsschouwburg, Het postkantoor Neude en de Domtoren. Vertoning tijdens de "<a href="http://twitter.com/#!/search/nvdpoezie" target="_blank">Nacht van de Poëzie 2011</a>".</div>
<span style="text-decoration: underline;"><br /></span>
<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#username=metropolisfilm" type="text/javascript"></script>
<!-- AddThis Button END -->
</div>
<div id="NewsSummaryMorelink">
<a href="javascript:displayDiv('NewsId16')">Meer...</a>
<div id="NewsId16" class="NewsPostDetailContent">
<p>
<div id="flashcontent1"></div>
<script type="text/javascript">
/* <![CDATA[ */
var params1 = {};
params1.play = "true";
params1.loop = "true";
params1.menu = "true";
params1.quality = "high";
params1.scale = "showall";
params1.salign = "t";
params1.wmode = "opaque";
params1.bgcolor = "#FFFFFF";
params1.devicefont = "false";
params1.seamlesstabbing = "true";
params1.swliveconnect = "false";
params1.allowfullscreen = "false";
params1.allowscriptaccess = "sameDomain";
params1.allownetworking = "all";
var attributes1 = {};
attributes1.id = "flashcontent1";
attributes1.name = "mf_player";
attributes1.align = "middle";
var flashvars1 = {};
flashvars1.flvPath = "http://www.metropolisfilm.nl/uploads/projecten/flvs/POEZIE.flv";
flashvars1.flvPlay = "ja";
swfobject.embedSWF("projecten/static/swf/mf_player.swf", "flashcontent1", "480", "360", "6", false, flashvars1, params1, attributes1);
/* ]]> */
</script>
</p>
</div>
</div>
</div>
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
11-05-2011
</div>
<div class="NewsSummaryLink">
Met acht camera's in de sloot
</div>
<div class="NewsSummaryContent">
<p><img src="uploads/images/sloot.jpg" alt="" width="480" height="184" /></p>
<p>Metropolisfilm is de productie gestart voor een spectaculaire Floriade productie. In opdracht van DST en de Nederlandse Tuinbouwraad ontwikkelen we voor het openingspaviljoen een <a title="Immersie" href="http://en.wikipedia.org/wiki/Fulldome" target="_blank">full-dome projectie</a>. Een overweldigende introductie in de wereld van de Nederlandse tuinbouw. Première: april 2012.</p>
<div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#username=metropolisfilm" type="text/javascript"></script>
<!-- AddThis Button END -->
</div>
</div>
<div id="nnumbers">
<div id="nwrapper">
<br />
Pagina 1 van 4
<a href="http://metropolisfilm.nl/index.php?mact=News,m99e23,default,1&m99e23number=5&m99e23moretext=meer...&m99e23lang=nl_NL&m99e23pagenumber=2&m99e23returnid=57&page=57">></a> <a href="http://metropolisfilm.nl/index.php?mact=News,m99e23,default,1&m99e23number=5&m99e23moretext=meer...&m99e23lang=nl_NL&m99e23pagenumber=4&m99e23returnid=57&page=57">>></a>
</div>
</div>
<br />
</div>
<!-- End News Display Template -->
</div>
<div id="newsfooter"><br /><br /></div>
</div>
<div id="projects"> <div id="project_title"><h3>projecten</h3></div>
<div id="project_holder">
<div id="pnumbers">
<div id="but1" class="activePageNumber"><a href="javascript:shiftProjectList('project_list',0,'but1')">1</a></div> | <div id="but2" class="pageNumber"><a href="javascript:shiftProjectList('project_list',-1116,'but2')">2</a></div>
| <div id="but3" class="pageNumber"><a href="javascript:shiftProjectList('project_list',-2232,'but3')">3</a></div>
| <div id="but4" class="pageNumber"><a href="javascript:shiftProjectList('project_list',-3348,'but4')">4</a></div>
</div>
<div id="project_list_holder">
<div id="project_list">
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Wat-zullen-we-doen/57" title="Wat zullen we doen?"><img src="uploads/images/play.png" alt="Wat zullen we doen?" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Wat-zullen-we-doen/57" title="Wat zullen we doen?"><img src="uploads/projecten/thumbnails/GAS.jpg" alt="Wat zullen we doen?" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Wat-zullen-we-doen/57" title="Wat zullen we doen?"><strong>Wat zullen we doen?</strong><br />Interactieve les over energietransitie i.o.v. DST/Gasterra. Een film en quiz worden gebruikt in een mobiel leslokaal.<br /><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/on-beperkt-MEEdoen/57" title="(on)beperkt MEEdoen"><img src="uploads/images/play.png" alt="(on)beperkt MEEdoen" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/on-beperkt-MEEdoen/57" title="(on)beperkt MEEdoen"><img src="uploads/projecten/thumbnails/Mee.jpg" alt="(on)beperkt MEEdoen" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/on-beperkt-MEEdoen/57" title="(on)beperkt MEEdoen"><strong>(on)beperkt MEEdoen</strong><br /><p>Hoe ga je om met een handicap? Vier jongeren staan midden in het leven en laten zien hoe zij sporten, werken, dansen en gamen.</p>
<p> </p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Afrikaner-Bloed/57" title="Afrikaner Bloed"><img src="uploads/images/play.png" alt="Afrikaner Bloed" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Afrikaner-Bloed/57" title="Afrikaner Bloed"><img src="uploads/projecten/thumbnails/Afrikaner_Blood_thumb.jpg" alt="Afrikaner Bloed" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Afrikaner-Bloed/57" title="Afrikaner Bloed"><strong>Afrikaner Bloed</strong><br /><p>Multi-media productie "Er vloeit Afrikaner bloed in mij" belicht Zuid Afrikaanse jongeren in een rechts-extremistische organisatie.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/ProRail-Winter-en-Herfst/57" title="ProRail Winter & Herfst"><img src="uploads/images/play.png" alt="ProRail Winter & Herfst" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/ProRail-Winter-en-Herfst/57" title="ProRail Winter & Herfst"><img src="uploads/projecten/thumbnails/HERFST.jpg" alt="ProRail Winter & Herfst" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/ProRail-Winter-en-Herfst/57" title="ProRail Winter & Herfst"><strong>ProRail Winter & Herfst</strong><br />Korte verklarende ProRail animaties over seizoensgebonden overlast op het spoor iov. Ventoux.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/BLG-Hypotheken/57" title="BLG Hypotheken"><img src="uploads/images/play.png" alt="BLG Hypotheken" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/BLG-Hypotheken/57" title="BLG Hypotheken"><img src="uploads/projecten/thumbnails/BLG.jpg" alt="BLG Hypotheken" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/BLG-Hypotheken/57" title="BLG Hypotheken"><strong>BLG Hypotheken</strong><br /><div>BLG hypotheken laat zich in de corporate film van haar meest vriendelijke kant zien.</div><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Keringhuis/57" title="Keringhuis"><img src="uploads/images/play.png" alt="Keringhuis" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Keringhuis/57" title="Keringhuis"><img src="uploads/projecten/thumbnails/kering.jpg" alt="Keringhuis" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Keringhuis/57" title="Keringhuis"><strong>Keringhuis</strong><br />Een geheel nieuwe en eigentijdse introductiefilm voor het Keringhuis, het bezoekerscentrum bij de Maeslantkering.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Centrum-Maliebaan/57" title="Centrum Maliebaan"><img src="uploads/images/play.png" alt="Centrum Maliebaan" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Centrum-Maliebaan/57" title="Centrum Maliebaan"><img src="uploads/projecten/thumbnails/CMB.jpg" alt="Centrum Maliebaan" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Centrum-Maliebaan/57" title="Centrum Maliebaan"><strong>Centrum Maliebaan</strong><br />Centrum Maliebaan, deskundig in verslaving en psychiatrie.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Dr-Bleuland/57" title="Professor Bleuland "><img src="uploads/images/play.png" alt="Professor Bleuland " style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Dr-Bleuland/57" title="Professor Bleuland "><img src="uploads/projecten/thumbnails/Bleuland.jpg" alt="Professor Bleuland " style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Dr-Bleuland/57" title="Professor Bleuland "><strong>Professor Bleuland </strong><br />Voor het Universiteitsmuseum Utrecht verzorgde Metropolisfilm de uitvoering van twee interactieve 'Bleuland Dialoog Tafels'.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-2011/57" title="World Press Photo 2011"><img src="uploads/images/play.png" alt="World Press Photo 2011" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-2011/57" title="World Press Photo 2011"><img src="uploads/projecten/thumbnails/WPPH2011_Thumb.jpg" alt="World Press Photo 2011" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-2011/57" title="World Press Photo 2011"><strong>World Press Photo 2011</strong><br /><p>Bij de jaarlijkse World Press Photo awardsceremony verzorgde Metropolisfilm wederom alle projecties.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/It-s-All-About-Software/57" title="NWO Software Engineering and SaS"><img src="uploads/images/play.png" alt="NWO Software Engineering and SaS" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/It-s-All-About-Software/57" title="NWO Software Engineering and SaS"><img src="uploads/projecten/thumbnails/NWO_THUMB.jpg" alt="NWO Software Engineering and SaS" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/It-s-All-About-Software/57" title="NWO Software Engineering and SaS"><strong>NWO Software Engineering and SaS</strong><br /><p>Een serie mini documentaires over het NWO onderzoeksprogramma Jacquard.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tropentheater/57" title="Tropenrooster"><img src="uploads/images/play.png" alt="Tropenrooster" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tropentheater/57" title="Tropenrooster"><img src="uploads/projecten/thumbnails/KIT.jpg" alt="Tropenrooster" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tropentheater/57" title="Tropenrooster"><strong>Tropenrooster</strong><br /><p>In opdracht van het Tropenmuseum/Tropentheater te Amsterdam heeft Metropolisfilm 7 korte educatieve films ontwikkeld.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/SNS-Reaal-Het-Nieuwe-Werken/57" title="Het Nieuwe..."><img src="uploads/images/play.png" alt="Het Nieuwe..." style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/SNS-Reaal-Het-Nieuwe-Werken/57" title="Het Nieuwe..."><img src="uploads/projecten/thumbnails/HNW.jpg" alt="Het Nieuwe..." style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/SNS-Reaal-Het-Nieuwe-Werken/57" title="Het Nieuwe..."><strong>Het Nieuwe...</strong><br />SNS Reaal voert 'het nieuwe werken' in. Maar dat gaat niet alleen maar over techniek en flexibiliteit. Hoe voelt het nu echt?<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kennisnetwerk-Biociden/57" title="Kennisnetwerk Biociden"><img src="uploads/images/play.png" alt="Kennisnetwerk Biociden" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kennisnetwerk-Biociden/57" title="Kennisnetwerk Biociden"><img src="uploads/projecten/thumbnails/BIO.jpg" alt="Kennisnetwerk Biociden" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kennisnetwerk-Biociden/57" title="Kennisnetwerk Biociden"><strong>Kennisnetwerk Biociden</strong><br /><p>Animatie voor RIVM/Kennisnetwerk Biociden tbv de opening van het symposium ‘Juist Biociden’. In opdracht van <a href="http://www.ventoux-av.nl/" target="_blank">Ventoux</a>.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hier-ben-ik-Thuis/57" title="Hier ben ik Thuis"><img src="uploads/images/play.png" alt="Hier ben ik Thuis" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hier-ben-ik-Thuis/57" title="Hier ben ik Thuis"><img src="uploads/projecten/thumbnails/Gastbarbeiders_Thumb.jpg" alt="Hier ben ik Thuis" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hier-ben-ik-Thuis/57" title="Hier ben ik Thuis"><strong>Hier ben ik Thuis</strong><br /><p>Voor de tentoonstelling ‘Hier ben ik Thuis, 50 jaar gastarbeiders in de stad Utrecht’, een documentaire.</p><br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Ary-Scheffer/57" title="Ary Scheffer"><img src="uploads/images/play.png" alt="Ary Scheffer" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Ary-Scheffer/57" title="Ary Scheffer"><img src="uploads/projecten/thumbnails/Ary_Thumb.jpg" alt="Ary Scheffer" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Ary-Scheffer/57" title="Ary Scheffer"><strong>Ary Scheffer</strong><br />In het heropende Dordrechts Museum voor XPEX een projectie in de Ary Schefferzaal over het leven van deze romantische schilder.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Vrede-van-Utrecht-Mindmap-for-the-future/57" title="Vrede van Utrecht, Mindmap for the future"><img src="uploads/images/play.png" alt="Vrede van Utrecht, Mindmap for the future" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Vrede-van-Utrecht-Mindmap-for-the-future/57" title="Vrede van Utrecht, Mindmap for the future"><img src="uploads/projecten/thumbnails/VVU_Thumb.jpg" alt="Vrede van Utrecht, Mindmap for the future" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Vrede-van-Utrecht-Mindmap-for-the-future/57" title="Vrede van Utrecht, Mindmap for the future"><strong>Vrede van Utrecht, Mindmap for the future</strong><br />Presentatie van programma Vrede van Utrecht 2013. Typografische beleving ism Dietwee en il Luster.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Het-volmaakte-van-al-het-gebeuren/57" title="Het volmaakte van al het gebeuren"><img src="uploads/images/play.png" alt="Het volmaakte van al het gebeuren" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Het-volmaakte-van-al-het-gebeuren/57" title="Het volmaakte van al het gebeuren"><img src="uploads/projecten/thumbnails/HOGE_VELUWE_THUMB.jpg" alt="Het volmaakte van al het gebeuren" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Het-volmaakte-van-al-het-gebeuren/57" title="Het volmaakte van al het gebeuren"><strong>Het volmaakte van al het gebeuren</strong><br />Het Nationale Park de Hoge Veluwe bestond 75 jaar en ter viering daarvan produceerde Metropolisfilm een monumentale videoprojectie.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Inscene/57" title="Inscène: Nederlands TV drama"><img src="uploads/images/play.png" alt="Inscène: Nederlands TV drama" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Inscene/57" title="Inscène: Nederlands TV drama"><img src="uploads/projecten/thumbnails/DRAMAPANORAMA_THUMB.jpg" alt="Inscène: Nederlands TV drama" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Inscene/57" title="Inscène: Nederlands TV drama"><strong>Inscène: Nederlands TV drama</strong><br />Voor het Nationaal Instituut voor Beeld & Geluid een cirkelvormige projectie over Nederlands televisie drama.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-stad-uit-met-het-Stichtse-lijntje/57" title="De stad uit met het Stichtse lijntje"><img src="uploads/images/play.png" alt="De stad uit met het Stichtse lijntje" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-stad-uit-met-het-Stichtse-lijntje/57" title="De stad uit met het Stichtse lijntje"><img src="uploads/projecten/thumbnails/Thumb_HUA_Stichtse_Lijntje.jpg" alt="De stad uit met het Stichtse lijntje" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-stad-uit-met-het-Stichtse-lijntje/57" title="De stad uit met het Stichtse lijntje"><strong>De stad uit met het Stichtse lijntje</strong><br />Het Utrechts Archief, een tentoonstelling over de rijke historie van de treinverbinding Utrecht - Baarn.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-Nederlandse-Bank/57" title="De Nederlandse Bank"><img src="uploads/images/play.png" alt="De Nederlandse Bank" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-Nederlandse-Bank/57" title="De Nederlandse Bank"><img src="uploads/projecten/thumbnails/DNB_thumb_2.jpg" alt="De Nederlandse Bank" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/De-Nederlandse-Bank/57" title="De Nederlandse Bank"><strong>De Nederlandse Bank</strong><br />Voor Podium productie en vormgeving van 5 animaties over toezicht bij De Nederlandsche Bank.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tout-S-est-Bien-Passe/57" title="Tout S'est Bien Passé"><img src="uploads/images/play.png" alt="Tout S'est Bien Passé" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tout-S-est-Bien-Passe/57" title="Tout S'est Bien Passé"><img src="uploads/projecten/thumbnails/Tout_thumb.jpg" alt="Tout S'est Bien Passé" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Tout-S-est-Bien-Passe/57" title="Tout S'est Bien Passé"><strong>Tout S'est Bien Passé</strong><br />Een film van Edwin Donders over herbepleistering van de lemen moskee van Djenné (Mali).<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Sensation-2009/57" title="Sensation 2009"><img src="uploads/images/play.png" alt="Sensation 2009" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Sensation-2009/57" title="Sensation 2009"><img src="uploads/projecten/thumbnails/sensation_thumb.jpg" alt="Sensation 2009" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Sensation-2009/57" title="Sensation 2009"><strong>Sensation 2009</strong><br />Metropolisfilm leverde voor Sensation 2009 een groot deel van de videoinstarts tijdens de DJ set.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Visie-op-Zuid-Holland/57" title="Visie op Zuid-Holland"><img src="uploads/images/play.png" alt="Visie op Zuid-Holland" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Visie-op-Zuid-Holland/57" title="Visie op Zuid-Holland"><img src="uploads/projecten/thumbnails/Visie_op_Zuid_Holland_thumb.jpg" alt="Visie op Zuid-Holland" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Visie-op-Zuid-Holland/57" title="Visie op Zuid-Holland"><strong>Visie op Zuid-Holland</strong><br />Diverse producties rondom introductie, integrale structuurvisie en ruimtelijke ordening.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Voetbalexperience/57" title="Voetbalexperience"><img src="uploads/images/play.png" alt="Voetbalexperience" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Voetbalexperience/57" title="Voetbalexperience"><img src="uploads/projecten/thumbnails/VEX_thumb.jpg" alt="Voetbalexperience" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Voetbalexperience/57" title="Voetbalexperience"><strong>Voetbalexperience</strong><br />Begeleiding van encodering en installatie van alle filmproducties iov DST Experience Communicatie.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Omgevingsdiensten/57" title="Omgevingsdiensten"><img src="uploads/images/play.png" alt="Omgevingsdiensten" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Omgevingsdiensten/57" title="Omgevingsdiensten"><img src="uploads/projecten/thumbnails/PZH_Omgevingsdienst_Thumb.jpg" alt="Omgevingsdiensten" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Omgevingsdiensten/57" title="Omgevingsdiensten"><strong>Omgevingsdiensten</strong><br />Ter gelegenheid van de realisatie van uitvoeringsdiensten in de provincie Zuid-Holland.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Van-Bierviltje-tot-Blackberry/57" title="Van Bierviltje tot Blackberry"><img src="uploads/images/play.png" alt="Van Bierviltje tot Blackberry" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Van-Bierviltje-tot-Blackberry/57" title="Van Bierviltje tot Blackberry"><img src="uploads/projecten/thumbnails/VNAB_Thumb.jpg" alt="Van Bierviltje tot Blackberry" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Van-Bierviltje-tot-Blackberry/57" title="Van Bierviltje tot Blackberry"><strong>Van Bierviltje tot Blackberry</strong><br />De Vereniging Nederlandse Assurantie Beurs introduceert e-ABS in de co-assurantiemarkt.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Een-jaar-verder/57" title="Een jaar verder"><img src="uploads/images/play.png" alt="Een jaar verder" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Een-jaar-verder/57" title="Een jaar verder"><img src="uploads/projecten/thumbnails/SNS_REAAL_THUMB.jpg" alt="Een jaar verder" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Een-jaar-verder/57" title="Een jaar verder"><strong>Een jaar verder</strong><br />SNS Reaal introduceerde in 2009 een hernieuwde missie en een aangescherpte strategie.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hager-a-Fascination/57" title="Hager a Fascination"><img src="uploads/images/play.png" alt="Hager a Fascination" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hager-a-Fascination/57" title="Hager a Fascination"><img src="uploads/projecten/thumbnails/Hager_thumb.jpg" alt="Hager a Fascination" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Hager-a-Fascination/57" title="Hager a Fascination"><strong>Hager a Fascination</strong><br />Update van de in 2007 in opdracht van <a href="http://www.totems.com" target="_blank">Totems</a> geproduceerde brandfilm.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kroese-Wevers/57" title="Kroese Wevers"><img src="uploads/images/play.png" alt="Kroese Wevers" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kroese-Wevers/57" title="Kroese Wevers"><img src="uploads/projecten/thumbnails/KROESE_WEVERS_THUMB.jpg" alt="Kroese Wevers" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/Kroese-Wevers/57" title="Kroese Wevers"><strong>Kroese Wevers</strong><br />In opdracht van DST Experience Communicatie een productie ter begeleiding van een internal branding traject.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-Awards-Night/57" title="World Press Photo Awards Night"><img src="uploads/images/play.png" alt="World Press Photo Awards Night" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListThumb">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-Awards-Night/57" title="World Press Photo Awards Night"><img src="uploads/projecten/thumbnails/WPPH2010_Thumb.jpg" alt="World Press Photo Awards Night" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100" /></a>
</div>
<div class="ProjectListText">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/World-Press-Photo-Awards-Night/57" title="World Press Photo Awards Night"><strong>World Press Photo Awards Night</strong><br />Voor het vierde jaar op rij verzorgde Metropolisfilm het AV decor voor de jaarlijkse prijsuitreiking.<br /></a>
</div>
</div>
<div class="ProjectList">
<div class="ProjectListBtn">
<a href="http://metropolisfilm.nl/index.php/projecten/detail/ProRail-Projecten/57" title="ProRail Projecten"><img src="uploads/images/play.png" alt="ProRail Projecten" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity