Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-11-20 22:34:50

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Recommendation for a video plugin?

Actually, it even doesn’t require any plugins. You could just store them as files and them basically emped them. You could use something like an7_mov or look more

Cheers!

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

#4 2007-11-22 02:45:48

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Recommendation for a video plugin?

<embed src="/file_download/4"> </embed>

Well that path will point to the download link, and not to the corresponding file. Use the file’s real path, in example /files/movie.mpeg

Cheers!

Last edited by Gocom (2007-11-22 02:46:23)

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

#6 2007-11-22 03:00:11

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Recommendation for a video plugin?

No, I’m up lately :) (4:48 AM)

Cheers!

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

#9 2007-12-02 19:24:56

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,446
Website GitHub

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

#11 2007-12-02 19:38:49

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,446
Website GitHub

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

#12 2007-12-03 01:21:39

Walker
Plugin Author
From: Boston, MA
Registered: 2004-02-24
Posts: 592
Website

Re: Recommendation for a video plugin?

Use wlk_flem & wlk_qt. They both take files uploaded via the files tab and embed them.

You can even use the exact same custom_field for both plugins (if you only need one or the other embedded in an article).

Offline

Board footer

Powered by FluxBB