Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje26-12-2008, 17:25 (UTC)    
Título del mensaje: [Resuelto] (problema con esquina doblada)Ayuda

Hola amigos de PWG; ayer 25 de diciembre intente hacer el efecto eskina doblada de dydy creo y si efectivamente me salio solo hay un problema que si lo pongo no aparece la imagen de fondo y la imagen de los botones y si quito el efecto salen los botones y el fondo¿que hago?

Aviso del Moderador "Alfasite":
[El "Asunto" de la pregunta debe hacer referencia a la misma. He corregido el mismo entre paréntesis]
Desde ya gracias por su comprensión y colaboracion!


Ultima edición por solamente-sencillo el Vie Dic 26, 2008 6:42 pm; editado 2 veces
Mensaje26-12-2008, 17:27 (UTC)    
Título del mensaje:

Contacta con dydy
______________

Mensaje26-12-2008, 17:29 (UTC)    
Título del mensaje:

Revisa el código y comprueba si tiene algun error.
Si quieres que te ayudemos,mejor deja el código,para ver si tiene errores.
Mensaje26-12-2008, 17:31 (UTC)    
Título del mensaje: ahi esta el code

var jaaspeel = new Object();

jaaspeel.ad_url = escape('http://solamente-sencillo.forogratuito.net/forum.htm');
jaaspeel.small_path = 'http://www.fileden.com/files/2008/7/9/1995363/small.swf';
jaaspeel.small_image = escape('http://www.fileden.com/files/2008/7/9/1995363/small.jpg');
jaaspeel.small_width = '100';
jaaspeel.small_height = '100';
jaaspeel.small_params = 'ico=' + jaaspeel.small_image;

jaaspeel.big_path = 'http://www.fileden.com/files/2008/7/9/1995363/large.swf';
jaaspeel.big_image = escape('http://nixoweb.webcindario.com/files/Foro.JPG');
jaaspeel.big_width = '650';
jaaspeel.big_height = '650';
jaaspeel.big_params = 'big=' + jaaspeel.big_image + '&ad_url=' + jaaspeel.ad_url;

function sizeup987(){
document.getElementById('jcornerBig').style.top = '0px';
document.getElementById('jcornerSmall').style.top = '-1000px';
}

function sizedown987(){
document.getElementById("jcornerSmall").style.top = "0px";
document.getElementById("jcornerBig").style.top = "-1000px";
}

jaaspeel.putObjects = function () {
// <jcornerSmall>
document.write('<div id="jcornerSmall" style="position:absolute;width:'+ jaaspeel.small_width +'px;height:'+ jaaspeel.small_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerSmallObject" width="'+jaaspeel.small_width+'" height="'+jaaspeel.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ jaaspeel.small_path +'?'+ jaaspeel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+jaaspeel.small_params+'"/>');
// embed
document.write('<embed src="'+ jaaspeel.small_path + '?' + jaaspeel.small_params +'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+ jaaspeel.small_width +'" height="'+ jaaspeel.small_height +'" flashvars="'+ jaaspeel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </jcornerSmall>
// <jcornerBig>
document.write('<div id="jcornerBig" style="position:absolute;width:'+ jaaspeel.big_width +'px;height:'+ jaaspeel.big_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerBigObject" width="'+ jaaspeel.big_width +'" height="'+ jaaspeel.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ jaaspeel.big_path +'?'+ jaaspeel.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ jaaspeel.big_params +'"/>');
// embed
document.write('<embed src="'+ jaaspeel.big_path + '?' + jaaspeel.big_params +'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+ jaaspeel.big_width +'" height="'+ jaaspeel.big_height +'" flashvars="'+ jaaspeel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </jcornerBig>
setTimeout('document.getElementById("jcornerBig").style.top = "-1000px";',1000);
}
jaaspeel.putObjects();
Mensaje26-12-2008, 18:16 (UTC)    
Título del mensaje: Ya lo arregle

ya arregle el problema gracias por contestar; moderadores pueden cerrar este tema gracias
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group