Me estoy volviendo loco para hacer que un boton de flash me cargue un marco una url en otro marco. he leido 800 foros y no se que es lo que esta pasando.
aca les dejo el codigo a ver si encuentran el tema.
FLASH
Código :
on (release)
{
if (_root.link != num)
{
_root.link_prev = _root.link;
_parent["item" + _root.link].gotoAndPlay("s2");
_root.link = num;
}
getURL("contacto.html","cont");
}
FRAMES HTML
Código :
<frameset rows="372,*" frameborder="no" border="0" framespacing="0"> <frame src="index2.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frame src="cont.html" name="cont" id="cont" title="cont" /> </frameset> <noframes><body> </body> </noframes></html>
REALMENTE APRECIO SU AYUDA.
gracias
JohanW
