Quote:
Originally Posted by Dollarsign
I have managed to get this working, however how do I get it to display widescreen youtube videos, high definition videos and hq videos?
I just see a 4:3 box with a shrunken widescreen video inside it, is there anyway to display the widescreen videos?
I tried adding &fmt=22 to the end of the URL but it didn't do anything, thanks for the mod and any help is appreciated! 
|
You have to change the Default Width and Height on AdminCP > AME CP > Settings. I use 858x508, works fine for me.
I really can't remember if I change my Youtube definitions (Admin CP > AME CP > DisplayDefinitions > Youtube) so here it goes:
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&hl=pt-br&fs=1&color1=0x234900&color2=0x4e9e00&border=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
I'm getting HQ Widescreen on all videos. Hope it helps.