PDA

View Full Version : YouTube codes?




slipper
May 20, 2009, 10:08 PM
Everyone knows the HG and HD codes &fmt=18 and &fmt=22...

But what about auto play, no sound and whatever else there is?



o3o
Jun 7, 2009, 07:54 AM
Everyone knows the HG and HD codes &fmt=18 and &fmt=22...

But what about auto play, no sound and whatever else there is?

&autoplay=1

&loop=1

&fmt=22 can be replaced with &hd=1

also looking for nosound and more codes

also my codes may just only work when embedding

acearchie
Jun 7, 2009, 08:20 AM
What benefit would the loop and no sound codes have? How would you apply them?

I of course understand the quality ones but I am curious about the others!

o3o
Jun 8, 2009, 10:32 PM
#t=18m00s

sets video to start at 18m00s

Its Trish
Jun 9, 2009, 02:38 AM
&subl=ck,popsecret

inserts 1/3000 of a second subliminal frames (http://en.wikipedia.org/wiki/Subliminal_advertising#Further_developments) of icy cold coke and fresh hot popcorn

mdee4
Jun 14, 2009, 02:47 PM
&subl=ck,popsecret

inserts 1/3000 of a second subliminal frames (http://en.wikipedia.org/wiki/Subliminal_advertising#Further_developments) of icy cold coke and fresh hot popcorn

Liar???

slipper
Jul 5, 2009, 07:05 AM
What benefit would the loop and no sound codes have? How would you apply them?

I of course understand the quality ones but I am curious about the others!


Still looking for a no sound code. I am planning to embed a video on the index page of my site, but would rather it auto play with no sound and have the viewer turn on sound if he/she wants.

Its Trish
Jul 5, 2009, 11:31 AM
Still looking for a no sound code.

slipper,

If your webpage happens to be in WordPress,
then you can use this WP plug-in to embed
YouTube videos and control volume:
http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/

Go to this page and view the sourcecode:
http://prendetumente.com/wp-content/plugins/vipers-video-quicktags/.pureftpd-upload.49665f7c.15.eab.f8566300
and search for the word volume; currently its set to
a default value of 100, change it to 0.
btw I don't use WP myself, and I'm just passing on
(hopefully correctly!) what I found at viper007bond.com


Also check out.......

The parameter volume= is discussed here:
http://tw.myblog.yahoo.com/legend_meiko/article?mid=537&sc=1
You'll have to copy/paste the above URL into Google translate


Also check out....

Check the mention of setVolume() in this thread:
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/b459cf32f453d1d5?pli=1
Then view the html sourcecode of this page:
http://gdata-issues.googlecode.com/svn/trunk/javascript/youtube/volume_example.html


Also check out http://forums.adobe.com/thread/431924


Good luck!

trish : - )

Its Trish
Jul 5, 2009, 11:36 AM
slipper,

Here's a workaround / quickfix....
First, you'll need to create another version of your video,
one without sound, and upload it to Youtube.

On your webpage, play that soundless video in an iframe.
Below the iframe, include a hotlink that says "Enable Sound".

Clicking that link will load the main video (the one with the sound)
into the iframe. Remember to use the Youtube autoplay parameter.

trish : - )

Its Trish
Jul 5, 2009, 11:43 AM
ps...

This forum thread lists some Youtube parameters
that I haven't seen before.
http://www.gaiaonline.com/forum/gaia-guides-and-resources/guide-to-youtube-customization-open/t.48207071/
You may want to ask the thread poster
what he knows about setting volume.
If you find anything out, please report back to us!