How would I add to this code to allow searching included in the video? HTML/Java embedded video?

Elgo

New member
<html>
<head>
<title>YouTube</title>
</head>
<body>
<br>
<br>
<br>
<br>
<div align="center"><object style="height: 390px; width: 640px"><param

name="movie" value="http://www.youtube.com/v/PZM7TWcfSmc?version=3"><param

name="allowFullScreen" value="true"><param name="allowScriptAccess"

value="always"><embed src="http://www.youtube.com/v/PZM7TWcfSmc?version=3"

type="application/x-shockwave-flash" allowfullscreen="true"

allowScriptAccess="always" width="640" height="360"></object></div>
</body>
</html>

I know that's the code and it'll render regularly somewhere below the top of the screen, and in the center. When the video is done being watched, it will end, and have replay, direct link, code, and like videos. How do I change the code to allow users to search YouTube from the embedded video? I already checked the code.google website, and the information there was confusing and not helpful. if anyone could sort out information and allow this to happen? Whomever can make this work gets 10 points!
 
Back
Top