Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write permission by another user error

Status
Not open for further replies.

sup919

Programmer
Jan 10, 2002
31
TH


hi there
I have a problem with director file . Basically i have a director file name "menu", the menu consist of three option which can go to food.dir, history.dir or traveling.dir . The traveling.dir work fine when i choose from the menu but food.dir and history.dir give me an error which is
"unable to open file "c:\cd\directorfile " because it is already open with write permission by another user" How do i fixed this problem ... I m currently using director mx and i m quite new to director so if u know the solution, can u please explain it to me step by step
much appreciated
sun
 
Instead of using
Code:
--
go movie “food”
--[code]
try
[code]--
go movie “food.dir”
--[code]

NB. Even it says “food.dir”, it works on “food.dxr” as well, so do not worry about changing the file extension before protecting your movies.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top