Reading
Add Comment
Use the following code to embed the Windows Media File in the HTML page...
<object type="video/x-ms-wmv" data="mymovie.wmv" width="320" height="260"> <param name="src" value="mymovie.wmv" /> <param name="autostart" value="true" /> <param name="controller" value="true" /> </object>
0 comments:
Post a Comment