Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.x-dev
Component:
Embedded Video Field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 22:45 UTC
Updated:
23 Mar 2009 at 19:25 UTC
Has anyone else had youtube stop working with Embedded Media Field recently? Maybe they have changed something but it seems to have broken all videos using youtube on my site. Here is an example URL of what is happening
http://www.animationsa.org/community/videos/riaan/riaan-theron-reel-2008
It used to work fine but in checking over the last week it seems as if only youtube videos no longer embed properly. The vimeo ones still seem to work fine.
In the backend it shows that it has recognised the youtube ID fine and it is correctly fetching the thumbnail, just no video any more.
Has this happened to anyone else? Any fixes?
Thanks
Gregg
Comments
Comment #1
Glowingtree commentedsame with a site I'm working on. i didn't do anything to my video content pages - when 2 days ago "whammo!"
the videos stopped showing up. One thing I'm noticing when using firebug, is that the div
for the embedded video content field is not even showing - not being rendered on the page -
thats when I knew things were fishy. So obviously not a browser display/compatibility issue.
The module isn't bringing the videos from Youtube properly.
I tried editing the page and changing the Youtube embed url, but still wouldn't work.
I don't have a Youtube API developer code, but that was fine before - videos
always played
Comment #2
Glowingtree commentedI just cut and pasted a embed code from Youtube into a blank page with a blank content
type (no filters) - works fine. For simple things I guess you don't need even the embedded video
field, just make a blank text field with no html filter on it, and call it "video"
http://www.baptistchurchscarborough.com/video-test
Comment #3
iaminawe commentedThanks for the workaround idea Glowingtree...
I am using the Embedded Media Field for all members to be able to keep their own video portfolios up to date and members are using a range of services to host their videos including youtube so I cant really substitute it now for simpler option as there are already quite a few videos that have been added.
Does anyone have any ideas to fix this within Embedded Media Field? The other option is to remove the youtube service support but that would be a pity as a lot of our members already have stuff on youtube that they are sharing on our site.
Comment #4
iaminawe commentedAnyone else encountering this? It has killed my community video sections as a lot of my community are using youtube for their videos...
Any help would be greatly appreciated.
Thanks
Comment #5
Glowingtree commenteda word of caution with the work-around, if this is a field thats only accessible to trusted admins
posting content it should be fine. However if its available to basic or anonymous users to post video links,
theres a bit of a risk as there is no filtering of potentially damaging HTML (ie auto-loading virus
url) so maybe try "Full-html" filter for that field in a custom content type instead - I don't have time to test this, but its a suggestion - hopefully Youtube embed code will still work with Full-HTML filter
Comment #6
alex ua commentedYoutube embeds work fine for me ( ex: http://zivtech.com/videos/interview-with-drupals-ghop-grand-prize-winner )
Are you running any other flash or javascript related modules?
Comment #7
iaminawe commentedNot really any other flash related modules. Here is a listing of the different module js that is being loaded
The embed code looks correct as far as I can see but there is just no display with only youtube videos
Here is what the embed code looks like in the source
The thing is only youtube embeds stopped working pretty randomly as well... I did not install any modules or update anything and it just stopped working....
Since then I have updated to the latest Drupal and Emfield but still no luck...
As mentioned previously, in the backend it looks like it is working fine and the youtube ID is being correctly recognised but somehow the swfobject embed is not loading the youtube videos
Any idea what could be causing this?
Here is a link to a sample video that is not being diplayed http://www.animationsa.org/community/videos/theanimationschool/welcome-a...
Thanks
Gregg
Comment #8
alex ua commentedYou have a ton of javascript modules running, such as JSTools and SFWObject, any one of which could be causing the conflict. Turn off your other modules one by one and reopen this when you figure out which one is causing the problem (my money is on SWFObject and/or JQuery Update)
Comment #9
iaminawe commentedI removed swfobect and swfobject api modules and youtube videos were restored...
Thanks very much for suggestion
Gregg
Comment #10
Democron commentedWaiting for the fix.
In my case I can see the video on IE but can't view it on FireFox. Same thing happens with iaminawe's url, IE fine, FF can't see video.
Comment #11
srece commented-enable PHP Filter in "Modules"
-create a new page, put your Youtube embed code in
-Select "Input Format" and select "PHP Code"
Well that worked for me and I have swftools running to.