Hente flash indhold ind fra html dokumentet
Hej eksperterHvordan ser fla filen ud når man skal gøre som de gør på Wonderful Copenhagens hjemmeside:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Flash test</title>
<script type="text/javascript" src="http://www.visitcopenhagen.com/javascript/flash.js"></script>
</head>
<body>
<script type="text/javascript">
var objFlash = new flashComponent();
objFlash.movie = 'http://www.visitcopenhagen.com/media/1033_162.swf';
objFlash.flashVars = 'sektionsforside_overskrift=About Copenhagen&sektionsforside_tekst=Though Copenhagen moves constantly forwards, it always has time to appreciate its past. This section contains basic information about Denmark and Copenhagen.';
objFlash.width = 295;
objFlash.height = 120;
objFlash.render();
</script>
</body>
</html>
