2012-11-21 6 views
0

iframe you-tube 비디오를 사용하고 있습니다.외부 링크 설정 iframe video

샘플 코드 : 나는 YouTube 동영상을 클릭하면

<iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe> 

는 외부 페이지로 리디렉션합니다. 아래 코드를 사용했습니다.

<a href="#"> <iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe></a> 

내 방식이 잘못되었다는 것을 알고 있습니다. 그것은 작동하지 않습니다. 어쨌든 이것을 확인하려면?

답변

1

이것은 작동하지 않습니다. 귀하의 문제를 해결하려면 자바 스크립트를 사용해야합니다. 참고로이 스레드 다음 확인할 수 있습니다 Detect Click into Iframe using JavaScript

또 다른 해결책은 온 클릭 (우리가 iframe이 내용이 보일 것이다, 그것을 위해 어떤 배경을 설정하지 않습니다) 어떤있을 것이다 나는 다른 사업부의 overiframe을 겹쳐 여기

<div style="position:relative"> 
<div style="position:absolute;width:414px;height:270px" onclick='window.location.href="http://google.com"' ></div> 
<iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe> 
</div> 

입니다 원하는 URL로 사용자를 이동시키는 기능