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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:01:09+00:00 2026-05-13T23:01:09+00:00

For Actionscript 2.0 Let’s say this page www.example.com/mypage returns some html that I want

  • 0

For Actionscript 2.0

Let’s say this page

www.example.com/mypage

returns some html that I want to parse in Actionscript.

How do i call this page from Actionscript while getting back the response in a string variable?

  • 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-13T23:01:10+00:00Added an answer on May 13, 2026 at 11:01 pm

    use LoadVars():

    var lv = new LoadVars();

    //if you want to pass some variables, then:
    lv.var1 = “BUTTON”;
    lv.var2 = “1”;

    lv.sendAndLoad(“http://www.example.com/mypage.html“, lv, “POST”);

    lv.onLoad = loadedDotNetVars;

    function loadedDotNetVars(success)
    {
    if(success)
    {
    // operation was a success
    trace(lv.varnameGotFromPage)
    }
    else
    {
    // operation failed
    }
    }

    //if you dont want to send data, just get from it, then use just lv.Load(...) instead of sendAndLoad(...)

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

Sidebar

Ask A Question

Stats

  • Questions 324k
  • Answers 324k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If the small piece of text that you want at… May 14, 2026 at 1:17 am
  • Editorial Team
    Editorial Team added an answer If you use RefTeX then C-c ( will do what… May 14, 2026 at 1:17 am
  • Editorial Team
    Editorial Team added an answer I'm not positive that this will be relevant to your… May 14, 2026 at 1:17 am

Related Questions

Is there any ActionScript class which represents durations of time, similar to the TimeDelta
Here's a really frustrating Actionscript 2 problem I have with movie clips associated with
All, I've been developing Flash applications for several years, and here's something I've always
I'm creating a 2d flash game (coded in flex/actionscript 3) where assets are downloaded
I'm just curious what peoples' thoughts are on this topic. Let's say I have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.