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

  • SEARCH
  • Home
  • 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 9070869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T17:47:24+00:00 2026-06-16T17:47:24+00:00

From flash, run php file to refresh xml file without popup window there is

  • 0

From flash, run php file to refresh xml file without popup window there is no passing of any data from flash to the php file or back to flash.just tying to run the php that writes an xml file.

forgot to add this

var phpPath:String;
var sendHeader:URLRequestHeader;
var sendReq:URLRequest;
var sendLoader:URLLoader;

tried this, doesn’t seem to work. maybe I need to add so

mybuton.addEventListener(MouseEvent.CLICK, fl_EnterFrameHandler_4);

function fl_EnterFrameHandler_4(event:Event):void
{


phpPath = "http://www.mysite.com/my_xml_file.php";


sendHeader = new URLRequestHeader("Content-type","application/octet-stream");
sendReq = new URLRequest(phpPath);
sendReq.requestHeaders.push(sendHeader);
sendReq.method = URLRequestMethod.POST;

}
  • 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-16T17:47:24+00:00Added an answer on June 16, 2026 at 5:47 pm

    While you create your URLRequest, you never actually send that request. You need to use URLLoader to do that:

    var loader:URLLoader = new URLLoader();
    loader.load(sendReq);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a code that read data from flash Nand (without filesystem). fd
I am trying to load an xml file from wikipedia into my flash movie.
Is it possible to request some data in a Flash movie from PHP at
I was running my application from Flash Builder 4.5.1 without any issues. (It is
I want to call a web page from Flash and use the data returned
I have a following application I want to run from a flash drive, say
Is there a way to run a Export Release build from the command line
We need send h264 from flash to Wowza and after to vlc by RTSP
I have a flash player that loads in some additional features from flash files
How to save ByteArray to HardDrive from Flash swf? So... I have a generated

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.