2
Hi
I don?t know specifically how word press mod deals with html, but if you can use html tags try that code (note: this will print a window of the player(wmp) on your doc ok?)
<object width="320" height="290" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer1">
<param name="FileName" value="http://www.yoursite.com/videos/yourvideofile.someextension">
<param name="AutoStart" value="TRUE">
<param name="ShowControls" value="TRUE">
<param name="ShowStatusBar" value="true">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="TRUE">
<param name="AutoSize" VALUE="1">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"width="320" height="290" src="http://www.yoursite.com/videos/yourvideofile.someextension" filename="http://www.yoursite.com/videos/yourvideofile.someextension" autostart="TRUE" showcontrols="TRUE" showstatusbar="true" showdisplay="false" autorewind="TRUE">
embed>
object>
Change the values according to your needs.
If you need code to play some quicktime video ".mov" go to apple?s site/quicktime and you?ll gonna find.
Quote:
And, if it is possible, is it only a link, or can it be represented by a screenshot?
If you point to just a link (say
http://www.yoursite.com/yourfile.wmv) the current user palyer will pop up and will try to play the file.
Yes u can use an image as a link to the video file.
Hope that helps a bit