Ver Mensaje Individual
  #13 (permalink)  
Antiguo 03/03/2011, 10:36
Avatar de Anya82
Anya82
Colaborador
 
Fecha de Ingreso: noviembre-2007
Ubicación: tij.bc.mx
Mensajes: 1.269
Antigüedad: 16 años, 5 meses
Puntos: 196
Respuesta: video dentro de flash, fullscreen en web

Disculpa la tardanza!

Lo coloque justo antes del codigo que publicaste.
Y si me funciona.

Código ActionScript:
Ver original
  1. clip: {
  2.     scaling: "fit";
  3.   }
  4.  
  5. Stage.scaleMode = "noScale";
  6. Stage.align = "TL";
  7.  
  8. var miListener:Object = new Object();
  9.  
  10. miListener.onResize = function(){
  11.     video._width= Stage.width;
  12.     video._height=Stage.height;
  13. }
  14.  
  15. Stage.addListener(miListener);
  16. video._width= Stage.width;
  17. video._height=Stage.height;
__________________
¿Ya se enteraron? Grandes y maravillosas noticias... ¡Google no te cobra por búsqueda!