LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-27-2003, 02:33 PM
Oli Oli is offline
Registered User
 
Join Date: Jan 2003
Posts: 4
Rep Power: 0
Oli is on a distinguished road
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?
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

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




All times are GMT. The time now is 08:58 PM.