How to use Socket in AC3 or other solution for using embedded flash without cross domain policy?
        Posted  
        
            by monkey_boys
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by monkey_boys
        
        
        
        Published on 2009-12-10T16:33:16Z
        Indexed on 
            2010/04/17
            21:03 UTC
        
        
        Read the original article
        Hit count: 286
        
actionscript-3
|cross-site-scripting
How to use Socket in AC3 or other solution for using embedded flash without cross domain policy?
I would like to create a project that uses HTTP to post to some website's form by using embedded flash in a webpage. When I finished the project, I tried to embed on the local computer and that work fine but when I uploaded to a web server in the some domain and requested to some different domain it stopped working. I know that's the security of ac3 but I would like to use embedded flash.
Does anybody have any idea about this?
© Stack Overflow or respective owner