Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > HTML5 Youtube player View modes: 
User avatar
Member
Member
david.supola-fleishman - 8/16/2012 9:26:41 AM
   
HTML5 Youtube player
Is it possible modify the Youtube video control to use the HTML5 Youtube player with the <video>/<iframe> setup instead of the <object> embed code which requires flash. Which file would this modification be made in?

User avatar
Certified Developer 8
Certified Developer 8
Jiveabillion - 8/16/2012 10:20:32 AM
   
RE:HTML5 Youtube player
You can modify the web part that it uses. I modified mine to use the iFrame.
If I were you though, I would check for an HTML5 capable browser and only output your video tag for those browsers.