RADIO Audiofanzine : LA MUSIQUE NON STOP !
- 3 437 réponses
- 116 participants
- 54 497 vues
- 1 follower
Dom Janvier
http://www.wraaaf.fr.st/

J'ai pas mis tout le monde. Excusez moi !
J'ai fait à la volée. Pas de jalousie
Anonyme
Citation : Le truc un peu triste c'est qu'on ecoutera pas la meme chose en meme temps
faut un serveur de streaming pour ca et ca coute!fritesgrec
Anonyme
Citation : faudrait faire attention a la compatibilite mono et essayer de programmer un compresseur multibande avant diffusion, t'es op, pidjy?
Houlaaaaa! ben deja si je reussi a vous programmer un equaliseur on-line faudra etre content hein!
fritesgrec
jambesexy
Citation : Houlaaaaa! ben deja si je reussi a vous programmer un equaliseur on-line faudra etre content hein!
pffffff!!Anonyme
Citation : tiens au fait tu en est ou?
PTain de fonctions en XML! codes de chiottes!
Ca repond a ta question?
Jules Joffrin
fritesgrec
Anonyme

Anonyme
var tracklist = new Array ();
var mp3List = new XML ();
mp3List.ignoreWhite = true;
mp3List.onLoad = createPlayList;
mp3List.load ("playlist.xml");
function createPlayList (success)
{
Êif (!success)
Ê{
Ê Êreturn;
Ê}
Êvar topLevel = null;
Êfor (i = 0; i <= this.childNodes.length; i++)
Ê{
Ê Êif (this.childNodes[i].nodeValue == null &&
Ê Ê Ê Êthis.childNodes[i].nodeName == "playlist")
Ê Ê{
Ê Ê ÊtopLevel = this.childNodes[i];
Ê Ê Êbreak;
Ê Ê}
Ê}
Êif (topLevel != null)
Ê{
Ê Êfor (i = 0; i <= topLevel.childNodes.length; i++)
Ê Ê{
Ê Ê Êif (topLevel.childNodes[i].nodeName == "mp3file")
Ê Ê Ê{
Ê Ê Ê Êvar track =
Ê Ê Ê Ê Ê ÊtopLevel.childNodes[i].attributes["track"];
Ê Ê Ê Ê_root.tracklist.push (track);
Ê Ê Ê}
Ê Ê}
Ê}
}
function randomBetween (a, b)
{
Êreturn Math.min (a, b) + random (Math.abs (a - b) + 1);
}
function playTrack ()
{
Êvar track = _root.track;
Êif (track.getBytesLoaded () == track.getBytesTotal () &&
Ê Ê Êtrack.duration > 0)
Ê{
Ê ÊclearInterval (_root.checkLoaded);
Ê ÊtrackID3Info.text = "";
Ê ÊtrackID3Info.text += "Title: " + track.id3.songname +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Artist: " + track.id3.artist +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Album: " + track.id3.album +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Year: " + track.id3.year + newline;
Ê ÊtrackID3Info.text += "Comments: " + track.id3.comment +
Ê Ê Ê Ênewline;
Ê}
}
randomplayer.onPress = function ()
{
ÊstopAllSounds ();
Êvar trackNo = randomBetween (0, _root.tracklist.length - 1);
Ê_root.track = new Sound ();
Ê_root.track.loadSound (_root.tracklist[trackNo], true);
Ê_root.checkLoaded = setInterval (playTrack, 500);
}
doOOOooooom!
Par contre j'ai bidouille un EQ.. mais je me suis plante dans les variables.. ca gere la balance gauche-droite!
multiform
Anonyme
nan pas de repos tant que j'ai pas resolu ce soucis d'integration d'array random acces a ma playlist!!!!
Nitifidiouuuuuuuuuu!
Dom Janvier
Anonyme
Citation : nan pas de repos tant que j'ai pas resolu ce soucis d'integration d'array random acces a ma playlist!!!!
Après FaisPasTonGabou : FaisPasTonPidjy !
multiform

Dom Janvier
Citation : ÊstopAllSounds ();
Êvar trackNo = randomInverse(0, _root.tracklist.length - 1);
Ê_root.track = new Sound ();
Ê_root.track.loadSound (_root.tracklist[trackNo], true);
Anonyme
Citation : FaisPasTonPidjy
facil de se moquer!!!Parcontre dom.. j'ai fais l'acces playlist!
RaphRaymond
Enfin ça bouge quoi.
Raphaël Raymond, Compositeur, Arrangeur, Guitariste : http://www.raphaelraymond.fr
Dom Janvier
ptilutin
franchement, je pars pas longtemps et... une web radio pour les adhérents d'audiofanzine se met en place!!!
ce soir,je vais voir des potes en répète. demain je reviens, y'aura quoi?
un putain de gros festival? une web télé avec interviews et tout? de l'alcool à volonté?
un referundum pour la prise de pouvoir d'AF sur nos dirigeants? ça le ferait?
apparemment, ça bouge plus qu'au sénat...
Dom Janvier
C'est plus pratique pour moi.
jambesexy
Dom Janvier
C'était en 2004.
A l'époque on avait pas encore été racheté par la Edd corporation.
On avait les mains libres.
- < Liste des sujets
- Charte

