1
jdrietz
Video Clip in WordPress Module
  • 2006/2/8 20:03

  • jdrietz

  • Just popping in

  • Posts: 19

  • Since: 2004/7/14


If it is possible, how do I include a video clip in a posting in the Wordpress module?

And, if it is possible, is it only a link, or can it be represented by a screenshot?

Thanks,

JR

2
wcrwcr
Re: Video Clip in WordPress Module
  • 2006/2/8 21:12

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


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

Login

Who's Online

437 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 437


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits