views:

13

answers:

0

Hi, I have a Flash based website with Connect. Recently I moved my SWF files up to Cloudfront. I have a base href in my index.html that points to my CF URL, so everything is loaded from there.

Suddenly connect has stopped working, I click on the login button and nothing happens. I ran firebug, which says xd_receiver.htm is being loaded correctly:200 OK. I changed my connect URL to point to my CF URL instead, I got a 400 error. So that wasn't it.

Has anyone seen this before? I would appreciate any ideas.

Thanks!
S

PS: I just confirmed.. Connect works perfectly when index.html is loading everything locally, without base href set to anything. This is great but defeats the purpose of having CF.

Also tried the "document.domain" fix I found elsewhere on stackoverflow. That wasnt it either.