macromedia.director.lingo
[Top] [All Lists]

Re: check file availablity

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>