Hi wahsaga,
danke für den link, das problem bei mir ist, das ich das swf nicht als embed, sondern nur mit Javascript eingebunden habe,
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("nispet-movie.swf", "sotester", "780", "200", "9");
so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
so.write("flashcontent");
// ]]>
</script>
Kann ich wmode="opaque" oder wmode="transparent" auch bei der von mir verwendeten methode nutzen, also nur auf Javascript?
Grüße,
Engin
GYRO