I have attached an image to explain the exact problem. All the image links on the main page are calling an other html file which has the preloader movie. now that preloader movie should check which file is actually required and load it accordingly.
So my questions are;
1) Is it possible using simple html?
2) If not, then I think the code will be somethin glike you lready explained.
i.e. http://www.yourdomain.com/file.php?"+file_id;
am I right?
3) In the preloader I will have to use load variable command to get file_id like this.
loadVariablesNum ("http://www.yourdomain.com/file.php?\"+file_id; ", 1, "GET"); right?
4) loadMovieNum ("file_id", 1); ok?
Please let me know if I am on right direction. Thanks!