Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Does Flash have...?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Xanatos
I post too much
Warning
Reputation: 18

Joined: 06 May 2007
Posts: 2559
Location: US

PostPosted: Sun Oct 21, 2007 8:44 am    Post subject: Does Flash have...? Reply with quote

File processing functions? If it does, could somebody link me to a tutorial? I tried google, but not many promising links :\.

What I'm trying to do is read and write to a text or doc file. All I want to do is make the text from a few edit boxes transfer onto a file, and vice versa. I've used a String tokenizer (in Java), but I don't remember it.

_________________
Back to top
View user's profile Send private message
jake900
Expert Cheater
Reputation: 0

Joined: 28 Sep 2007
Posts: 101
Location: On Ma PC

PostPosted: Sun Oct 21, 2007 9:09 am    Post subject: Reply with quote

i neva thought you the great XAN would need a TUT
_________________
hi
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sun Oct 21, 2007 11:57 am    Post subject: Reply with quote

You can use XML with Flash. Some info here:
http://flash-creations.com/notes/dynamic_xml.php
Back to top
View user's profile Send private message Visit poster's website
Xanatos
I post too much
Warning
Reputation: 18

Joined: 06 May 2007
Posts: 2559
Location: US

PostPosted: Mon Oct 22, 2007 3:43 pm    Post subject: Reply with quote

jake900 wrote:
i neva thought you the great XAN would need a TUT


Hey! I only need it because I never took Flash formally, and I forget it in Java =X.

_________________
Back to top
View user's profile Send private message
DeltaFlyer
Grandmaster Cheater
Reputation: 0

Joined: 22 Jul 2006
Posts: 666

PostPosted: Tue Oct 23, 2007 3:50 pm    Post subject: Reply with quote

Java file output:

Code:

import java.io.*;

public class FileOut
{
    public static void main (String[] args)
    {
        try
        {
            PrintWriter out = new PrintWriter (new FileWriter ("out.txt"));
            out.println ("content");
            out.close ();
        }
        catch (Exception e)
        {
            e.printStackTrace ();
        }
    }
}


String Tokenizer is for splitting strings into tokens.

_________________

Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Tue Oct 23, 2007 5:01 pm    Post subject: Reply with quote

jake900 wrote:
i neva thought you the great XAN would need a TUT

No one is a god, all knowing. Once in a while everyone acquires assistance. I hate the people with your attitude, sucking up to all the "pros" out there. Rolling Eyes

_________________
Back to top
View user's profile Send private message
Xanatos
I post too much
Warning
Reputation: 18

Joined: 06 May 2007
Posts: 2559
Location: US

PostPosted: Tue Oct 23, 2007 6:33 pm    Post subject: Reply with quote

I don't think he's accustomed to the nature of programming Razz (and when it comes to DF, there aren't many good programmers so I take a part of the cake Cool).

Anyways I just want to use the string tokenizer... 'cause that's how I role Razz.

I've done what Deltaflyer posted, but I need to know if it applies in Flash ._.

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites