Wasser Effekt

<APPLET archive="DuriusWaterPic.jar" WIDTH="320" HEIGHT="240" ALIGN="MIDDLE" CODE="Aktuell Wappen_htm_smartbutton1.gif" codebase="C:\Dokumente und Einstellungen\Bossi\Desktop\Wasser Effekt\">
<PARAM NAME="cabbase" VALUE="DuriusWaterPic.cab">
<PARAM NAME="image" VALUE="Aktuell Wappen_htm_smartbutton1">
<PARAM NAME="dim" VALUE="5">
<PARAM NAME="noise" VALUE="0">
<PARAM NAME="mouse" VALUE="9">
<PARAM NAME="timer" VALUE="0">
<PARAM NAME="target" VALUE="_blank">
<PARAM NAME="url" VALUE="http://www.bluebrain.nl/">
<PARAM NAME="bg" VALUE="ffffff">
<PARAM NAME="reg" VALUE="22454732">
</APPLET>


jetzt sieht es so aus geht aber trodzdem nichts
 
Original geschrieben von SilentWarrior
/edit crono: Änder doch bitte das CODE in QUOTE, sonst geht das mit dem Querscrolling wieder los...
Besser so? - war mir nicht Aufgefallen, surfe immer mit 1280x1024 :)


<APPLET archive="DuriusWaterPic.jar" WIDTH="320" HEIGHT="240" ALIGN="MIDDLE" CODE="Aktuell Wappen_htm_smartbutton1.gif" codebase="C:\Dokumente und Einstellungen\Bossi\Desktop\Wasser Effekt\">
<PARAM NAME="cabbase" VALUE="DuriusWaterPic.cab">
<PARAM NAME="image" VALUE="Aktuell Wappen_htm_smartbutton1">
<PARAM NAME="dim" VALUE="5">
<PARAM NAME="noise" VALUE="0">
<PARAM NAME="mouse" VALUE="9">
<PARAM NAME="timer" VALUE="0">
<PARAM NAME="target" VALUE="_blank">
<PARAM NAME="url" VALUE="http://www.bluebrain.nl/">
<PARAM NAME="bg" VALUE="ffffff">
<PARAM NAME="reg" VALUE="22454732">
</APPLET>
kein wunder das du nix siehst, weil...
1) Code nicht das Image sondern die *.class Datei beeinhalten soll
2) Die "Codebase" nur solange funktuioniert, solang das Teil bei dir lokal läuft
3) du den Param immer noch falsch setzt.
versuch:

<APPLET archive="DuriusWater.jar" width="280" height="193" align="BOTTOM" code="DuriusWater.class" codebase="C:\Dokumente und Einstellungen\Bossi\Desktop\Wasser Effekt\">
<PARAM name="cabbase" value="DuriusWater.cab">
<PARAM name="dim" value="6">
<PARAM name="logoheight" value="280">
<PARAM name="image" value="Aktuell Wappen_htm_smartbutton1.gif">
<PARAM NAME="dim" VALUE="5">
<PARAM NAME="noise" VALUE="0">
<PARAM NAME="mouse" VALUE="9">
<PARAM NAME="timer" VALUE="0">
<PARAM NAME="target" VALUE="_blank">
<PARAM NAME="url" VALUE="http://www.bluebrain.nl/">
<PARAM NAME="bg" VALUE="ffffff">
<PARAM NAME="reg" VALUE="22454732">
</APPLET>
wobei follgende Punkte mir noch unklar sind:
1) Ich bin nicht sicher, ob der "image" Param leerzeichen haben darf
2) ob die Codebase nötig ist...


Ciao
 
Zurück