Closed (fixed)
Project:
Media: YouTube
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 20:48 UTC
Updated:
13 Jun 2012 at 07:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI am seeing the same issue when attempting to view embedded videos on my iPad, except what I'm seeing is simply a message that says Flash needs to be installed in order to play the video. I checked the same videos in my PC web browser and they work fine.
Comment #2
ishmael-sanchez commentedYou can handle this in the theming layer. First download http://www.longtailvideo.com/players and place in your theme folder or custom module folder. Then if you don't have template.php in your theme create one and add
Then create a content-field-field_EMFIELDNAME.tpl.php and add
<div id="container">Loading the player ...</div>.When the browser doesn't support flash it renders HTML5. You can read about it in the JW player embedding PDF file in the longtail video download.
Comment #3
aaron commentedas a note: you can specify that youtube videos go through longtail in the settings.
however, also note that in the latest dev version, i've added support for youtube's native html5 support, so this should no longer be an issue. just check the 'html5' box in the module settings, under player options.
Comment #6
Toongenius commented#2 doesn't work for me- I just get a parse error.
#3 says it has been fixed in the latest release. It hasn't. See http://drupal.org/node/1222646
This issue is not fixed.