Posted by: nostra
« on: August 09, 2009, 11:07:19 pm »OK, in your situation (unknown amount of pages) you could just get the main info first and then
1. pass an url to the first poster to getDownloadURL function using a simple variable
2. get the poster
3. If there are more posters available set the variable from 1. To the url to the second poster; if no more posters available return prFinished in ParsePage function and set the variable from 1. to empty string (just to be sure)
4. Do step 2.
P.S. I assume you are writing a movie information script
1. pass an url to the first poster to getDownloadURL function using a simple variable
2. get the poster
3. If there are more posters available set the variable from 1. To the url to the second poster; if no more posters available return prFinished in ParsePage function and set the variable from 1. to empty string (just to be sure)
4. Do step 2.
P.S. I assume you are writing a movie information script