Klick auf Grafik dann Sound abspielen
Also ich möchte eine Art "Hompage" machen auf der Homepage sollen ganz viele buttons 6x6(6 reihen und in jeder reihe 6 buttons) sein ,dass wenn man drauf klickt ein sound kommt den ich selber aufgenommen habe.
Hi ,
Also ich möchte eine Art "Hompage" machen auf der Homepage sollen ganz viele buttons 6x6
( 6 Reihen und in jeder Reihe 6 Buttons ) sein ,dass wenn man drauf Klickt ein Sound kommt den ich selber aufgenommen habe. (sound.mp3)
Nur das Problem jetzt wie lautet der Html , java oder eine andere code den ich dafür brauche?
Mfg DarkSilence
Ich habe die SUfU benutzt aber nichts gefunden fals ihr was habt bitte Link.
Hi ,
Also ich möchte eine Art "Hompage" machen auf der Homepage sollen ganz viele buttons 6x6
( 6 Reihen und in jeder Reihe 6 Buttons ) sein ,dass wenn man drauf Klickt ein Sound kommt den ich selber aufgenommen habe. (sound.mp3)
Nur das Problem jetzt wie lautet der Html , java oder eine andere code den ich dafür brauche?
Mfg DarkSilence
Ich habe die SUfU benutzt aber nichts gefunden fals ihr was habt bitte Link.
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 44091
Url: https://administrator.de/contentid/44091
Ausgedruckt am: 24.11.2024 um 16:11 Uhr
8 Kommentare
Neuester Kommentar
Hi,
dafür brauchst Du weder Java noch sonst was - das ist ein ganz simples HTML-Skript .
Der Code könnte so aussehen, wobei Du zw. die
dafür brauchst Du weder Java noch sonst was - das ist ein ganz simples HTML-Skript .
Der Code könnte so aussehen, wobei Du zw. die
<td></td>
jeweils<a href="sound.mp3"><img src="deinbild.jpg"></a>
einfügst (siehe Beispiel)<html>
<body>
<table >
<tr>
<td> <a href="sound.mp3"><img src="deinbild.jpg"></a></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
Na Kla habe ich eine Idee:
Erstmal das Grundgerüst: Eine Tabelle (6x6)... In jede Zelle kommt ein Iframe...Der einen Hyperlink enthält..... Wenn der Hyperlink ausgeführt wird, kommt die Mp3 File. Das machst du damit: Ich mache dir mal die Index.htm, den Inhalt eines Iframes und die Seite die hinter dem Hyperlink steht.
Und dann musst du all diese 36 datein anlegen.
So eine datei sieht dann so aus:
Diese muss natürlich noch angepasst werden.
Dann die Play-Datei:
Das ist natürlich unglaublich aufwendig.... Klappt aber. Außerdem nur mit html.
Mit Php würde es viel kürzer sein
Mfg Nippie
Erstmal das Grundgerüst: Eine Tabelle (6x6)... In jede Zelle kommt ein Iframe...Der einen Hyperlink enthält..... Wenn der Hyperlink ausgeführt wird, kommt die Mp3 File. Das machst du damit:
bgsound="bla.mp3"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<iframe src="sound1.htm" height="100" width="16%"></iframe>
<iframe src="sound2.htm" height="100" width="16%"></iframe>
<iframe src="sound3.htm" height="100" width="16%"></iframe>
<iframe src="sound4.htm" height="100" width="16%"></iframe>
<iframe src="sound5.htm" height="100" width="16%"></iframe>
<iframe src="sound6.htm" height="100" width="16%"></iframe>
<iframe src="sound7.htm" height="100" width="16%"></iframe>
<iframe src="sound8.htm" height="100" width="16%"></iframe>
<iframe src="sound9.htm" height="100" width="16%"></iframe>
<iframe src="sound10.htm" height="100" width="16%"></iframe>
<iframe src="sound11.htm" height="100" width="16%"></iframe>
<iframe src="sound12.htm" height="100" width="16%"></iframe>
<iframe src="sound13.htm" height="100" width="16%"></iframe>
<iframe src="sound14.htm" height="100" width="16%"></iframe>
<iframe src="sound15.htm" height="100" width="16%"></iframe>
<iframe src="sound16.htm" height="100" width="16%"></iframe>
<iframe src="sound17.htm" height="100" width="16%"></iframe>
<iframe src="sound18.htm" height="100" width="16%"></iframe>
<iframe src="sound19.htm" height="100" width="16%"></iframe>
<iframe src="sound20.htm" height="100" width="16%"></iframe>
<iframe src="sound21.htm" height="100" width="16%"></iframe>
<iframe src="sound22.htm" height="100" width="16%"></iframe>
<iframe src="sound23.htm" height="100" width="16%"></iframe>
<iframe src="sound24.htm" height="100" width="16%"></iframe>
<iframe src="sound25.htm" height="100" width="16%"></iframe>
<iframe src="sound26.htm" height="100" width="16%"></iframe>
<iframe src="sound27.htm" height="100" width="16%"></iframe>
<iframe src="sound28.htm" height="100" width="16%"></iframe>
<iframe src="sound29.htm" height="100" width="16%"></iframe>
<iframe src="sound30.htm" height="100" width="16%"></iframe>
<iframe src="sound31.htm" height="100" width="16%"></iframe>
<iframe src="sound32.htm" height="100" width="16%"></iframe>
<iframe src="sound33.htm" height="100" width="16%"></iframe>
<iframe src="sound34.htm" height="100" width="16%"></iframe>
<iframe src="sound35.htm" height="100" width="16%"></iframe>
<iframe src="sound36.htm" height="100" width="16%"></iframe>
</body>
</html>
Und dann musst du all diese 36 datein anlegen.
So eine datei sieht dann so aus:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<span class="Stil1"><a href="play_sound1.htm">Hier Klicken</a></span>
</body>
</html>
Diese muss natürlich noch angepasst werden.
Dann die Play-Datei:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<bgsound src="sound1.wav" loop="1">
<a href="sound1.htm">Zurück
</a>
</body>
</html>
Das ist natürlich unglaublich aufwendig.... Klappt aber. Außerdem nur mit html.
Mit Php würde es viel kürzer sein
Mfg Nippie