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 4240984
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:14:29+00:00 2026-05-21T03:14:29+00:00

I was wondering what is everyone’s experience are on why a network request would

  • 0

I was wondering what is everyone’s experience are on why a network request would work in FlashCS5 and in a browser locally but when I post it online it fails. The survivorId is sent from the string query. Both tests were done calling a network database.

I’ve tried the following:

Outputting the survivorId in a text field and seeing if the parameter variables were being sent correctly.

Set the “Networking Only” option in the publish settings.

Also is there a way to output trace actions from browsers for more in depth debugging?

*EDIT: I have recreated the bug locally in a browser. Without trace actions i don’t know if i can figure it out.

*EDIT2: That bug only showed up because its from localhost (apologies, this is just weird)

Here’s my code, there is the “Stage” then it goes “localSurvivor”(movieClip) then in side that localSurvivor movieclip the “lPlayer” class is addChild() to localSurvivor MovieClip

Stage-> localSurivor-> lPlayer(survivorId);

On the stage is this code:

//Set localP Id
var survId:Number = root.loaderInfo.parameters.sId;
//Object(root).informationTxt.text = survId;

//Load Movie Clip Classes_____________________________

//Load Local Survivor
var localP:MovieClip = new lPlayer(survId);

//Add to stage
Object(root).localPlayer.addChild(localP);
//------------------------------------------

Then inside the lPlayer Class:

public function lPlayer(survId:Number) {
    //First retrieve player information(Position, SWF File, MapId, etc, etc)
    //Prepare data to request
    netVariables.act            = "fortDetails";
    netVariables.survivorId     = survivorId;
    netRequest.method           = URLRequestMethod.POST
    netRequest.data             = netVariables;
    netLoader.dataFormat        = URLLoaderDataFormat.VARIABLES;

    //Attach Event Handler to proccess data
    netLoader.addEventListener(Event.COMPLETE, proccessFirstRun);
}

private function proccessFirstRun(rawData:Event) {
    var playerInfo = rawData.target.data

    //Player Info Loaded, Load the player onto the board
    this.x = playerInfo.setx;
    this.y = playerInfo.sety;

    //Activate remote Survivors with fortId
    Object(root).remotes.changeLevel(playerInfo.fid);
    Object(root).zombieContain.changeLevel(playerInfo.fid);
}

//Request Data
netLoader.load(netRequest);
  • 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-05-21T03:14:30+00:00Added an answer on May 21, 2026 at 3:14 am

    hm, you just added a note that you’ve reproduced the bug locally. In that case we no longer have any information to go on. To trace in Firefox use http://blog.coursevector.com/flashbug

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

Sidebar

Related Questions

I am wondering what everyone thinks the best method of handling results from your
I was wondering what everyone thinks of this. Is the code easy to follow?
Wondering if anyone can help me with this annoying but trivial (in terms of
Hey everyone. Just wondering what everyone's thoughts are on playing FLV video on a
I was wondering if anyone had any experience with what I am about to
Hey everyone, I was wondering if someone could point me in the right direction
Hey everyone... I'm not too familiar with PHP... but I have PHP code that
Hey Everyone, I was wondering what methods are standard within the industry to do
Possible Duplicate: How to validate an emailaddress in PHP I was wondering what everyone
Hi everyone i was wondering about iAD's. I created a application with them in

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.