Hi...

I create a new Content Type. This has four field:
Title: text
body_1: Embedded Image Field
body_2: Embedded Video Field
body_3: Embedded Audio Field

I could not upload nor display any Embedded Fields.

I tried to use Kaltura but it doesn't work.

How could I create a new Content Type which has video, audio and image in the body?

Thanks in advantage.

Pedro

Comments

buzz05’s picture

Have you checked the settings in: Content Types > Your Content Type??? > Manage Fields > Display Fields

You need to specify here how each of these media types will display on the full node.

araujo.guntin’s picture

Thank you, I did it using a youtube video. But I can see the video when I upload my custom video.

Where is the custom video loaded?

Thanks,
Pedro

marco302008’s picture

Embed fields don't upload anything. the embed code draws the video from youtube everytime someone views a page with the embed code on it. That's what embedding is.

So, you don't get the video, you never uploaded it. All you have is code that links the youtube video to your site. So if youtube changes their code, or moves the video, your embed code may stop working ( but this is rare).

Mark

araujo.guntin’s picture

thanks Mark

what about the video custom? I uploaded a wmv format video but it didn't work.

The videos that I want to put in the Content are in my PC. What can I do? What is the best method to do it?

Thanks,
Pedro

vm’s picture

emfield.module is ONLY for embedding media from 3rd party sites.

if you want to use your own videos investigate the filefield.module Though, I'd personally use the flashvideo.module to ensure my videos were .swf files and not bulky .wmv .avi or the like.

araujo.guntin’s picture

thanks for all.

I'll use the youtube video.

Could I show the thumbnail video in a view? I'd like to have a block which shows the last video list uploaded.

Thanks,
Pedro