Aca les dejo hasta donde llegue y la programacion que tiene.
Código :
link = new Array();
frame = new Array();
link[1] = "http://www.flashsources.net";
link[2] = "http://www.flashsources.net";
link[3] = "http://www.flashsources.net";
link[4] = "http://www.flashsources.net";
link[5] = "http://www.flashsources.net";
link[6] = "http://www.flashsources.net";
link[7] = "http://www.flashsources.net";
link[8] = "http://www.flashsources.net";
link[9] = "http://www.flashsources.net";
frame[1] = "_self";
frame[2] = "_self";
frame[3] = "_self";
frame[4] = "_self";
frame[5] = "_self";
frame[6] = "_self";
frame[7] = "_self";
frame[8] = "_self";
frame[9] = "_self";
numOfMenu = 9;
_global.active = pageNum;
_global.over = active;
for (i = 1; i <= numOfMenu; i++)
{
this[i].onRollOver = function ()
{
_global.over = this._name;
};
this[i].onRollOut = this[i].onDragOut = function ()
{
_global.over = active;
this._parent[over].swapDepths(2);
};
this[i].onRelease = function ()
{
getURL(link[this._name], frame[this._name]);
};
this[i].onEnterFrame = function ()
{
var _loc1 = this;
if (over == _loc1._name)
{
_loc1.swapDepths(100);
_loc1.nextFrame();
return;
} // end if
_loc1.prevFrame();
_loc1.prevFrame();
};
} // end of for
[flash width=750 height=200]http://www.mundoruedas.com.ar/ventas/header9.html[/flash]
Desde ya muchas Gracias.
