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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:50:19+00:00 2026-05-14T05:50:19+00:00

I have a flash application written in action script 2, and at one point

  • 0

I have a flash application written in action script 2, and at one point it makes multiple back-to-back JavaScript requests using getUrl().

They have to be done as separate requests because IE had a limit on the length of a single request, and fails silently if that limit is passed.

When ever this happens, if the user has their sound turned on there is a barrage of “click click click”.

  • 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-14T05:50:19+00:00Added an answer on May 14, 2026 at 5:50 am

    Found a related solution here:
    http://www.julienlecomte.net/blog/2007/11/30/ In summary, instead of this:

    iframe.src = "...";
    

    You do this:

    var newIFrame = document.createElement("iframe");
    newIFrame.src = "...";
    iframe.parentNode.replaceChild(newIframe, iframe);
    

    Would it be possible to load the external objects using DOM methods like this? Isn’t there a flash to JavaScript bridge, so you could trigger some JS function from within your Flash script? It’s kind of a kludge, but it might work.

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

Sidebar

Related Questions

We have an application written in ActionScript 3 using Flash. Now it's time to
I have developed a Facebook application using Flash as3. In this application when ever
we have a small flash component on our website/application to upload multiple files. This
I have a mapping application written in a flex/flash app. This app is used
I have an application written in java, and I want to add a flash
I have a project that was written using ACtionScript 3 in the Flash Builder
I have a web application written using Flask, SQLAlchemy, and MySQL. When I get
I have developed a Flash application for a client (wedding RSVP) and implemented it
I have made a flash application and in this flash application I have included
I have a flash (flex) web application and when it first loads the cursos

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.