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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:36:13+00:00 2026-05-14T08:36:13+00:00

I have a web server application (based on python). Flash applications which are located

  • 0

I have a web server application (based on python). Flash applications which are located at this server should connect to the server. The trouble is in crossdomain.xml.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
 <allow-access-from domain="*" to-ports="*"/>
</cross-domain-policy>       

Here is this file (it’s in the root directory).

The exact problem is that flash-applications don’t load this file. Are there any ways to do this manually? For example, load it directly from flash-script or make up a new application at given port which will send this file to any connected socket.

  • 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-14T08:36:13+00:00Added an answer on May 14, 2026 at 8:36 am

    you’re not closing the <cross-domain-policy> tag with </cross-domain-policy> – have you just forgot to copy/paste the last line? otherwise try that. also you might not need the DOCTYPE line and the to-ports="*" either.

    we use this crossdomain.xml file and as long as it’s in the root folder, it’s worked fine for us every time

    <?xml version="1.0"?>
    <cross-domain-policy>
        <allow-access-from domain="*" />
    </cross-domain-policy>
    

    if it’s an https domain and you want flash on non-https domains to access it you’ll need to change the allow-access-from line to this

    <allow-access-from domain="*" secure="false" />
    

    one final thing worth trying is adding this line :

    <allow-http-request-headers-from domain="*" headers="*"/>
    

    but we’ve never had to use that for standard flash loading/saving via http.

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

Sidebar

Related Questions

I have a web based application which server's content to authenticated users by interacting
I have a Java based web-application using Java Server Faces and Facelets. I am
We have a Java EE-based web application running on a Glassfish app server cluster.
I have a Python application in the bottle web-server that accesses a C shared-object
I have a RESTful web service which runs on Glassfish Application Server. When I
I have created an application that connect on a web-server and reads an xml
We have around 250 identical linux server which runs a business critical web application
I have a Web service based application, where the web server is running in
I have a web based application (ASP.NET 2.0) on a virtual dedicated Windows Server
I have a web application running in a jboss application server (But it is

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.