I really need some major help

Ok, pretend there is a site with a page with words on it. I want to know if flash can do this. First it would look at the site, (not show the browser, and see how many times Fred is asome is used in the source code code. Then it would tell you the number of how many times it appears in a dynamic box.

Not quite sure what you mean - flash can parse if that’s what you’re asking but it’s quite slow. Depending on what you want to do it may be faster to use php to parse the url and then write the results to a swf.

see how many times Fred is asome is used in the source code code
Who’s Fred?

pom :stuck_out_tongue:

Flash can look at text files and analyze the content, but I’m not sure it can check out people’s HTML sources.

Also, please don’t post this question more than once.

*Originally posted by martystudio *
ok,i am making a program(i when i an done i will make it an .exe)that will check a certain page on a website for a certain thing.

Example.WHEN A CERTAIN BUTTON IS PRESSED, I want the program to look a the site’s(note:IM NOT GOING TO TELL YOU THE SITE)source code then look in the source code for img src=“http://www.example.com/potato.gif” . since this appears more than once on the page i want it to determine how many times it appears. then it will put turn awnser in a number in a text box.

EXAmple: IF IT FINDS 13

        img src="http://www.example.com/potato.gif"            

 the number in the text box will be 13. thanks. I need to know the action script code