Hide video div, while audio continues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
smordue
Forum Newbie
Posts: 7
Joined: Mon Dec 07, 2009 1:07 pm

Hide video div, while audio continues

Post 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
smordue
Forum Newbie
Posts: 7
Joined: Mon Dec 07, 2009 1:07 pm

Re: Hide video div, while audio continues

Post by smordue »

Actually, they are not divs, they are <td>s, I plan to rework this to divs later.
Post Reply