Forum de discussion
Forum « Flash et Shockwave » (archives)
Re: pb fichier texte externe et style HTML ou CSS
Envoyé: 4 mars 2006, 12h33 par makasayo
txt=<font color=red>PLAYLIST#1</font><br>
ELECTROCHEMIE - Pleaser seeker <font color=grey>[Get physical 037]</font><br>&url=<a href="http://physical-music.com/">
NO NAME - Rekorderl.3 <font color=grey>[ Rekorder 01]</font><br>&url=<a href="http://physical-music.com/">
MONOROOM - Memory inc <font color=grey[Livelarge 05 ]</font><br>&url=<a href="http://physical-music.com/">
STEPHAN BODZIN - Caligula <font color=grey>[Systematic 015]</font><br>&url=<a href="http://physical-music.com/">
TRENTEMOLLER - Serenetti <font color=grey>[Tic tac toe 009]</font><br>&url=<a href="http://physical-music.com/">
AME - Rej <font color=grey>[Sonar Kollectiv078]</font><br>&url=<a href="http://physical-music.com/">
ZOMBIE NATION - Money <font color=grey>[Ukw]</font><br>&url=<a href="http://physical-music.com/">
HUNTEMANN FEAT XENIA - In your car <font color=grey>[Confused]</font><br>&url=<a href="http://physical-music.com/">
CITIZEN KAIN - Hetero crash <font color=grey>[Regular]</font><br>&url=<a href="http://physical-music.com/">
CITIZEN KAIN - I wonder <font color=grey>[Danced rec]</font><br>&url=<a href="http://physical-music.com/">
mon champ dynamique s'appelle txt (non d'instance) et mon code n'a pas bouge :
stop();
lire = new LoadVars();
lire.load("playlistc.txt");
lire.onLoad = function(succes) {
if (succes) {
texte.htmlText = lire.txt;
};
};
mais la rien de rien...du coup, mon champ dynamqie ne s'affiche plus...
j'aurais prefere du xml, c'est clair...mais la j'en suis encore loin...
Réponses
|