03/06/2009, 09:07
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Argentina
Mensajes: 353
Antigüedad: 17 años Puntos: 16 | |
Respuesta: Como se hace?? particularmente utilizo la segunda opcion que dio Frandelarge y el script para la primera opcion seria asi:
<html>
<head>
<script language="JavaScript">
if (screen.width + "x" +screen.height == "800x600") location.href="index1.html"
if (screen.width + "x" +screen.height == "1024x768") location.href="index2.html"
</script>
</head>
</html>
en este caso en el index 1 incertamos el swf de 800 y en el 2 el de 1024 y listo.
Saludos |