I basically want to show a video on a wordpress page and when it ends I want to change the div the video is sitting in to a form with a sign up button, any ideas or tips on what I should look at to accomplish this? I am familiar with Javascript(jQuery) and PHP if it is possible to achieve it with these? Thanks for all the help!
I guess you use some videoplayer to show video. some of them have javascript API, so usually you can define callbacks on events like play/pause/stop. In flowplayer (http://flowplayer.org) you can set callback on onFinish event for a clip http://flowplayer.org/documentation/api/clip.html#events to hide your div.
In wordpress there is a feature where you can add a video if you would like, where there is a function to browse and upload, there must be a system there to display the video. Can i use that system to do what I need or do I need to use something else?
I see now. Actually I don't know how wordpress shows that videos, so I can't tell if you can use that function