Login
Register
Account
About 'corePHP'
Portfolio
SiteMap
'corePHP'
Professional website development and design services
Home
Joomla! Products
Components
Community ACL
Droomla
jomCalendar
jomLike
JPhoto
Mortgage Calculators
WordPress
Plugins
Amazon Pack
Automated CSS3 Generator
Chimp Your Joomla!
JAutosearch
jomCDN
jomDefender
VirtueMart Age Restriction Plugin
jomSocial Add-ons
jomGive
Dreamweaver
Template Basics
JPhoto Add-ons
JPhoto Slideshow
cACL Add-ons
DOCman Plugin
CB Plugins
DOCman Downloads
Modules
YouTube Module
Templates
Joomla Themes
Services
Joomla! Services
Joomla! Install and Upgrading Services
Joomla! Website Design/Maintenance
Joomla! Custom Development
Joomla! Component Development
Template Services
Joomla! Template Conversion
Joomla! Template Design
PSD Template Design
Print Service
Print Design
Resources
Affiliate Club
Search Engine Submissions
'corePHP' Partners
Blog
Support
Submit Ticket
Community Forums
Contact Us
Home
Search
Login
Register
'corePHP' Forums
»
'corePHP' Joomla! Extensions
»
YouTube Module
»
Adding setVolume()
Topic:
Adding setVolume()
+ Reply to Thread
Print
0 Members and 2 Guests are viewing this topic.
March 16, 2011, 09:40 AM
rjjacob
Newbie
Posts: 9
none
Adding setVolume()
I'm wanting to modify the default video settings to have the volume set at 50% or lower. How would I do this?
Logged
March 17, 2011, 04:33 AM
Andy
Administrator
Hero Member
Posts: 1,739
Re: Adding setVolume()
I believe you
could add some Javascript to do that set the volume
once the video is loaded. If you would like for us to provide a quote for the modification,
please contact us here
.
Kindest regards,
Logged
Andy Poorman - Support Manager / Developer
http://www.corephp.com
—
'corePHP' - Accessibility Experts
— Professional Support:
Support Tickets
March 17, 2011, 06:14 AM
rjjacob
Newbie
Posts: 9
none
Re: Adding setVolume()
Thank you for the reference. I've been spending a bit of time with this exact page and have not been able to figure out exactly where to put the function. Your comment "once the video is loaded" gives me a clue. I'll work with it a bit longer to see if I can make it work. But I may be contacting you for some (paid) help.
As always, thanks for the prompt reply and the quality products.
Logged
July 21, 2011, 04:32 AM
rjjacob
Newbie
Posts: 9
none
Re: Adding setVolume()
Thanks, William for the tip. I had assumed as much and finally told the client we would just keep the video from starting automatically. This seemed fine to them.
By the way, my father's name was William Jacob. What a coincidence, eh?
Logged
November 06, 2011, 06:02 AM
cool_mike
Newbie
Posts: 36
'corePHP' - Unlock your Full Potential!
Re: Adding setVolume()
hi,
Below is the syntax which u can try .
I did some R & D for the same topic and this is what i found. Please check if the code below is working and do let me know .
<object width="425" height="355"><param name="movie" value="http://
www.youtube.com/v/DMyOrQS01b8&hl=en
"></param><param name="wmode"
value="transparent"></param><embed src="
http://www.youtube.com/v/
DMyOrQS01b8&hl=en" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355"></embed></object>
Thanks
Logged
February 02, 2012, 12:48 PM
acymru
Newbie
Posts: 1
'corePHP' - Unlock your Full Potential!
Re: Adding setVolume()
Cold question, but I found this trying to do something similar. I wanted the video to autoplay on mute. Wound up adding the following code to the bottom of the module's tmpl > default.php file:
<script src="
http://www.google.com/jsapi
"></script>
<script type="text/javascript">
function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("obj"+playerId);
ytplayer.mute();
}
</script>
Logged
+ Reply to Thread
Pages: [
1
]
« previous
next »
'corePHP' Forums
»
'corePHP' Joomla! Extensions
»
YouTube Module
»
Adding setVolume()
Twitter
Plurk
Digg It
Facebook
LinkedIN
RSS