Hi guys,
Ok...so I have figured out how to visit a URL and after that URL has loaded, get a HTTP status back to know if I visited a valid web page or not. However, now I am needing to know a simply way of basically storing all the hyperlinks that may exist on that page into an array/string.
I'm in a sense trying to scan the entire webpage I just loaded and grab anything thing on that page that is a hyperlink and store it in an array for use elsewhere in my actionscript program. Keep in mind, I'm visiting the website behind the scenes in an Adobe Air program.
Clik here to view.
