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
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 de bedelludrica
1