| Neuer User
Registriert seit: Aug 2006 Ort: Hamburg
Beiträge: 736
| Vielen Dank für Deine Antwort !!!
Auch wenn es im Bsp. klappt, so habe ich scheinbar ein Problem. HTML : PHP-Code: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FullScreenTest</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#000000">
<!--URL's die in de film worden gebruikt-->
<!--tekst die in de film wordt gebruikt-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("Deze pagina vereist AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '100%',
'height', '100%',
'src', 'FullScreenTest',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'FullScreenTest',
'bgcolor', '#000000',
'name', 'FullScreenTest',
'menu', 'true',
'allowFullScreen', 'true',
'allowScriptAccess','sameDomain',
'movie', 'FullScreenTest',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="ia" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="FullScreenTest.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /> <embed src="FullScreenTest.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="FullScreenTest" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
Wenn ich die fla starte erhalte ich folgende Fehlermeldung : PHP-Code: **Error** Scene=Scene 1, layer=Action Layer, frame=1:Line 9: There is no property with the name 'displayState'.
Stage.displayState = Stage.displayState == "normal" ? ("fullScreen") : ("normal");
Total ActionScript Errors: 1 Reported Errors: 1
Was mache ich falsch ?
__________________
_________________ Liebe Grüße |