Flash MP3 Player 2.3 |
![]() ![]() |
Flash MP3 Player 2.3 |
|
06/01/2007 à 14:49
|
|
![]() ![]() Messages : 15 |
Voilà, je voudrai un lecteur mp3 du type Flash MP3 Player 2.3 sur mon site !
J'ai trouvé ce site : http://www.jeroenwijering.com/?item=Flash_MP3_Player J'ai télécharger ce qu'il y était dit de télécharger maiiis ... je ne sais pas vraiment quoi faire avec ... Si quelqu'un qui a de meilleurs connaissances en Anglais que moi pouvait m'aider ce serait super gentil ! Merci bicoup d'avance ! :) |
|
06/01/2007 à 19:18
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() Messages : 4,094 |
Bonsoir,
Alors voici ce qui est dit dans la page d'accueil : La licence est gratuite à des fins non commerciales ! En loccurence, 15€ pour tout autre usage. Tu peux télécharger le flash sur cette page Et voici le très court texte d'installation (en anglais) : Code The example mp3player.html works right out of the box. If you look at it's source code (in a text or HTML editor), you can see that both instances of the mp3player are inserted in the page with a small javascript. These javascripts use the external ufo.js script by Bobby van der Sluis in order to prevent the annoying "click here to activate" message. If you copy the mp3player to your website, make sure you don't forget to copy the ufo.js file as well. The ufo.js is inserted in the HTML page right at the top: <script type="text/javascript" src="ufo.js"></script> An insertion javascript allows you to set the location of the movie, it's width and height, the version and build of Flash that is needed (just leave this to 7 and 0) and the backgroundcolor of the movie. You can also send a list of so-called Flashvars to the script (for that see the next paragraph): <p id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p> <script type="text/javascript"> var FO = { movie:"mp3player.swf",width:"300",height:"20",majorversion:"7",build:"0",bgcolor:"#FFFFFF", flashvars:"file=song1.mp3&showdigits=true&autostart=true" }; UFO.create(FO,"player1"); </script> When the HTML page loads, the javascript replaces the part of your HTML with the "id" you provided in the javascript (in this case the paragraph with the id "player1"), and you have a Flash player running on your website. If you cannot use javascript on your website (for example if you run the mp3player on a profile site like MySpace), you can use an "embed" code instead of the javascript. Your m3player.swf will probably be on another server then. That is OK, but note that your playlist.xml should always reside on the same server than your SWF, or else the security restrictions won't allow the mp3player.swf to load it: <embed src="http://www.myfileserver.com/folder/mp3player.swf" width="300" height="200" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://www.myfileserver.com/folder/playlist.xml&showdigits=true&autostart=true" /> Le comprends-tu ? :) |
|
06/01/2007 à 21:14
|
|
![]() ![]() ![]() ![]() ![]() ![]() Messages : 359 |
Perso j'aurais utiliser Radioblogclub. Il est très simple d'installation et tout aussi simple d'utilisation.
|
|
06/01/2007 à 21:17
|
|
![]() ![]() Messages : 15 |
Je sais je connais bien !
Mais j'aimerais avoir la possibilité de choisir entre plusieurs morceaux directement ! |
|
07/01/2007 à 13:06
|
|
![]() ![]() Messages : 15 |
Il y a vraiment rien a faire ? :(
Merci pour toutes vos réponses ! |
|
07/01/2007 à 14:20
|
|
![]() ![]() Messages : 15 |
|
![]() ![]() |
| Contact |