Is it possible to upload a .mov (quicktime) movie in the system and use this in a page?
Thanks in advance.
Is it possible to upload a .mov (quicktime) movie?
Re: Is it possible to upload a .mov (quicktime) movie?
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
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?
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?
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?
Re: Is it possible to upload a .mov (quicktime) movie?
Just put this in the "html source"
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.
Code: Select all
<EMBED src="http://www.yoursite.com/yourmovie.mov" width="320" height="250" target="QuickTimePlayer"></EMBED>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

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Is it possible to upload a .mov (quicktime) movie?
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?
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.
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?
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
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
Re: Is it possible to upload a .mov (quicktime) movie?
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?
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... 

