| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
l'ingegnere
Join Date: Aug 2001
Posts: 615
|
My fscommand ("save", "c:\temp\test.txt");
does not work. Is it because I have an educational version and not the full versiont? |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
nah your path is wrong. remember it's a string and strings in flash use '\' as the escape character so you need to double backslash paths:
Code:
a="test";
fscommand ("save", "c:\\temp\\test.txt");
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MM Detect Version 7 woes . . . | subquark | Other Flash General Questions | 1 | 01-09-2004 10:29 PM |
| Version Specific Sniff Sniff | dunc_b | ActionScript 1.0 (and below) | 2 | 07-03-2003 01:42 PM |
| detecting the flash player version | Mathieu_BSL | ActionScript 1.0 (and below) | 0 | 10-22-2002 08:12 PM |
| Studio MX -- the difference between Upgrade and Full Version | lind | General Chat | 2 | 10-17-2002 03:37 PM |
| Flash open/embed PDF | Flashants | Flashants Support Forum | 11 | 05-11-2002 04:18 AM |