File- and Imagepicker are just what I was looking for. Great work!! One question remains. Would it be possible to embed an uploaded file (video) automatically instead of showing the link?
Thanks!
File- and Imagepicker are just what I was looking for. Great work!! One question remains. Would it be possible to embed an uploaded file (video) automatically instead of showing the link?
Thanks!
Comments
Comment #1
hutch commentedFilepicker does not create the code that you need to embed a video, I did experiment with this but found it too unreliable to do in an automated way. You can add code yourself though, see http://www.w3schools.com/html5/html5_video.asp or http://camendesign.com/code/video_for_everybody. I found these links by googling for 'embed html5 video'
You could also search Drupal.org for 'video', there are modules that handle video.
Comment #2
kressin commentedThanks Hutch but adding by hand is not an option. I have IMCE installed and embedding works fine. I would prefer to use filepicker/imagepicker because it is a less complicated way for an average internet users then IMCE to use. I heavily rely on the quota functions both filepicker and IMCE offer. If I used another video module for upload I believe those files would not be part of the quota detected by Filepicker or am I wrong about this?
Comment #3
hutch commentedThe quota applies to the files that filepicker knows about and no others.