
Welcome Guest
|
#1
|
|||
|
|||
|
Flash, JSP write to .txt file on server
Hi, I am am mainly a Macromedia Flash developer and have very limited knowledge about JSP. However, I need to sent info from a Flash movie to a .txt file in name value pairs eg name=value&name=value etc. I have been shown a PHP script that will do this:
<?php $content = "Name:".$_POST["name"]." Address:".$_POST["address"]; $fp = fopen("myText.txt","wb"); fwrite($fp,$content); fclose($fp); ?> But I am gonna be running the movie and script on a J2EE server so I need an equivalent script in JSP. Any help would be much apreciated. Thanks a lot. p.s. Also can u confirm if I should be using the sendAndLoad method to POST from Flash MX? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to establish Flash-Skype conference | Flashphoner | General Flash | 0 | 08-26-2010 03:01 AM |
| How can I play a FLV file from Flash Media Server 3.5 | programmer111 | ActionScript 3.0 |
0 | 04-18-2010 08:34 PM |
| avi file in Flash | MonaE | Flash Video |
1 | 03-26-2007 08:32 AM |
| Resolved: Can Actionscript check .txt file? | janice_2k | Flash MX ActionScript |
3 | 06-18-2004 09:20 AM |
| Cross Domain Policy File | dv8 | Flash MX 2004 |
2 | 09-11-2003 03:16 PM |

Other Programming



