Error de Version

Hola bede, de antemano te agradezco por prestar atención a mis inquietudes. Puse la linea de script que me habías dado para reconocer la version de quick time que era el siguiente:
on mouseup
if quickTimeVersion()>=5 then
nothing
else
if the platform contains "mac" then
open the pathname&instalar.hxq
else
open the pathname&instalar.exe
end if
end if
Pero al ejecutar el movie,me da el siguiente error:
script error:variable wed before assigned a value
open the pathname&instalar.?exe
¿Por qué puede ser?, ¿Por casualidad instalar.exe va entre comillas?
Desde ya muchas gracias.
Morphy

1 Respuesta

Respuesta
1
Si te lo puse mal. Me parece que te lo modifique para que lo adaptaras a mac también y no le puese las comillas.
On mouseup
if quickTimeVersion()>=5 then
nothing
else
if the platform contains "mac" then
open the pathname&"instalar.hxq"
else
open the pathname&"instalar.exe"
end if
end if

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas