Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-11-20 22:15:40
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Recommendation for a video plugin?
I need a plugin that allows the user to upload videos via their editor. What would be a good one for the user to have? I’m not looking to embed Youtube vidoes at all. Just mpeg. Quicktime and Flash would be a second priority.
Offline
Offline
#3 2007-11-22 01:19:27
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: Recommendation for a video plugin?
I had already looked at the plugins area. The closest thing that I could find was the stuff for flash embedding. Tried one out but it’s not working the way it should. So I’m holding off on that for now.
The an7 plugin is for quicktime only so that rules that out.
For the time being, I tried a simple embed like this;
<embed src="/file_download/4"> </embed>
but it doesn’t work.
I have the WYSIWYG editor turned off and am just using Textile.
Offline
Offline
#5 2007-11-22 02:48:29
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: Recommendation for a video plugin?
thx. you’re up early :)
Offline
Offline
#7 2007-11-22 06:12:36
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: Recommendation for a video plugin?
I still don’t get it. I have this code;
<embed src="/files/video.flv"> </embed>
But this how the site looks. The video still won’t play.
EDIT: It just hit me. It won’t play because it’s a flash file, right? I just put in a quicktime video and it works now.
Last edited by dreamer (2007-11-22 06:19:16)
Offline
#8 2007-12-02 19:12:12
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: Recommendation for a video plugin?
How would I code this so that the video doesn’t start upon landing on the page? I tried inserting this but it doesn’t work.
<embed src="/files/MVI_0050.AVI" param name="play" value="false"></embed>
It seems like the param name values don’t work at all?
Last edited by dreamer (2007-12-02 19:12:37)
Offline
Re: Recommendation for a video plugin?
dreamer wrote:
How would I code this so that the video doesn’t start upon landing on the page?… It seems like the param name values don’t work at all?
Not my field of expertise but aren’t params only for the OBJECT tag? Have you tried autostart="false"
?
Last edited by Bloke (2007-12-02 19:25:17)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#10 2007-12-02 19:31:11
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: Recommendation for a video plugin?
Yes, it appears that you are right. An attribute of false or 0 will solve this issue. Curious to know if there are any other atrributes besides height and width that might work here. Hmmmm….
Offline
Re: Recommendation for a video plugin?
dreamer wrote:
Curious to know if there are any other atrributes besides height and width that might work here.
There are some standard ones (not sure how old that document is) but I believe the tag accepts pretty much any attributes dependent on the type of file/plugin used.
I wonder if the plugin-specific parameters that you’d normally put in a <param name="something" value="someval" />
can all be specified as something="someval"
in the EMBED tag?
Last edited by Bloke (2007-12-02 19:39:34)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Offline