meine website funktioniert im firefox und IE8 wunderbar.
Im IE7 bekomme ich die Fehlermeldung:
JavaScript Error ‘expected identifier, string or number’
in linie 35 zeichen 19 und dort steht:
Code://steuern des flashmovies var movieName = "myssse";Code:<script type="text/javascript"> var flashvars = { paramXMLPath: "param.xml", initialURL: escape(document.location), useExternalInterface: "true"}; var params = { allowscriptaccess : "always", wmode: "transparent"}; var attributes = {}; attributes.id = "myssse"; attributes.name = "myssse"; swfobject.embedSWF("montafon.swf", "flashslide", "1000", "510", "9.0.0", false, flashvars, params, attributes); //steuern des flashmovies var movieName = "myssse"; function thisMovie(movieName) { if (navigator.appName.indexOf ("Microsoft") !=-1) { return window[movieName]; } else { return document[movieName]; } } function sspLoadAlbum(album) { thisMovie("myssse").sspLoadAlbum(album); } // Checks if movie is completely loaded. function movieIsLoaded (theMovie) { if (typeof(theMovie) != "undefined") { return theMovie.PercentLoaded() == 100; } else { return false; } } //lade label welches per javascript aufgerufen wurde in flash und endert die div größe function golabel(label,hoehe) { if (movieIsLoaded(thisMovie(movieName))) { thisMovie(movieName).TGotoLabel("_level0/",label); $('div#header').height(hoehe); $('div#flashslide').height(hoehe);}obmain = document.getElementById('nav'); pageTracker._trackPageview('label'); } </script>


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen