Tema: rotar flash
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/11/2007, 21:13
juver
 
Fecha de Ingreso: noviembre-2007
Mensajes: 1
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: rotar flash

hola chivi

me encuentro con el mismo problema q mariog intente lo que sigiste pero no em resulto te dejo mi codigo para q veas cual es mi error espero me puedas ayudar, yo siento que mi error es al no citar el lenguage que nos estas aconsejando pero de antemano gracias...

<?
srand((double)microtime()*100000000);
$total = "2";
$numero = rand(1,$total);
$banner = array();
$height = array();
$width = array();

$tipo[1] = "swf";
$banner[1] = "http://www.zilliom.org/pictures/banners/friends/2007/polarnight.swf";
$height[1] = "60";
$width[1] = "468";

$tipo[2] = "swf";
$banner[2] = "http://www.ommix.com/baner.swf";
$height[2] = "60";
$width[2] = "468";

echo "<param name=movie value='$banner[$numero]'>";
echo "<embed src='$banner[$numero]' type='application/x-shockwave-flash' width='$width[$numero]' height='$height[$numero]'>";
echo "</embed>";
?>