<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html xmlns=
"http://www.w3.org/1999/xhtml"
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>Untitled Document</title>
</head>
<body>
<a href=
"#"
onclick=
"var myPlayer = document.getElementById('playerid'); myPlayer.pauseVideo();"
>Pause</a>
"var myPlayer = document.getElementById('playerid'); myPlayer.playVideo();"
>Play</a>
<embed id=
"playerid"
width=
"500px"
height=
"400px"
allowfullscreen=
"true"
allowscriptaccess=
"always"
quality=
"high"
bgcolor=
"#000000"
name=
style=
""
src=
"http://www.youtube.com/v/LpbzbyGjJGE?enablejsapi=1&version=3&playerapiid=ytplayer"
type=
"application/x-shockwave-flash"
</body>
</html>
play stop 예제 입니다
doridori2013@nate.com