View Single Post
Old 02-17-2012, 07:50 AM  
Zoxxa
Confirmed User
 
Zoxxa's Avatar
 
Industry Role:
Join Date: Feb 2011
Location: Ontario, Canada
Posts: 1,026
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.
__________________
[email protected]
ICQ: 269486444
ZoxEmbedTube - Build unlimited "fake" tubes with this easy 100% unencoded CMS!
Zoxxa is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote