![]() |
I need a Javacript that overlays...
User info from database on streaming video in various locations as the video streams. Anybody know if one exists, or have one I can buy? :)
|
You don't need javascript unless you are changing data as the video streams.
- Place your video player in a div - Make that div position:relative and z-index of 1 in css - Create a new div inside the video div for your user info - Position the new div to position:absolute and position it with top/right/bottom/left and also give it a z-index larger than the video player. So z-index:2 or 99999999999 - If the user info is dynamic, as in it changes within the same page or video, then update the user info div with ajax calls. JQuery makes this very easy. |
Quote:
|
javascript is client side not server side.
|
Thanks for the info! I need the position to move around during the streaming process, not stay static in case I didn't make that clear. If it stays in a corner the theives happily just block it out. I want to make it a little harder. Does your instructions move it around the frame during play?
|
Sorry, I did not see your latest response, this may be too late.
My memory is weak on this topic, but there is a script that works with html5 players. It is a javascript library. What is does is read the current event state of the duration on the video player. For example, if it is at 15 seconds in the video showing a Big Mac, you can trigger a McDonalds popup, if at 45 seconds it shows a whopper, you can trigger a Burger King popup. The event is custom, so you can do whatever you like at whatever duration. It is very smooth, so as a second example, let's say you created a video of yourself selling something and then you want people to sign up to your newsletter, at that very second you mention newsletter, you could trigger a modal window to ask for the users email. I apologize, I forget the name of it, but I am sure someone around here may remember it. |
Quote:
|
All times are GMT -7. The time now is 01:25 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123