bazz
08-21-2009, 01:19 PM
Hi,
A whole tale of woes here :)
I have a professionally made video. originally in the VOB format. I am trying to get it working in the web page without it being too heavy. prefer x-browser but as an interim measure, windoze media player is OK.
Converted it to wmv, mov and mpg and it is huge in them all except wmv. 41megs -v- 125megs -v- 90 megs respectively.
If you have any tips on how to compress this 4 min video it would help me greatly.
But in the meantime, as I read and read for the answer, is this close to the currently required code to run media player.
<object type="video/x-ms-wmv"
data="http://mysite/file.wmv"
width="280" height="46">
<param name="src"
value="http://mysite/file.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
bazz
A whole tale of woes here :)
I have a professionally made video. originally in the VOB format. I am trying to get it working in the web page without it being too heavy. prefer x-browser but as an interim measure, windoze media player is OK.
Converted it to wmv, mov and mpg and it is huge in them all except wmv. 41megs -v- 125megs -v- 90 megs respectively.
If you have any tips on how to compress this 4 min video it would help me greatly.
But in the meantime, as I read and read for the answer, is this close to the currently required code to run media player.
<object type="video/x-ms-wmv"
data="http://mysite/file.wmv"
width="280" height="46">
<param name="src"
value="http://mysite/file.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
bazz