Bonjour

J'ai un flash qui gère plusieurs galerie dynamiquement via un fichier XML

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<photoalbum>
	<parameters bigframeheight = "275" bigframewidth = "475" noofcolumn="3" noofrow="3" thumbxs="5" thumbys="317" thumbwidth="68" thumbheight="50" albumnamesxs="-60" albumnamesys="6" albumnamescolor="0x000000"/>
	<album albumname="Global">
		<images>
			<image typefichier="video" imagename="noye06.flv" thumbname="pathfinder030206b.jpg" infotext=<![CDATA[Institut BGS  (Paris XVe)<br/>Année : 2005<br/>]]>/>
			<image typefichier="image" imagename="photo2.jpg" thumbname="photo2.jpg" infotext="waste bins"/>
			<image typefichier="video" imagename="ba_censuré.flv" thumbname="photo2.jpg" infotext=""/>
		</images>
	</album>
Comme vous le constatez chaque photo ou vidéo est rattachée a un thumbnail et un texte

Le probleme c'est que le CDATA ne fonctionne pas dans mon champs "infotext"

Et que le code HTML empêche le chargement du XML.

Si l'un d'entre vous a une idée de génie je suis preneur