- MaidInAmnSeasoned Member
- Joined : 2010-11-25
Posts : 1317
Age : 36
Location : New England, United States
Member Info
Platinum Points:
(5/100)
Tiers:
UHCM's YTE Sound Effects List
Fri Nov 09, 2012 3:00 pm
This list is mainly consisted of html's param coding (aka the "Old Coding") for YouTube Embed that has modifiers such as "autohide," "start" and "end."
Tips
For a practical video that is only showing the control bar, set the autohide to 0 by adding ";autohide=0" after ";rel=#" That way the control bar will not be overlapped by the hyperlinked title that usually bobs up or down from the top.
If you don't want fullscreen to be available, set both Param and Shockwave variable of "Allowfullscreen" from allowfullscreen="true" to allowfullscreen="false" so that button will not be functional.
If you want to only show the control bar, look at the Param and Shockwave codes for "Width" and "Height." Typically, the two will be shown accompanied with each a triple-digit number like "width=420 height=315." Change these digits to your desirable width like 500 or below, then set the height to between 24-41 (or from 25-40 while 35 is recommended if wanted the progression bar visible. At times there will be a bug where the player will say, "This player is too short." To deal with it is to find a new video.
If you have the settings the way you wanted on your param and shockwave coding, but you're adding a new video, you don't have to go into repetition of copy and pasting the embed codes and adding the same codes. All you have to do is to copy and paste the one you have and look for the "Video Identification Code" or YIC. Usually a YIC comes after "watch?v=" and before "&feature=related" in the URL link. Mind that you cannot link just the YIC because it is a dependent code made only for YouTube. In an embed coding, there are two of them; the Param and the Shockwave. The simplest way of finding them is by looking for the string that literally looks like a full URL link. Typically the main difference between the actual and the embed is how it transition from "youtube.com" to the YIC. The actual URL will say, "youtube.com/watch?v=*YIC*" while the embed URL will say, "youtube.com/v/*YIC*?" When located, copy the YIC from your desired video and paste it over the old YIC in your recently pasted new video codes. Badabing Badaboom, you post the edit/new post and you have your new video without having to go through the strain.
Glossary
Autohide - Based on 1 or 0, autohide can automatically hide the control bar when the cursor is either idled or outside the player's border if set to 1; if set to 0, the control will never go away. ";autohide=#" (# = 1 or 0)
Start - Based on Digit Value => Second, the amount put into the value is where the video will start when played, regardless if it has some before it. It is noticeable as a vertical bar where the Placement Bubble is originally placed over; the Placement Bubble is the current time position of the video. ";start=#" (# = 1 = 1 second; decimal works too.)
End - Based on Digit Value => Second, the amount put into the value is where the video will end immediately without having to complete the entire video. It is usually noticeable as a vertical bar that is not covered by the Placement Bubble. ";end=#" (# = 1 = 1 second; decimal works too.)
List
KYA!
(derived from Erza Scarlet's Pitfall Scene in Fairy Tail)
STRONG OPPOSITION
(derived from Bleach OST - Treachery)
VICTORY FANFARE
(Derived from Final Fantasy Dissidia OST - Cosmos Victory Fanfare)
FOR JUST ONE MOMENT
(Derived from Nino Rito's "What is a Youth?")
A SUSPICION BEST KEPT ISOLATED
(Derived from "Merry Go Round" by Joe Hisaishi)
Tips
For a practical video that is only showing the control bar, set the autohide to 0 by adding ";autohide=0" after ";rel=#" That way the control bar will not be overlapped by the hyperlinked title that usually bobs up or down from the top.
If you don't want fullscreen to be available, set both Param and Shockwave variable of "Allowfullscreen" from allowfullscreen="true" to allowfullscreen="false" so that button will not be functional.
If you want to only show the control bar, look at the Param and Shockwave codes for "Width" and "Height." Typically, the two will be shown accompanied with each a triple-digit number like "width=420 height=315." Change these digits to your desirable width like 500 or below, then set the height to between 24-41 (or from 25-40 while 35 is recommended if wanted the progression bar visible. At times there will be a bug where the player will say, "This player is too short." To deal with it is to find a new video.
If you have the settings the way you wanted on your param and shockwave coding, but you're adding a new video, you don't have to go into repetition of copy and pasting the embed codes and adding the same codes. All you have to do is to copy and paste the one you have and look for the "Video Identification Code" or YIC. Usually a YIC comes after "watch?v=" and before "&feature=related" in the URL link. Mind that you cannot link just the YIC because it is a dependent code made only for YouTube. In an embed coding, there are two of them; the Param and the Shockwave. The simplest way of finding them is by looking for the string that literally looks like a full URL link. Typically the main difference between the actual and the embed is how it transition from "youtube.com" to the YIC. The actual URL will say, "youtube.com/watch?v=*YIC*" while the embed URL will say, "youtube.com/v/*YIC*?" When located, copy the YIC from your desired video and paste it over the old YIC in your recently pasted new video codes. Badabing Badaboom, you post the edit/new post and you have your new video without having to go through the strain.
Glossary
Autohide - Based on 1 or 0, autohide can automatically hide the control bar when the cursor is either idled or outside the player's border if set to 1; if set to 0, the control will never go away. ";autohide=#" (# = 1 or 0)
Start - Based on Digit Value => Second, the amount put into the value is where the video will start when played, regardless if it has some before it. It is noticeable as a vertical bar where the Placement Bubble is originally placed over; the Placement Bubble is the current time position of the video. ";start=#" (# = 1 = 1 second; decimal works too.)
End - Based on Digit Value => Second, the amount put into the value is where the video will end immediately without having to complete the entire video. It is usually noticeable as a vertical bar that is not covered by the Placement Bubble. ";end=#" (# = 1 = 1 second; decimal works too.)
List
KYA!
(derived from Erza Scarlet's Pitfall Scene in Fairy Tail)
- Code:
[center]<object width="500" height="35"><param name="movie" value="http://www.youtube.com/v/jAjqgpiZkYk?version=3&hl=en_US&rel=0;start=1;end=1.8;autohide=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jAjqgpiZkYk?version=3&hl=en_US&rel=0;start=1;end=1.8;autohide=0" type="application/x-shockwave-flash" width="500" height="35" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Source: UHCM's YTE Sound Effects List[/center]
STRONG OPPOSITION
(derived from Bleach OST - Treachery)
- Code:
[center]<object width="500" height="35"><param name="movie" value="http://www.youtube.com/v/UjbhKPMUCXw?version=3&hl=en_US&rel=0;autohide=0;end=10"></param><param name="allowFullScreen" value="false"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UjbhKPMUCXw?version=3&hl=en_US&rel=0;autohide=0;end=10" type="application/x-shockwave-flash" width="500" height="35" allowscriptaccess="always" allowfullscreen="false"></embed></object>
Source: UHCM's YTE Sound Effects List[/center]
VICTORY FANFARE
(Derived from Final Fantasy Dissidia OST - Cosmos Victory Fanfare)
- Code:
[center]<object width="500" height="35"><param name="movie" value="http://www.youtube.com/v/PwUig18llPo?version=3&hl=en_US&rel=0;autohide=0;end=3.7"></param><param name="allowFullScreen" value="false"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PwUig18llPo?version=3&hl=en_US&rel=0;autohide=0;end=3.7" type="application/x-shockwave-flash" width="500" height="35" allowscriptaccess="always" allowfullscreen="false"></embed></object>
Source: UHCM's YTE Sound Effects List[/center]
FOR JUST ONE MOMENT
(Derived from Nino Rito's "What is a Youth?")
- Code:
<object width="500" height="35"><param name="movie" value="http://www.youtube.com/v/Sm-evov1oSM?version=3&hl=en_US&rel=0;autohide=0;start=100.6;end=117.3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Sm-evov1oSM?version=3&hl=en_US&rel=0;autohide=0;start=100.6;end=117.3" type="application/x-shockwave-flash" width="500" height="35" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Source: UHCM's YTE Sound Effects List
A SUSPICION BEST KEPT ISOLATED
(Derived from "Merry Go Round" by Joe Hisaishi)
- Code:
<object width="500" height="35"><param name="movie" value="http://www.youtube.com/v/owddukdxFv4?version=3&hl=en_US&rel=0;autohide=0;start=49.25;end=50"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/owddukdxFv4?version=3&hl=en_US&rel=0;autohide=0;start=49.25;end=50" type="application/x-shockwave-flash" width="500" height="35" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Source: UHCM's YTE Sound Effects List
|
Permissions in this forum:
You cannot reply to topics in this forum