Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-06-02 18:56:37
- Gulfcoast
- Member
- Registered: 2009-04-12
- Posts: 76
Videos
I have been looking around the forums for help with embedding .avi videos in textpattern but have not seen anything definitive. The plugins available seem to be geared toward bringing in video from third party sources such as youtube etc. Can anyone direct me to a good source or posting where I can look into this? I have actually been using the following which has worked beautifully on my own system but not on my wifes or daughters:
<p align=“center”><object width=“300” height=“300” classid=“clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95” codebase=“http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715” align=“middle”>
<param name=“FileName” value=”/images/Grace.avi”>
<param name=“AutoStart” value=“false”>
<param name=“ShowTracker” value=“false”>
<param name=“ShowControls” value=“true”>
<param name=“ShowGotoBar” value=“false”>
<param name=“ShowDisplay” value=“false”>
<param name=“ShowStatusBar” value=“false”>
<param name=“AutoSize” value=“true”>
<embed src=”/images/Grace.avi” AutoStart=“false” ShowTracker=“false” ShowControls=“true” ShowGotoBar=“false” ShowDisplay=“false” ShowStatusBar=“false” AutoSize=“true” pluginspage=“http://www.microsoft.com/windows/windowsmedia/download/”></object></p>
Thank you.
Offline
#2 2009-06-06 23:09:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Videos
If you convert your .avi files to .flv there are a couple of plugins: bas_flvplayer (but it’s not supported anymore and on my own site it recently stopped working…) and an7_mov (still supported).
Offline
Re: Videos
there is also the_video
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#4 2009-06-07 16:41:58
- Gulfcoast
- Member
- Registered: 2009-04-12
- Posts: 76
Re: Videos
Thank you.
Offline
Pages: 1