PDA

View Full Version : i'm about to pop my top ....


Weebbo2000
11-12-2001, 07:24 AM
i know this subject has been discussed a lot, but i can't help it....
it's driving me nuts.....

i've tried

fscommand("save","myfile.txt");
fscommand(save,"myfile.txt");
fscommand("save",myfile.txt);
fscommand(save,myfile.txt);

after each and every one of them i've searched my harddisk for a file named myfile.*
it was never there.....
why doesn't it work ?!?

could someone explain to me exactly, word by word, character by character, whitespace by whitespace, WHY DOESN'T IT WORK ???!!!
is there a code sample somewhere that i can use to see what's wrong?

thanX:mad: :mad: :mad: :mad: :mad: :mad:

wangbar
11-12-2001, 07:37 AM
Are you trying to save from a browser launched Flash movie? If you are that's why it's not working - this only works from the self contained Flash projector which is launched as a .exe...

Weebbo2000
11-12-2001, 08:12 AM
i've tried it from everywhere...
mostly from the test window....you know ... Ctrl+Enter
i think the file should appear in the same directory where the .exe or .swf file is located...


thanX for posting
:(

Weebbo2000
11-12-2001, 08:39 AM
i found the solution...hehe
guess what ?!?
i've reinstalled flash on my machine....

Jesse
11-12-2001, 10:17 AM
that shouldn't be necessary. the save FSCommand will not work via the test environment in Flash. only via SWFs or EXEs loaded into the projector.