You Tube Video Settings require Default Option
Posted: 26 Aug 2013, 09:54
Hi,
I am using the You Tube Video Upload facility to attach You Tube Videos into a category in my site. My issue is that I want the Video to run in a player box which is a little larger than the standard You Tube size.
As per the documentation, the only way I have been able to increase the size of the player is to
i) Upload the Video using the URL e.g. http://youtu.be/DNd3IpfoMvQ
ii) Then go into the Images entry in the Joomla Backend Phoca Gallery section and add change the Video code section to be
<object width="850" height="600">
<param name="movie"
value="http://www.youtube.com/v/DNd3IpfoMvQ&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"></param>
<param name="wmode" value="direct"></param>
<embed src="http://www.youtube.com/v/DNd3IpfoMvQ&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="direct" quality="autohigh"
width="850" height="600"></embed>
</object>
---
As you can imagine, this is a very difficult and time consuming action, as I have to manually change the unique reference (the code I have shown as bold) for every video.
This also means that I cannot get my users to add You Tube Videos in the Front End, because if I do they will use the defaults.
Is there a way to set the Video code as a Default (either in the Options of Category Level), so every video link uses it, or is there any other way to achieve the same result any other way?
I can't see a way to do this now, so I suspect that this doesn't exist but could this be added to the Roadmap for the future as I believe it makes it much easier to manage customised video player views in the site, whilst maintaining end user control.
Thanks
Rob
I am using the You Tube Video Upload facility to attach You Tube Videos into a category in my site. My issue is that I want the Video to run in a player box which is a little larger than the standard You Tube size.
As per the documentation, the only way I have been able to increase the size of the player is to
i) Upload the Video using the URL e.g. http://youtu.be/DNd3IpfoMvQ
ii) Then go into the Images entry in the Joomla Backend Phoca Gallery section and add change the Video code section to be
<object width="850" height="600">
<param name="movie"
value="http://www.youtube.com/v/DNd3IpfoMvQ&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"></param>
<param name="wmode" value="direct"></param>
<embed src="http://www.youtube.com/v/DNd3IpfoMvQ&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="direct" quality="autohigh"
width="850" height="600"></embed>
</object>
---
As you can imagine, this is a very difficult and time consuming action, as I have to manually change the unique reference (the code I have shown as bold) for every video.
This also means that I cannot get my users to add You Tube Videos in the Front End, because if I do they will use the defaults.
Is there a way to set the Video code as a Default (either in the Options of Category Level), so every video link uses it, or is there any other way to achieve the same result any other way?
I can't see a way to do this now, so I suspect that this doesn't exist but could this be added to the Roadmap for the future as I believe it makes it much easier to manage customised video player views in the site, whilst maintaining end user control.
Thanks
Rob