Is it possible to upload a .mov (quicktime) movie?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
sofajoe

Is it possible to upload a .mov (quicktime) movie?

Post by sofajoe »

Is it possible to upload a .mov (quicktime) movie in the system and use this in a page?
Thanks in advance.
lemkepf
Forum Members
Forum Members
Posts: 163
Joined: Tue Oct 18, 2005 8:30 pm

Re: Is it possible to upload a .mov (quicktime) movie?

Post by lemkepf »

Are you talking just linking to the .mov file or embeding it in the page.

But the short answer is yes and yes. Let me know what you want to do and i'll walk you through it.
Paul
sofajoe

Re: Is it possible to upload a .mov (quicktime) movie?

Post by sofajoe »

i'd like to embed a mov using CMSMS
i have a insert flash and insert image button on my module FCKeditor, but the user who will be uploading content would also like to add some qt movies.
thanks Paul

PS do you know what module for inputting txt and images they are using here on the forum?
lemkepf
Forum Members
Forum Members
Posts: 163
Joined: Tue Oct 18, 2005 8:30 pm

Re: Is it possible to upload a .mov (quicktime) movie?

Post by lemkepf »

Just put this in the "html source"

Code: Select all

<EMBED src="http://www.yoursite.com/yourmovie.mov" width="320" height="250" target="QuickTimePlayer"></EMBED>
There isn't a button on fckeditor that can do that yet... i'm sure someday they will add a "insert interactive media" that will take into account all types of embed elements.

Also, the forum isn't part of CMSMadeSimple... they are just using the template... I'm sure the dev's could answer your question better.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Is it possible to upload a .mov (quicktime) movie?

Post by calguy1000 »

a display module would be a really cool feature.
it would, given a filename, or an upload id, determine it's file type (via mime types, or an extension mapping or something), and then output the appropriate or tag to display the file, using a template also stored in the module, etc.

any volunteers?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
sofajoe

Re: Is it possible to upload a .mov (quicktime) movie?

Post by sofajoe »

Thanks for that lemkepf. i could hard code it myself, but i'm setting it up for a user who wouldn't have those skills and doesn't really want to go down that rd.

I agree with calguy1000, that a display module which could add "interactive media" that takes into account all types of embed elements would be a really cool feature. i'll keep my eyes peeled for one  :)
lemkepf
Forum Members
Forum Members
Posts: 163
Joined: Tue Oct 18, 2005 8:30 pm

Re: Is it possible to upload a .mov (quicktime) movie?

Post by lemkepf »

Maybe contacting Fckeditor people might be a good idea... they might already have something in the works? Or at least a plugin already built for that type of thing...
3stripe

Re: Is it possible to upload a .mov (quicktime) movie?

Post by 3stripe »

I'd also love to see a plugin to list/reorder/embed video(quicktime) files.... need this for a site I'm about to use and considering using CMS simple for it for the first time...  ;D
Locked

Return to “CMSMS Core”