I have an aspx application with an embedded flash movie. I have items on the page that cause it to reload (postback). How do I make the movie play only on the first load of the page and not start over when the user clicks one of these items?
I was able to do it using – if not page.ispostback – but then the movie stops when the user clicks an item that reloads the page, instead of playing through.
Any help is appreciated.