Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-30-2001, 04:33 AM   #1
toke
l'ingegnere
 
Join Date: Aug 2001
Posts: 615
Smile educational version

My fscommand ("save", "c:\temp\test.txt");

does not work. Is it because I have an educational version and not the full versiont?
toke is offline   Reply With Quote
Old 09-30-2001, 06:34 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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");
the temp dir must also already exist. and it will only work on PCs via the Flash projector.
__________________
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.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 09:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.