Hi,
I've noticed that Projekktor can play Youtube videos. However, it seems that the Drupal version requires a local file.
What could we do to be able to play Youtube videos imported with Media Youtube in Drupal nodes ?

Thanks,

Comments

jamesbenison’s picture

Status: Active » Fixed

Done.

jamesbenison’s picture

Version: » 7.x-1.x-dev

BTW, the answer to this problem was actually quite simple.

The function:

file_create_url($item['uri']);

creates the url to the video if it's youtube. Then just pass it to the javascript array and you're set.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.