PDA

View Full Version : writing symbols...


pHrOsT
08-05-2003, 04:54 PM
hey what's the easiest way to write a symbol to a text file (example: "F", "F2", "Q1", "D1", etc.)? I'm going to use this as a counter of sorts so that everytime a person goes to a certain page of the flash it will send a specific symbol to the text document (with a space before or after the symbol). I'll then use the text document to tally up each of the individual symbols so that I'll have multiple counters within the same text document...thanx guys!

webguy
08-05-2003, 05:00 PM
By using an external script such as ASP, PHP, or PERL. You can generate the codes inside of your flash project then just call the script and pass the information to it.

web

pHrOsT
08-05-2003, 05:10 PM
how do i generate the code within my flash? there's no way flash can't just write a new line in a text document and "Q2" or something?...ah bein a newbie stinx :(