The play/pause button.
Step 1: Use youtube video.
Step 2: Copy-paste code. It will look like this at first.
Note: I changed the ">" and "<" to ")" and "("
The words with strike are those you don't need
Step 3: Now take this part only,
If you want to have autoplay, add:
(embed src="http://http://www.youtube.com/v/2WoJV4NLxqg&hl=en_US&fs&autoplay=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344")(/embed)
For the button, change the size.
width="30"
height="25"
So it will look like this in the end:
Step 1: Use youtube video.
Step 2: Copy-paste code. It will look like this at first.
(object width="425" height="344")(param name="movie" value="http://www.youtube.com/v/2WoJV4NLxqg&hl=en_US&fs=1&")(/param)(param name="allowFullScreen" value="true")(/param)(param name="allowscriptaccess" value="always")(/param)(embed src="http://www.youtube.com/v/2WoJV4NLxqg&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344")(/embed)(/object)
Note: I changed the ">" and "<" to ")" and "("
The words with strike are those you don't need
Step 3: Now take this part only,
(embed src="http://www.youtube.com/v/2WoJV4NLxqg&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344")(/embed)
If you want to have autoplay, add:
(embed src="http://http://www.youtube.com/v/2WoJV4NLxqg&hl=en_US&fs&autoplay=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344")(/embed)
For the button, change the size.
width="30"
height="25"
So it will look like this in the end:
Comments
Post a Comment