Page 1 of 1

Hide video div, while audio continues

Posted: Fri Apr 01, 2011 6:50 am
by smordue
I am working on an page where I have a video playing in a div, using jwplayer. I have a form in another div below the player div that appears by changing the display:none property at a certain time, but this requires my users to scroll down to see it below the video div. I would prefer this form div to appear and the video div to disappear simultaneously, which is simple enough, but I need the audio from the video div to continue playing uninterrupted, then the divs would switch back after a period of time. I guess another option would be to have the form div appear and float over the video div, but I'm not sure how to do that.

Any nifty suggestions?

Steve

Re: Hide video div, while audio continues

Posted: Sat Apr 02, 2011 2:07 pm
by smordue
Actually, they are not divs, they are <td>s, I plan to rework this to divs later.