Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2010, 01:58
Avatar de supru
supru
 
Fecha de Ingreso: abril-2010
Mensajes: 8
Antigüedad: 14 años
Puntos: 0
Respuesta: Detener un swf. externo

Necesito una respuesta por favor!
estoy provando con algo así, pero no me funciona:

Código C:
Ver original
  1. if (_root._currentframe == 870) {
  2.     "video1.swf".comtenedor.stop();
  3. }

también así, y nada...

Código C:
Ver original
  1. onClipEvent (enterFrame) {
  2.     if ("video1.swf", contenedor<870) {
  3.         this.stop();
  4.     }
  5. }

ayudaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa