Schriftfarbe XML?

Status
Nicht offen für weitere Antworten.

xyberyzhon

Grünschnabel
Hallo!

Habe hier eine Flashgallerie in der ich über eine Xml Datei die Beschriftung der Fotos ändern kann, wie kann ich aber auch die Schriftfarbe ändern?

Hier mal ein Auszug
HTML:
<?xml version="1.0" encoding="ISO-8859-1" ?>

<Gallery>
	
	<photos>
	
<photo>

	<content src="pic/1m.jpg" />
	<caption content="Caption 1" /> 
	<link src="http://www.google.com"/>
		 
</photo>

         </photos>
	
</Gallery>

Wer könnte mir helfen bin absoluter Neuling auf dem Gebiet.

Möchte das "Caption 1" farbig wird.

Danke
 
Hallo!

Danke habe es per CSS probiert hat nicht funktioniert, ist es möglich das man das
im Java Script oder Action Script ändern muß.

HTML:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/css" href="Flash.css" ?>



<Gallery>
	
	<photos>
	           <photo>
	              <content src="pic/1m.jpg" />
	               <caption content="Caption 1"/>
		      <link src="http://www.google.com"/>
		  </photo>
			
</photos>
	
</Gallery>


Danke
 
Status
Nicht offen für weitere Antworten.
Zurück