Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

h0kie99

macrumors member
Original poster
I have a .wmv (yuck) video that I need to embed into a client's site.

😀 edit: I figured it out... go figure! 😀

My question now is this: do I need to use javascript in order to control the dimensions of an HTML window? If so, I found some help by Googling, but where do I actually put the javascript? I'm not sure I understand how it works.

Thanks!
 
You can control the dimensions of the HTML windows when you create the link for that window. Something like this:
Code:
<a href="javascript:window.open('test.htm','test','width=100,height=100')">Click for video</a>

If you are asking about the video size. It is control in the object tag in the HTML code.

You can use javascript to control the clip as well.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.