Forum Moderators: not2easy
Is it possible to make the browser automatically forward the user to another page, right after a Windows Media Player clip reaches the end?
Let's say that the WMP clip is embedded as an object, and this is a CD project, not a website, and that the user may stop or pause the clip at some point, and what we need to do is automatically forward the user's browser to another page right at the moment the clip reaches its end.
What is the code for doing this?
Thank you for anyone taking the time to help and give information.
I do know however, that it is possible if you were to embed the movie in a Flash or Shockwave. I am assuming it would just be a simple if statement in lingo; something to the effect of "if (frame=whatever) redirect to wherever."