iframe - HTML code for opening a video link in a new frame/window that will remain on top of main window, and move with it as it scrolls -
first, beginner, , apologize in advance if sound ridiculous or not use correct terms. (i think latter issue may why can't find answer despite hours of searching , trying things out.) have figured out how create video link has video pop-up in new, smaller window. new window stay on top of main window, can watch video while i'm scrolling through , reading contents of main window.
i have seen done in simple html code moving box of text, can't life of me figure out how make new pop-up video link work.
here code i'm using new smaller window, different video source.
<a href="#" onclick="mywindow=window.open('http://www.youtube.com/watch?v=6zwbsdprom8','mywindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=600,height=300'); return false;">click here open video in new window</a>
i read in other forum entries not possible make pop-up window stay on top, i'm open other options, such creating iframe move scroll down in main window. not sure if possible, though.
thank in advance tips can provide!
Comments
Post a Comment