Hola,
quiero integrar la siguiente galeria de imagenes:
orangoo.com/labs/GreyBox/
En el menu que tengo en flash al pulsar sobre "Galeria" ahora mismo apunta a galeria.html.
El codigo que tiene el clip de pelicula es el siguiente:
Código:
onClipEvent (load)
{
this.onRelease = function ()
{
getURL("galeria.html");
};
if (_root.MENU == 5)
{
this.onRollOver = function ()
{
};
this.onRollOut = function ()
{
};
_root.menu5.onEnterFrame = function ()
{
var _loc1 = this;
if (_loc1._xscale < 112)
{
blur(_loc1);
_loc1._xscale = _loc1._xscale + 4.200000E+000;
_loc1._yscale = _loc1._yscale + 4.200000E+000;
_loc1._y = _loc1._y + 7;
return;
} // end if
delete _loc1.onEnterFrame;
_loc1.filters = [];
var _loc3 = new Color(_loc1.txt);
_loc3.setRGB(7878017);
var _loc2 = new Color(_loc1.txt_ref);
_loc2.setRGB(7878017);
};
}
else
{
this.onRollOver = function ()
{
var _loc1 = this;
delete _root.menu5.onEnterFrame;
_root.menu5.onEnterFrame = function ()
{
var _loc1 = this;
if (_loc1._xscale < 112)
{
blur(_loc1);
_loc1._xscale = _loc1._xscale + 4.200000E+000;
_loc1._yscale = _loc1._yscale + 4.200000E+000;
_loc1._y = _loc1._y + 7;
return;
} // end if
delete _loc1.onEnterFrame;
_loc1.filters = [];
};
};
this.onRollOut = function ()
{
var _loc1 = this;
delete _root.menu5.onEnterFrame;
_root.menu5.onEnterFrame = function ()
{
var _loc1 = this;
if (_loc1._xscale > 100)
{
blur(_loc1);
_loc1._xscale = _loc1._xscale - 4.200000E+000;
_loc1._yscale = _loc1._yscale - 4.200000E+000;
_loc1._y = _loc1._y - 7;
return;
} // end if
delete _loc1.onEnterFrame;
_loc1.filters = [];
};
};
} // end else if
this.onDragOut = this.onRollOut;
}
Alguien puede ayudarme para saber como puedo integrar la linea:
Cita: <a href="static_files/salt.jpg" rel="gb_imageset[nice_pics]" title="Salt flats in Chile">Salt flats</a>
Que es la que ejecuta la galeria de imagenes ??
:( Aulgun experto en flash porfi.
Gracias y un salu2