I need script that opens a popup window, like lightbox. but not with image
It must load video player code, from html file, and send video file ID to this code
Player code in html:
<iframe src="http://site.com/embed/video file ID" style="width: 800px; height: 450px; border: none; background-color: #000;" frameborder="0"></iframe>
So i need script to open popup window with code above.
Thanks!