Posts: 126
Name: Clayton Beaudin
Location: Proud to be Canadian
|
Here is the code:
HTML Code:
<object type="video/x-ms-wmv"
data="media/1475_6.wmv"
width="320" height="900">
<param name="src"
value="media/1475_6.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
The problem is that no matter what i set the size to, the original size of the video takes over... How do i fix this?
REMOVED:
IE. if the movie is 1280 X 1024 this is obviously way to big, i would like to resize it (hopefully proportionally) to fit into my site layout.
CORRECTION:
If the dementions are smaller than the video it will play at the specified size but some of the video and the controller does not show or is cut off. Does any body know how to make everthing fit into the size you specify without editing the video>
Thanks in advance for any replies.
Last edited by cbeaudin : 10-08-2007 at 04:14 PM.
|