PDA

View Full Version : Need some quick help on embedding video



kade119
21 Sep 2007, 01:53 PM
Hey guys..

I need to put a vid clip on my site.. but i do not want to embed in the html page itself.. i want a popup window .. maybe something like an iframe i should use?.. or i might need a lil js not sure.. anyone know how to do this?


so there will be a link you click on then a small popupwindow w/ the dimensions of the movie.. will popup and let you the user click play etc... its a .mov file.. i can do all this in flash .. but wasn't sure wh ich route

Wickham
21 Sep 2007, 03:00 PM
Put the video on a separate page with object and nested embed tags and then put javascript code in the head to make the page open a fixed (smaller) size.

See "Open link in new window of fixed size" on
http://www.wickham43.supanet.com/tutorial/generaladvice.html#resolution

I know code to autostart video but code to control the start of the video is beyond me.