lucien1966
%Europe/Berlin %226 %2009, 05:25
Ik heb het volgende html-pagina in elkaar gezet, met een verwijzing naar een swf bestand (tekst), alleen als ik de html-pagina open (via de browser), dan zie ik geen tekst, kan iemand me hiermee helpen???
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Eye M Lucien photography</title>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/swfmacmousewheel.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: #1d1d1d;
font: 76% Arial, sans-serif;
}
</style>
</head>
<body scroll=no>
<div id="flashcontent">
<strong><p><br> <a href="http://www.adobe.com/go/getflashplayer" target="_blank"><font color="#FFFFFF">You need to upgrade your Flash Player</font></a></strong>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject('testlucien1.swf', 'mycontent', '100%', '100%', '9', '#1D1D1D');
so.useExpressInstall('js/expressinstall.swf');
so.addParam('menu', 'false');
so.addParam('scale', 'noscale');
so.addParam('salign', 'lt');
if( so.write('flashcontent') ) // check if flash is written to page, then init SWFMacMouseWheel
{
var macmousewheel = new SWFMacMouseWheel( so );
}
// ]]>
</script>
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Eye M Lucien photography</title>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/swfmacmousewheel.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: #1d1d1d;
font: 76% Arial, sans-serif;
}
</style>
</head>
<body scroll=no>
<div id="flashcontent">
<strong><p><br> <a href="http://www.adobe.com/go/getflashplayer" target="_blank"><font color="#FFFFFF">You need to upgrade your Flash Player</font></a></strong>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject('testlucien1.swf', 'mycontent', '100%', '100%', '9', '#1D1D1D');
so.useExpressInstall('js/expressinstall.swf');
so.addParam('menu', 'false');
so.addParam('scale', 'noscale');
so.addParam('salign', 'lt');
if( so.write('flashcontent') ) // check if flash is written to page, then init SWFMacMouseWheel
{
var macmousewheel = new SWFMacMouseWheel( so );
}
// ]]>
</script>
</body>
</html>