| Subject: | Re: check file availablity |
|---|---|
| From: | "Safir187" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Fri, 25 Jul 2008 10:34:20 +0000 (UTC) |
| Newsgroups: | macromedia.director.lingo |
my script is done and works now,
i got an other problem.
it works in the test but when i publish my project it gives a "Script error"
eroor
on prepareMovie()
set fileInstance = new (xtra "FileIO")
openFile (fileInstance, _movie.path&"test.txt", 1)
set errorCode = status(fileInstance)
if (errorCode<>0) then
quit()
end if
end
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | check file availablity, Safir187 |
|---|---|
| Next by Date: | Re: check file availablity, Andrew Morton |
| Previous by Thread: | check file availablity, Safir187 |
| Next by Thread: | Re: check file availablity, Andrew Morton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |