Foros del Web » Creando para Internet » Flash y Actionscript »

Galeria administrable (pregunta a Bandit)

Estas en el tema de Galeria administrable (pregunta a Bandit) en el foro de Flash y Actionscript en Foros del Web. es posible y como agregar un galeria administrable, no importa como este hecha en una pagina xhtml existente, lo que necisito es agregar una galeria ...
  #1 (permalink)  
Antiguo 04/08/2010, 23:15
 
Fecha de Ingreso: julio-2010
Mensajes: 13
Antigüedad: 13 años, 9 meses
Puntos: 0
Galeria administrable (pregunta a Bandit)

es posible y como agregar un galeria administrable, no importa como este hecha en una pagina xhtml existente,
lo que necisito es agregar una galeria administrable (subir imagenes online) dentro una pagina web ya existente (index.html).

ayuda por favor.

[email protected]
[email protected]
  #2 (permalink)  
Antiguo 05/08/2010, 02:16
Avatar de danideu  
Fecha de Ingreso: febrero-2005
Ubicación: Barcelona
Mensajes: 213
Antigüedad: 19 años, 2 meses
Puntos: 5
Respuesta: Galeria administrable (pregunta a Bandit)

Hombre tienes unos cuantos Scripts gratuitos(NO FLASH) como:
  • Zenphoto
  • PhotoGallery
  • PHPAlbum
  • MaxPhotoAlbum
  • EasyGallery
  • etc ...

Hay un montón. Busca por Google que encontraras todos estos scripts para poder adaptarlo a tu web.


Un saludo y espero haberte ayudado.
  #3 (permalink)  
Antiguo 05/08/2010, 08:39
 
Fecha de Ingreso: julio-2010
Mensajes: 13
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: Galeria administrable (pregunta a Bandit)

Cita:
Iniciado por danideu Ver Mensaje
Hombre tienes unos cuantos Scripts gratuitos(NO FLASH) como:
  • Zenphoto
  • PhotoGallery
  • PHPAlbum
  • MaxPhotoAlbum
  • EasyGallery
  • etc ...

Hay un montón. Busca por Google que encontraras todos estos scripts para poder adaptarlo a tu web.


Un saludo y espero haberte ayudado.
Gracias Danideu por tu respuesta, pero ya revise una por una de estas galerias y creeme que no encuentro donde o como integrar estas galerias dentro de mi pagina principal (index.html), la necesito porner a la mitad de esta pagina.

no se mucho de programacion o codigo por eso les pido su ayuda.
disculpen las molestias.



Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
<style type="text/css">
<!--
body {
background-image: url(Nueva%20carpeta/10.jpg);
background-repeat: no-repeat;
margin: center;
}
-->
</style></head>

<body onload="MM_preloadImages('Untitled_2.gif')">
<div align="left">
<p align="center"><a href="Index.html" target="_top" onclick="MM_nbGroup('down','group1','Untitled1','' ,1)" onmouseover="MM_nbGroup('over','Untitled1','','',1 )" onmouseout="MM_nbGroup('out')"><img src="Nueva carpeta/Untitled_1.gif" alt="" name="Untitled1" width="150" height="34" border="0" id="Untitled1" onload="" /></a><a href="Index2.html" target="_top" onclick="MM_nbGroup('down','group1','Untitled2','' ,1)" onmouseover="MM_nbGroup('over','Untitled2','','',1 )" onmouseout="MM_nbGroup('out')"><img src="Nueva carpeta/Untitled_2.gif" alt="" name="Untitled2" width="150" height="34" border="0" id="Untitled2" onload="" /></a><a href="Index3.html" target="_top" onclick="MM_nbGroup('down','group1','Untitled3','' ,1)" onmouseover="MM_nbGroup('over','Untitled3','','',1 )" onmouseout="MM_nbGroup('out')"><img src="Nueva carpeta/Untitled_3.gif" alt="" name="Untitled3" width="150" height="34" border="0" id="Untitled3" onload="" /></a><a href="index4.html" target="_top" onclick="MM_nbGroup('down','group1','Untitled4','' ,1)" onmouseover="MM_nbGroup('over','Untitled4','','',1 )" onmouseout="MM_nbGroup('out')"><img src="Nueva carpeta/Untitled_4.gif" alt="" name="Untitled4" width="150" height="34" border="0" id="Untitled4" onload="" /></a><a href="index5.html" target="_top" onclick="MM_nbGroup('down','group1','Untitled5','' ,1)" onmouseover="MM_nbGroup('over','Untitled5','','',1 )" onmouseout="MM_nbGroup('out')"><img src="Nueva carpeta/Untitled_5.gif" alt="" name="Untitled5" width="150" height="34" border="0" id="Untitled5" onload="" /></a> </p>
</div>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>

</body>
</html>

Etiquetas: administrable, galeria
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:59.