I am using C # WebClient to send information to enter the page and read all the results.
The page I'm trying to load includes flash (which translates to HTML in the browser). I assume that it will break out so as not to fall under search engines.
The flash that interests me is just the text (not the image / video), etc., and when I am "View Selection Source" in firefox, I really see the text in the HTML that I want to see.
(I wonder when I look at the source for the entire page, I donโt see the text in the HTML that I want to see. Could this be related?)
Currently, after I published my login details and loaded the HTML back, I see a page that DOES NOT display Flash-HTML (as if I were viewing the source for the entire page).
Thanks in advance,
Jim
PS: I have to indicate that POST actually works, my login is successful.
source
share