swf laden durch Bedingung

Woppel

Grünschnabel
Hallo

ich mache meine ersten Schritte mit Flash v8 und habe folgende Frage;
Ich möchte, dass wenn im Textfeld "tipp" zu einem bestimmten Eintrag eine bestimmte swf geladen wird,- nur mein AS wie unten t nicht. Was mache ich falsch und könnte mir jemand das AS (für die 5 "tipp" möglichkeiten) richtig schreiben?

if (tipp="1"){
loadMovieNum("Film1.swf",1);
}
if (tipp="2"){
loadMovieNum("Film2.swf",1);
}
if (tipp="3"){
loadMovieNum("Film3.swf",1);
}
if (tipp="4"){
loadMovieNum("Film4.swf",1);
}
if (tipp="5"){
loadMovieNum("Film5.swf",1);
}
 

Neue Beiträge

Zurück