Ask a Question related to Macromedia Director Lingo, Design and Development.
-
ieraks webforumsuser@macromedia.com #1
I need help i am desperate !! I can't understand how could i save .txt
i want to know how can i save something from a "field" or a variable to hard disk or to floppy.
if the answer is ( fileIO or filextra) i allready try it but nothing, they confiused me .
i dont know how to use it , so if you want answer me with an sort example because i am an idiot .
thanks a lot
ieraks webforumsuser@macromedia.com Guest
-
I still don't understand how to save slices...can you believe?!
I've got my pictures all sliced up. And I need instructions on how to save it to FTP it to my web directory. I know how to FTP....it's just that I... -
Desperate !
Using demo version of Contribute4 on a Mac10.4.8, .Mac server and demo of Sandvox authoring for website. Everything was working fine, cleaned out... -
desperate for help!!!!
I have created a 3d scene and i want to clone a character into it from another cast member which will then be able to naviagte around, however no... -
help me please i'm desperate
This is a script tha i can drag a sprite and release is somewhere and check if it is correct how can i force it to be unmoveable the next time i'll... -
HELP! I'm Desperate...
Hi, I'm going off to school and won't have computer access for like 9 months... :-\ .. and I need someone with a couple of hours every week to... -
Michael Hamstra #2
Re: I need help i am desperate !! I can't understand how could i save .txt
The below will write contents from a field named "YourTextFieldName" into a
text file "yourtextfile.txt" located in the same directory as your DIR.
fileObj=new(Xtra "fileIO")
filename=the moviePath & "yourtextfile.txt"
openFile(fileObj,filename,0)
writeString(fileObj, member("YourTextFieldName").text)
closeFile(fileObj) -- Close the file
fileObj = 0 -- Dispose of the instance
* Be sure to include the Xtra (FileIO) with your movie.
Michael Hamstra
"ieraks" <webforumsuser@macromedia.com> wrote in message
news:bm3hau$7ql$1@forums.macromedia.com...hard disk or to floppy.> i want to know how can i save something from a "field" or a variable tothey confiused me .> if the answer is ( fileIO or filextra) i allready try it but nothing,because i am an idiot .> i dont know how to use it , so if you want answer me with an sort example> thanks a lot
>
>
Michael Hamstra Guest
-
Andrew Morton #3
Re: I need help i am desperate !! I can't understand how could i save .txt
The free propSave xtra ([url]www.pimz.com[/url]) is very easy to use. The vList xtra
([url]www.updatestage.com[/url]) does the same and much more. If you need the file to be
readable in e.g. Notepad then you need to persevere with fileIO. Show us the
code you're trying. The documentation for fileIO can be found by searching in
[url]www.macromedia.com/support/director[/url]
Andrew Morton
Andrew Morton Guest
-
ieraks webforumsuser@macromedia.com #4
Re: I need help i am desperate !! I can't understand how could i save .txt
thanks a lot for your help
but tye told this " handler definition expected" at first line
how can i put he xtra (fileio) into my movie
ieraks webforumsuser@macromedia.com Guest
-
Michael Hamstra #5
Re: I need help i am desperate !! I can't understand how could i save .txt
MOFIDY-MOVIE-XTRAS
Click "ADD" - select "FileIo.x32 - "OK"
Michael Hamstra
"ieraks" <webforumsuser@macromedia.com> wrote in message
news:bm3mth$hpd$1@forums.macromedia.com...> thanks a lot for your help
> but tye told this " handler definition expected" at first line
> how can i put he xtra (fileio) into my movie
>
>
Michael Hamstra Guest
-
eRez H. Baram #6
Re: I need help i am desperate !! I can't understand how could i save .txt
how about 'setPrefs'?
no need of xtras, simple to read and write.
eREz
"ieraks" <webforumsuser@macromedia.com> wrote in message
news:bm3hau$7ql$1@forums.macromedia.com...hard disk or to floppy.> i want to know how can i save something from a "field" or a variable tothey confiused me .> if the answer is ( fileIO or filextra) i allready try it but nothing,because i am an idiot .> i dont know how to use it , so if you want answer me with an sort example> thanks a lot
>
>
eRez H. Baram Guest



Reply With Quote

