Link to home
Start Free TrialLog in
Avatar of chopperchic
chopperchic

asked on

How do I do a Video Overlay in Dreamweaver

How do I create a pop-up video overlay in Dreamweaver with embedded code? I am trying to add several videos to my site (that exist on another site) without just linking them. I would like the video to overlay when the link is clicked.
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

There's not really a "Dreamweaver" way to do it.  Instead, you should switch to JQuery and use one of the many lightbox scripts developed to embed the video:

http://jquery.com/demo/thickbox/

is one that I use.  Lightweight and easy.
ASKER CERTIFIED SOLUTION
Avatar of chopperchic
chopperchic

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chopperchic
chopperchic

ASKER

I did a little more research and figured out how to do it. Thank you!!