cadlewv
07-05-2008, 01:31 PM
Hello again.
I need to know what I'm doing wrong when it comes to embedding video using Expression Web.
Below is the code I currently have. The problem is that it won't autostart in a web browser. Using Ctrl+click in the Expression Web application, I have verified that the url is correct.
Any help would be appreciated.
<div>
<object type="video/x-ms-wmv" data="tractor_video.wmv" width="297"
height="240">
<param name="src" value="tractor_video.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
</div>
I need to know what I'm doing wrong when it comes to embedding video using Expression Web.
Below is the code I currently have. The problem is that it won't autostart in a web browser. Using Ctrl+click in the Expression Web application, I have verified that the url is correct.
Any help would be appreciated.
<div>
<object type="video/x-ms-wmv" data="tractor_video.wmv" width="297"
height="240">
<param name="src" value="tractor_video.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
</div>