Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8957325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:57:52+00:00 2026-06-15T14:57:52+00:00

I am trying to make a simple Flash ActionScript3 program that saves some text

  • 0

I am trying to make a simple Flash ActionScript3 program that saves some text to a text file (on my server) via a PHP script. I want the Flash program to be able to detect if the PHP script fails to write. Right now I’m just trying to get Flash to trace a status received from PHP. My below code is based on a few examples I’ve found online.

Here is my Flash code:

import flash.net.*;
import flash.events.*;

var varLoader:URLLoader = new URLLoader;
var varURL:URLRequest = new URLRequest("http://xxxxxxxx/outputTest.php");
var submittedData:URLVariables=new URLVariables();
varURL.data = submittedData;
varURL.method = URLRequestMethod.POST;

submittedData.inputData = "ThisIsTheDataToBeSaved";
submittedData.FileName = "ThisIsTheFileName";
varLoader.addEventListener(Event.COMPLETE, fxnDoneSaving);
varLoader.load(varURL);

function fxnDoneSaving(evt:Event):void{
    trace("Done saving.");
    trace("Write status: "+String(evt.target.data.WasWritingSuccessful));
}

Here is my PHP code:

<?php

$receivedFromFlashData = $_POST['inputData']; 
$receivedFromFlashFileName = $_POST['FileName']; 

$filename = $receivedFromFlashFileName . ".txt";
$myTextFileHandler = fopen($filename,"w"); 

if($myTextFileHandler)
    {$writeInTxtFile = @fwrite($myTextFileHandler,"$receivedFromFlashData");}      

fclose($myTextFileHandler); 

if ($writeInTxtFile)
    {echo "WasWritingSuccessful=success";}
else
    {echo "WasWritingSuccessful=failure";}

?>

When Flash gets to the final trace statement, I get the following error:
“ReferenceError: Error #1069: Property WasWritingSuccessful not found on String and there is no default value.”

Please help me understand what I’m doing wrong? thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T14:57:53+00:00Added an answer on June 15, 2026 at 2:57 pm

    You need to specify the dataFormat of varLoader like so: varLoader.dataFormat = URLLoaderDataFormat.VARIABLES;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a simple animation with Flash CS4 and Action Script 3.0
I am trying to make a simple card matching game via flash + actionscript,
I'm trying to make simple script using jquery $post function to pass data to
Trying to make a simple program to catalogue books. Something like this, for example:
Trying to make a simple program to catalogue books. Something like this, for example:
I am trying to make a simple Client-Server application but when I execute the
I'm trying to make an mp3 player that passes javascript events to a flash
Trying to make simple jQuery function to create a scrollToTop button that fades in
I am trying to make simple app that allows one to compare image to
I'm trying make a simple control, with a some path in it. And binding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.