[GastForen Archiv Adobe Flash & ActionScript Website wird in firefox nicht dargestellt Bitte Hilfe (Flash)

  • Suche
  • Hilfe
  • Lesezeichen
  • Benutzerliste
Archiv - Archivierte Foren
Themen
Beiträge
Moderatoren
Letzter Beitrag

Website wird in firefox nicht dargestellt Bitte Hilfe (Flash)

neuling07
Beiträge gesamt: 5

26. Aug 2008, 12:03
Beitrag # 1 von 4
Bewertung:
(2069 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Hallo zusammen ich verzweifle gerade.
Habe meinen Webspace bei evanzo. Ich habe meine fertige Website hochgeladen. Im Safari Browser wird diese auch geladen im Firefox wird aber nur der BG dargestellt.

Seite (index.html) enthällt eine FlashDatei swfobject.embedSWF("megazine/megazine.swf", .
Das Ganze soll ein blätterbarer Onlinekatalog sein (pageflip in flash)

http://www.svenbarucha.de

Lokal läuft das Ganze auch. Und wie oben schon gesagt auch im Safari.
Bitte um Hilfe.

Ich hatte das Problem auch bei eienr anderen html seite mit flash inhalt:
ANbei der code.
Ist ganz wichtig und ich bekomme es nciht hin (bin kein coding Profi)


Zitat <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>

<title>Musterknabe Sven Barucha</title>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript" src="swfaddress/swfaddress.js"></script>
<script type="text/javascript">
swfobject.embedSWF("megazine/megazine.swf", /* Path to the megazine.swf. You probably won't have to change this. */
"megazine", /* Change this if you use another id for the div to display MegaZine. */
/* (1) */ "1000", /* This is the HEIGHT of the element used to display MegaZine. */
/* (2) */ "730", /* This is the WIDTH of the element used to display MegaZine. */
"9.0.115", /* Required Flash Player version. You probably won't have to change this. */
"swfobject/expressInstall.swf", /* Path to the expressInstall.swf to upgrade Flash Player. You probably won't have to change this. */
{ xmlFile : "megazine.xml" }, /* Flashvars, used to pass the name of the xml file to use. Path is relative to the swf! */
{
/* (3) */ bgcolor : "#333333", /* This is the background color used for the Flash element. */
/* (4) */ //wmode : "transparent", /* Remove the // to enable transparency. Not recommended if using videos. */
allowFullscreen : "true" /* Required for fullscreen mode. */
},
{id : "megazine"}); /* Required for SWFAddress. */
</script>

<style type="text/css">
a, a:visited {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #FFFFFF;
text-decoration: none;
}
a:hover, a:focus {
color: #FFFFFF;
text-decoration: underline;
}
body, html {
/* (5) */ background: #333333; /* This is the background color of the whole webpage. */
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 99%;
}
h1 {
color: #FFFFFF;
}
img {
border: none;
}
p {
color: #999999;
font-size: 0.6em;
}
#megazine {
outline: none;
}
body {
background-image: url();
}
</style>

</head>

<body>

<div>
<div id="megazine">
<h1>MegaZine requires FlashPlayer 9</h1>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>

</body>

</html>

X

Website wird in firefox nicht dargestellt Bitte Hilfe (Flash)

ganesh
Beiträge gesamt: 1981

26. Aug 2008, 14:53
Beitrag # 2 von 4
Beitrag ID: #363891
Bewertung:
(2039 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Ich hatte kürzlich ein ähnliches Problem. Vermutlich sind irgendwo falsche Pfadangaben drin. Was ich aber auch noch gemerkt habe: Der Pageflip läuft mit swfObject Einbettung sehr langsam. Ueberhaupt nicht "smooth", ca. 2 FPS... Ich weiss allerdings nicht ob wir dieselbe pageflip-Engine benutzen.

Ich rate Dir, hier mal nachzuschauen:
http://www.adobe.com/...icles/devletter.html

Benutze die Methode mit AC_FL_RunContent statt swfObject. Der Movie ist gleich merklich schneller. Das ist auch im Standard Publish Template von Flash CS3 so drin. Du musst dann nur drandenken, das entsprechende .js File auch auf den Server hochzuladen: AC_RunActiveContent.js


als Antwort auf: [#363868]

Website wird in firefox nicht dargestellt Bitte Hilfe (Flash)

neuling07
Beiträge gesamt: 5

26. Aug 2008, 15:03
Beitrag # 3 von 4
Beitrag ID: #363894
Bewertung:
(2035 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Vielen Dank.
Aber, dass Problem mit dem falschen Pfad kan doch agrnicht bestehen.
Sonst würde mir Safari die Seite doch nciht richtig anzeigen.

Ich werde mir den Link sofort durchlesen und es auf jeden fall versuchen

Danke nochmal


als Antwort auf: [#363891]

Website wird in firefox nicht dargestellt Bitte Hilfe (Flash)

neuling07
Beiträge gesamt: 5

26. Aug 2008, 15:31
Beitrag # 4 von 4
Beitrag ID: #363902
Bewertung:
(2026 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Also ich kann zwar englisch aber mit Programmieren kenn ich mich überhaupt nicht aus. Kannst du mir bitte helfen oben ist ja der code meiner seite). ich habe es jetzt paar mal versucht aber ich weis garnicht genau was wo erstetzt werden soll.

Ich versteh nicht warum es für einen Befehl eine so aufwendige alternative gibt. ;-)
Sorry aber ich checks nicht


als Antwort auf: [#363891]
X