Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
easyXDM and Amazon S3?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
schlegelrock  
View profile  
 More options Jun 18 2012, 10:51 pm
From: schlegelrock <schlegelr...@gmail.com>
Date: Mon, 18 Jun 2012 19:51:29 -0700 (PDT)
Local: Mon, Jun 18 2012 10:51 pm
Subject: easyXDM and Amazon S3?

I set up easyXDM to load js and CSS files to my domain from an amazon S3
bucket. The loading is working perfectly, except in IE 6/7 where it relies
on the swf file for x-domain messaging.

Is there something that I need to set up on the S3 side or in easyXDM that
would solve this for me? Has anyone had this problem?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Øyvind Sean Kinsey  
View profile   Translate to Translated (View Original)
 More options Jun 18 2012, 11:07 pm
From: Øyvind Sean Kinsey <oyv...@kinsey.no>
Date: Mon, 18 Jun 2012 20:07:10 -0700
Local: Mon, Jun 18 2012 11:07 pm
Subject: Re: easyXDM and Amazon S3?

As long as all parties load the same swf from the same domain you should be
good.
On Jun 18, 2012 8:05 PM, "schlegelrock" <schlegelr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
schlegelrock  
View profile  
 More options Jun 19 2012, 7:20 pm
From: schlegelrock <schlegelr...@gmail.com>
Date: Tue, 19 Jun 2012 16:20:26 -0700 (PDT)
Local: Tues, Jun 19 2012 7:20 pm
Subject: Re: easyXDM and Amazon S3?

Turns out that amazon requires a crossdomain.xml file for x-domain
messaging in flash. Here are the steps to solve:

1. First create a file called crossdomain.xml with the following content
(The file name must be exact.)

<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy> <allow-access-from domain="*" /> <allow-http-request-headers-from
domain="*" headers="Authorization"/> <site-control
permitted-cross-domain-policies="master-only" /></cross-domain-policy>
2. Replace the two *'s with the domain you are going to access content
from.

3. Upload the file to the root of your s3 bucket.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »