Get output of a webpage in ActionScript
        Posted  
        
            by Dimitris Baltas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dimitris Baltas
        
        
        
        Published on 2010-03-08T12:24:45Z
        Indexed on 
            2010/03/08
            12:51 UTC
        
        
        Read the original article
        Hit count: 409
        
actionscript-3
Let's say this page
www.example.com/mypage
returns some html that I want to parse in Actionscript.
How do i call this page from Actionscript while getting back the response in a string variable?
© Stack Overflow or respective owner