Hallo Flasher,
habe ein kleines Problem mit meinen Buttons bzw. mit meiner Navigation .
Irgendwo ist ein Fehler im Code bei
Zitat:
itens[i].onRelease = function() {
_global.selecionado = this.i;
if (_root.currMovie == undefined) {
_root.currMovie = swfs[selecionado];
_root.content.loadMovie(swfs[selecionado]);
} else if (_root.currMovie != selecionado) {
if (content._currentframe >= content.midframe) {
_root.currMovie = selecionado;
content.play();
|
, weiß aber net genau wo!?
Bite erst auf contact klicken dann lädt er contact.swf mit ner animation.
Dann beim laden von zB. links.swf erst geladenen Film raus dann neuen Film rein!
Könnte sich das bitte mal jemand anschauen? Ist sicherlich nur ein Denkfehler, finde es aber nicht
MfG
RW