|
|
Rank: Newbie
Joined: 3/6/2009 Posts: 6 Location: Louisville, KY
|
Is there a way to upload videos in Umbraco like you would images and files? I know how to embed video myself, but my client wants the ability to upload video and they have no developing experience. I know you can use things like Flickr and YouTube, but I was hoping there was an extension or a way to do it inside Umbraco without needing to use a 3rd party.
|
|
 Rank: Aficionado
Joined: 7/28/2008 Posts: 159 Location: Edinburgh
|
Just create a new media type of "flv" give it a width and height and upload it in the normal way via the media library. You cna then embed it with a macro and a bit of xslt. Gecko New Media - twitter.com/allbutlost
|
|
Rank: Newbie
Joined: 3/6/2009 Posts: 6 Location: Louisville, KY
|
My problem is the client will most likely have .mov or .mp4 and won't know how to convert it to an .flv. I guess we could help them download software that would convert the files.
Would embedding them be possible without going through templates? We aren't allowing them to have access to the templates, only content and media.
|
|
Rank: Fanatic
Joined: 10/8/2008 Posts: 293 Location: Virginia
|
jisaac wrote:My problem is the client will most likely have .mov or .mp4 and won't know how to convert it to an .flv. I guess we could help them download software that would convert the files.
Would embedding them be possible without going through templates? We aren't allowing them to have access to the templates, only content and media. If they can get the embed scripts you can use a simple editor and put the embed script in there and then call it in the template... CarbinTech, IncMy Personal Business (not umbraco sorry)Multi Author Blog I am involved in!
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 882 Location: Århus, Denmark
|
One approach to it could be to make your own YouTube datatype, that uploads the video to youtube. then you could create a macro for rendering the embed tag. This would make it a bit easier for the user since they don't need to leave umbraco, and youtube will handle all the conversion stuff. If you don't like youtube, you may want to look inti white label solutions suck as kickapps.com or ning.com which both offer similar solutions, but you can put your own logo on it.
|
|
The forum has moved
This forum is no longer in use, so you can't reply to this message - please go to Our Umbraco
|
|
Guest |