Was that possible to auto fill the emfield with the video file uploaded in filefield?? If possible, How?

I can only find the other related issue #304666: I cannot use this module to play files uploaded by filefield in D6 mentioned about the integration of filefield and emfield.

Thanks in advance.

Comments

happydrupal’s picture

BTW, parsing the filefield before auto fill might be needed, right?

happydrupal’s picture

Title: How to auto fill emfield with filefield? » Integrate emfield with filefield
Category: support » feature

Since I can not find the way to auto fill the emfield with the video file uploaded in filefield. Is that possible to integrate the filefield and emfield?

That is, when we use "custom URL" as the source of emfiled and fileField for video upload, the emfield was automatically filled with the URL of video file uploaded in filefield?

Thanks in advance.

happydrupal’s picture

Any help or hint will be very appreciate!!

PePiToO’s picture

How about this issue ? Anything new ?

ManyNancy’s picture

This can be done with a bit of clientside js I think?

Anyone know what the event for filefield upload completion is?

alex ua’s picture

Status: Active » Closed (won't fix)

This won't happen in Emfield in D6 (or ever), but... it is definitely going to be possible with the Media Module, which is already working for D7 and which will be backported to D6 soon...

JacobSingh’s picture

Alex are you planning to backport Media?

alex ua’s picture

No, sorry, I'm not personally going to do the backport unless someone pays us to do so, but that was part of the roadmap at some point...

JacobSingh’s picture

It's not going to happen on Acquia's dime, but aaron mentioned at least writing a emfield migration at some point.

kris_mcl’s picture

Hi, I have a site where I'm using filefield to upload some files (images and/or videos), but I'd like to also be able to mix in some third party (YouTube/Vimeo) videos with them.
Right now I'm using Embedded Media Field for the third party videos. It's great, but I'm unable to combine the embedded media with the uploaded media. Currently, the uploaded media are all output as a group, then the embedded media are output as a group. I need to be able to have something like this, where I can mix the 2 groups together:

[uploaded file 1]
[uploaded file 2]
[embedded video 1]
[uploaded file 3]
[embedded video 2]

Any suggestions on how this could be accomplished, or even just a place to start? I'm definitely looking forward to Media module in D7, but this site is built in D6.

Thanks in advance for any help!

bartezz’s picture

Has no one ever succeeded in doing this (#10)?
Have been building Drupal sites for years now and never needed this now that I do I was assuming this would be possible but I guess it's not. Kinda strange isn't it?

Cheers