//<![CDATA[
function thisMovie(movieName) {
    if (window.document[movieName]) {
        return window.document[movieName];
    }
    else {
        return document.getElementById[movieName];
    }
}

function callExternalInterface() {
alert("hello", "hello");
    thisMovie("playerrun").showVideo('fred');
}

	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
			'width', '612',
			'height', '222',
			'base', 'http://www.arrivalondon.com/',			
			'src', 'http://www.arrivalondon.com/resources/player2',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'play', 'true',
			'loop', 'true',
			'scale', 'noscale',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'playerrun',
			'bgcolor', '#ffffff',
			'name', 'player',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'movie', 'http://www.arrivalondon.com/resources/player2',
			'salign', ''
			); //end AC code
	}
	
//]]>
