bonjour a tous, j arrete pas de chercher mais sans succes malheureusement, comment pourrai je faire pour:
j ai une liste ici
britney - 3
lady gaga - poker face
akon - sexy chick
j aimerai que quand on clic sur un des titres la chason s active avec media player windows, j arrive a ecouter de la musique sur interne avec ce proceder mais pas a l aide d un clic... on pourrai utiliser un "href"? merci de votre aide, voici mon scipt de base
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41 <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="media" href="D:\Documents and Settings\Administrateur\Bureau\MP3\Jena.mp3" /> </head> <body> <div align="center"> <table width="240 "height="128"> <tr> <td width="240" height="128"><div align="center"> <!-- Début | Lecteur --> <object id="MediaPlayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." height=128" width="240" align="absmiddle"> <param name="enabled" value="true" /> <param name="defaultframe" /> <param name="enablecontextmenu" value="false" /> <param name="stretchtofit" value="true" /> <param name="windowlessvideo" value="true" /> <param name="url" value="D:\Documents and Settings\Administrateur\Bureau\MP3\Eros.mp3" /> <param name="autostart" value="false" /> <param name="uimode" value="full" /> <param name="volume" value="30" /> <embed type="application/x-mplayer" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="D:\Documents and Settings\Administrateur\Bureau\MP3\Eros.mp3" name="MediaPlayer" width=240 height=128 autostart=1 showcontrols=1> </embed></object> <!-- Fin | Lecteur --> </div></td> </tr> </table> </div> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="media" href="D:\Documents and Settings\Administrateur\Bureau\MP3\Eros.mp3" /> </head> <body>
Partager