Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/10/2006, 09:38
Avatar de bernethe
bernethe
 
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años
Puntos: 2
Abre el Notepad y copia el siguiente código:
Código:
@echo off 
start archivo.mov 
cambiando el nombre en rojo, por el nombre del video.

Guarda este archivo con el nombre video.bat en la carpeta fscommand, también guarda tu video en esta carpeta.

finalmente en el botón pones el siguiente código:
Código:
on (release) {
	fscommand("exec", "video.bat");
}
Salu2
__________________
..::BERNETHE::..