northernbeaver
Programmer
I have three flash movies. Systems.swf, productDetails.swf, placeorder.swf
The first one (systems.swf) loads variables from an ASP page and loads nine records into the movie and displays everything I wan beautifully. for each record there is a button on the movie that says "more info" this button calls the second movie (productDetails.swf) it uses loadMovieNum ("proddetails.swf", 0, "GET"
;
this page calls an ASP to get more details from the table on the selected system. It succesfully passes variables about the selected system to the second movie which in turn, passes it to the second ASP page and displays the the details of the system. On this move there is a button, to purchase the item. It uses the same
loadMovieNum ("placeorder.swf", 0, "GET"
; to call the third movie. this is where the problem happens. the second movie doenst work. The screen goes blank, through troubleshooting Ive figured out that it doesnt get to the first frame of the third movie. its as if passing the variables the second time seems to kill the movie and it sits dead in the water.
Im using Flash 5 if it makes a difference. If anyone has any idea of whats going on please let me know.
The first one (systems.swf) loads variables from an ASP page and loads nine records into the movie and displays everything I wan beautifully. for each record there is a button on the movie that says "more info" this button calls the second movie (productDetails.swf) it uses loadMovieNum ("proddetails.swf", 0, "GET"
this page calls an ASP to get more details from the table on the selected system. It succesfully passes variables about the selected system to the second movie which in turn, passes it to the second ASP page and displays the the details of the system. On this move there is a button, to purchase the item. It uses the same
loadMovieNum ("placeorder.swf", 0, "GET"
Im using Flash 5 if it makes a difference. If anyone has any idea of whats going on please let me know.