|
From: andyulrika_is_back on 2 Jul 2008 18:55 Hello Could someone please tell me how to install QT 7 from a projector. I've just downloaded QT Version 7 and stuck it in a folder within my dir files. The file is called QuickTimeInstaller.exe. I read some other comments from an Italian guy on the site but wasn't able to understand how it worked. Any help much appreciated. Andy
From: Sean Wilson on 2 Jul 2008 20:52 > Could someone please tell me how to install QT 7 from a projector. I've just > downloaded QT Version 7 and stuck it in a folder within my dir files. The file > is called QuickTimeInstaller.exe. You can use the Direcor-native open() command if you supply it the *full* path to your executable. Something like: mPath = _movie.path fDelim = mPath.char[length(mPath)] tPath = mPath & "foldername" & fDelim & "QuickTimeInstaller.exe" open(tPath) Alternatively, either Buddy API or FileXtra4 provide more robust and reliable methods for dealing with running external applications
|
Pages: 1 Prev: How to import XML code into Director 11 Next: 3D Text image |