AS2 & PHP : récup variable
Résolu/Fermé
NickoX9
Messages postés
47
Date d'inscription
dimanche 14 janvier 2007
Statut
Membre
Dernière intervention
9 juillet 2010
-
21 sept. 2009 à 11:43
inconue - 16 avril 2010 à 11:38
inconue - 16 avril 2010 à 11:38
A voir également:
- Php as2
- Easy php - Télécharger - Divers Web & Internet
- \R php ✓ - Forum PHP
- Br php ✓ - Forum PHP
- Expert php - Télécharger - Langages
- Php echo image ✓ - Forum PHP
2 réponses
NickoX9
Messages postés
47
Date d'inscription
dimanche 14 janvier 2007
Statut
Membre
Dernière intervention
9 juillet 2010
12
21 sept. 2009 à 12:48
21 sept. 2009 à 12:48
C'est bon j'ai trouvé...
Pour ceux que cela pourrait aider plus tard ...
Puis dans le code AS2 :
Fichier_XML = new XML();
Fichier_XML.ignoreWhite = true;
Fichier_XML.load("xml/" + _root.id);
Fichier_XML.onLoad = function(Reussite) {
if (Reussite) {
x = Fichier_XML.firstChild;
Voir_xml += x.childNodes[2].childNodes[0].firstChild + "\n";
}
else { Voir_xml = "Erreur lors du chargement du fichier XML"; }
};
Merci Moi ! :)
++ X9
Pour ceux que cela pourrait aider plus tard ...
<object type="application/x-shockwave-flash" data="carte.swf" width="1000" height="1000"> <param name="movie" value="carte.swf" /> <param name="FlashVars" value="id=<? echo $xml; ?>"> </object>
Puis dans le code AS2 :
Fichier_XML = new XML();
Fichier_XML.ignoreWhite = true;
Fichier_XML.load("xml/" + _root.id);
Fichier_XML.onLoad = function(Reussite) {
if (Reussite) {
x = Fichier_XML.firstChild;
Voir_xml += x.childNodes[2].childNodes[0].firstChild + "\n";
}
else { Voir_xml = "Erreur lors du chargement du fichier XML"; }
};
Merci Moi ! :)
++ X9