Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-1.x-dev
Component:
Embedded Video Field
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 Dec 2008 at 02:58 UTC
Updated:
29 Dec 2022 at 23:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
buddaAttached is a rough viddler.inc that works for me, but has not been tested in all situations. It's been running on Drupal 6, although its not Drupal API specific, so may work on Drupal 5 too?
I had trouble converting a normal viddler.com url in to the video ID. Currently using oEmbed API call on viewing the node. Not sure if the video ID should be stored somewhere to save the API call?
I did notice that the XML call is cached too, so that saves some time. Improve the code and post back!
Comment #2
alex ua commentedI saw these folks at ignite Philly last night, and I definitely want to support my local (Philly area) Video providers. However, we aren't going to be adding any more providers to emfield (we'll be stripping most, if not all, of them out over the next few months as we prepare for the move to Media Module), so I'll probably be creating a viddler_media module if/when this is released on d.o.
Also, there's another 6.x viddler provider here: http://drupal.org/node/421164 so this shouldn't be a huge deal.
Comment #3
alex ua commentedI just created Media: Viddler ( http://drupal.org/project/media_viddler ), mostly using the other provider. I didn't have time, but I would like to include the player support that you had and custom player colors. I didn't include the i.e. hacks, as I haven't had time to check it out and my inclination would be to push the ie support to swfobject, which is already integrated.
Thanks for the contribution!