How to get output of a webpage in ActionScript 3
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/24
18:43 UTC
Read the original article
Hit count: 336
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