Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/06/2011, 12:33
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta LightBox con AS3

Buenas tardes para todos

Yo utilizo LightBox con AS2 así:

Cita:
on (release){
getURL("javascript:LightboxDelegate('images/image-1.jpg','caption1')")
}
Y funciona bien.

Pero lo utilizo en AS3 así:

Cita:
nuevo_btn.addEventListener(MouseEvent.CLICK,nuevo) ;
//

function nuevo(event:MouseEvent):void {
navigateToURL(new URLRequest("javascript:LightboxDelegate('images/image-1.jpg','caption1')"));


}
Pero no me funciona.

Y mi segundo proble es que lo que deseo cargar es un SWF no una imagen.

Gracias por su ayuda

Deseo utilizar LightBox
__________________
Diseñador Gráfico publicitario