Get output of a webpage in ActionScript 2
Posted
by Dimitris Baltas
on Stack Overflow
See other posts from Stack Overflow
or by Dimitris Baltas
Published on 2010-03-08T14:42:18Z
Indexed on
2010/03/11
20:04 UTC
Read the original article
Hit count: 332
actionscript-2
For Actionscript 2.0
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