RADIO Audiofanzine : LA MUSIQUE NON STOP !
- 3 437 réponses
- 116 participants
- 41 886 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
Pidjy
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! ... pour l'acces alleatoir on va attendre un tit peu hein!
Par contre j'ai bidouille un EQ.. mais je me suis plante dans les variables.. ca gere la balance gauche-droite!
If you want to touch the sky, fuck a duck and try to fly
Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument
multiform
Pidjy
Nitifidiouuuuuuuuuu!
If you want to touch the sky, fuck a duck and try to fly
Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument
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);
Pidjy
Citation : FaisPasTonPidjy
facil de se moquer!!! chuis pas un GEEK moua!...Parcontre dom.. j'ai fais l'acces playlist!
If you want to touch the sky, fuck a duck and try to fly
Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument
RaphRaymond
Enfin ça bouge quoi.
Raphaël Raymond, Compositeur, Arrangeur, Guitariste : http://www.raphaelraymond.fr
Dom Janvier
- < Liste des sujets
- Charte