want to place my windows media player on one of my web sites hows that done ?
I`vie seen people were able to place there windows media player on there own web page, hows it done?
Please add the following code into your HTML
%26lt;OBJECT id=%26quot;VIDEO%26quot; width=%26quot;320%26quot; height=%26quot;240%26quot;
style=%26quot;position:absolute; left:0;top:0;%26quot;
CLASSID=%26quot;CLSID:6BF52A52-394A-11d3-B15...
type=%26quot;application/x-oleobject%26quot;%26gt;
%26lt;PARAM NAME=%26quot;URL%26quot; VALUE=%26quot;your file or url%26quot;%26gt;
%26lt;PARAM NAME=%26quot;SendPlayStateChangeEvents%26quot; VALUE=%26quot;True%26quot;%26gt;
%26lt;PARAM NAME=%26quot;AutoStart%26quot; VALUE=%26quot;True%26quot;%26gt;
%26lt;PARAM name=%26quot;uiMode%26quot; value=%26quot;none%26quot;%26gt;
%26lt;PARAM name=%26quot;PlayCount%26quot; value=%26quot;9999%26quot;%26gt;
%26lt;/OBJECT%26gt;
Full details in the source below.
No comments:
Post a Comment