Zurück   Flashforum > Flash > ActionScript > ActionScript 1

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 30-03-2006, 15:46   #1 (permalink)
Neuer User
 
Registriert seit: Jun 2003
Beiträge: 52
Problem Firefox vs Internet Explorer

Hallo Ich habe eine kleine Seite die jedoch auf dem Firefox nicht sauber läuft.
DAs Preloaden funktioniert nicht und die danach einzuladende Seite erscheint nicht...

Der Code ist ein wenig älter. Auf den Explorer läuft alles prima.
Das Ganze ist als Flash6 veröffentlich AS1.
GIbt es nogos die firefox unterschiedlich interpretiert ?

PHP-Code:
stepsize 5;
if (
action == "getback") {
    if (
this._x>-860) {
        
abstandx this._x+860;
        
this._x -= abstandx/stepsize;
        if (
abstandx<0.5) {
            
this._x = -860;
        }
    } else {
        
action "load";
    }
} else if (
action == "load") {
    
loadMovie(loadingclipcontainer);
    
action "loading";
} else if (
action == "loading") {
    
loadtext.text Math.round((container.getBytesLoaded()/container.getBytesTotal())*100)+" %";
    if (
container.getBytesLoaded() == container.getBytesTotal()) {
        
action "positioning";
    }
} else if (
action == "positioning") {
    
pos 860-container._width;
    if (
pos<0) {
        
pos 0;
    }
    
container._x pos;
    
action "openit";
} else if (
action == "openit") {
    
loadtext.text "";
    
action "opening";
} else if (
action == "opening") {
    if (
this._x<0-pos) {
        
abstandx this._x-(0-pos);
        
this._x -= abstandx/stepsize;
    } else {
        
action "";
        
stop();
    }

Vielen Dank
anicon ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 04:56 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele