Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/01/2011, 00:12
Avatar de serra00
serra00
 
Fecha de Ingreso: abril-2007
Mensajes: 176
Antigüedad: 17 años, 1 mes
Puntos: 0
Galeria de Imagenes

Quiero armar una galeria de imagenes.
Pero por mas que busque todas se alimentan de un archivo xml
Donde aparecen las imagenes insertadas

imagen1
imagen2
imagen3

Yo tengo 5mil imagenes y no puedo insertar una por una.

Hay alguna forma de copiar y pegar y que el sistema me cambie la numeracion sola de forma acendente?

O si hay alguna manera de que se alemente de las fotos de una carpeta directamente?

Salu2

Código:
<?xml version="1.0" encoding="UTF-8"?>
<gallery frameColor="0xFFFFFF" frameWidth="15" imagePadding="20" displayTime="6" enableRightClickOpen="true">
<image>
   <url>images/wide.jpg</url>
   <caption><![CDATA[<font size="50">Example Gallery</font><br>An example large format <u><a href="http://www.airtightinteractive.com/projects/autoviewer">AutoViewer</a></u> gallery.]]></caption>
   <width>700</width>
   <height>465</height>
</image>
<image>
   <url>images/tall.jpg</url>
   <caption>Pellentesque turpis leo, dignissim ac, vestibulum quis, hendrerit quis, enim.</caption>
   <width>465</width>
   <height>700</height>
</image>
<image>
   <url>images/wide.jpg</url>
   <caption><![CDATA[Captions can be HTML formatted. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, <u><a href="http://www.google.com" target="_blank">hyperlinks</a></u>, linebreaks<br> and <font color="#ffff00" size="60">font tags</font>.]]></caption>
   <width>700</width>
   <height>465</height>
</image>
<image>
   <url>images/tall.jpg</url>
   <caption>Images can be tall...</caption>
   <width>465</width>
   <height>700</height>
</image>
<image>
   <url>images/wide.jpg</url>
   <caption>...or wide.</caption>
   <width>700</width>
   <height>465</height>
</image>
<image>
   <url>images/tall.jpg</url>
   <caption>Gallery resizes to fit browser window.</caption>
   <width>465</width>
   <height>700</height>
</image>
<image>
   <url>images/wide.jpg</url>
   <caption><![CDATA[Supports non-english characters<br><br>サイトのコンテンツを活用して広告収入を得ることが可能です。サイト訪問者に、内容に関連]]></caption>
   <width>700</width>
   <height>465</height>
</image>
<image>
   <url>images/Firma__Project_H_A_M_M_E_R__by_angels0706.png</url>
   <caption><![CDATA[Supports non-english characters<br><br>サイトのコンテンツを活用して広告収入を得ることが可能です。サイト訪問者に、内容に関連]]></caption>
   <width>700</width>
   <height>465</height>
</image>

</gallery>