Status
Not open for further replies.

softleaks

Active Member
666
2011
152
0
When I embed a youtube video to wjunction some strings are appended in the embed source.

For example:

[ame]http://www.youtube.com/watch?v=JByDbPn6A1o[/ame]


When you look at the Embed code for the above video you will find something like this:

Code:
<object width="425" height="350">
<param name=''movie'' value="http://www.youtube.com/v/JByDbPn6A1o&amp;ap=%2526fmt%3D18&amp;fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/JByDbPn6A1o&amp;ap=%2526fmt%3D18&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object>


I wanna know why is the string,

Code:
&amp;ap=%2526fmt%3D18&amp;fs=1

appended at the end of the video link and what does it mean???
 
1 comment
Status
Not open for further replies.
Back
Top