Hi Boards
First time of writing to these boards, even though they have given me much help just reading them.
I am producing a CD with a presentation produced as an .exe from flash. I have .txt files being brought in to populate various text fields throughout the presentation.
This is fine when the .txt files are in the same directory as the .exe, however, I would like to produce the CD as a ‘shell’ presentation and allow individuals to populate the text fields with their own .txt files on their harddrives, say in c:\cdText.
Within the movie at the moment (with calls to .txt files in the same directory), I am using this line of code the bring in the .txt file:
btnOne_lv.load(“hm1Overview.txt”);
Would anyone know how to reference this .txt file to directory on the harddrive c:\cdText.
I hope this makes sense and thankyou in advance to any responses.
Jabba