선택적 방송사 선택 하여 영상보여주기 식이 적용... ????
본문
아래식은 board 에서 유튜부와 연동하여 정상적으로 선택적으로 보여주던 것인데.. latest스킨에서는 않되네요
이를 모르겠어요..... -_-
<?php } ?>
<!-- youtube -->
<?php if($view[wr_1]){ ?>
<div style="margin:0 0 10px 0;">
<iframe width="100%" height="400" src="http://www.youtube.com/embed/UAFxqrOOUk0" frameborder="0" allowfullscreen></iframe>
</div>
<?php } ?>
<?php if($view[wr_2]){ ?>
<div style="margin:0 0 10px 0;">
<iframe width="100%" height="400" src="http://www.ustream.tv/embed/19060045?v=3&wmode=direct" scrolling="no" frameborder="0" style="border: 0px none transparent;"></iframe>
</div>
<?php } ?>
<?php if($view[wr_3]){ ?>
<div style="margin:0 0 10px 0;">
<iframe frameborder="0" src="http://live.afreeca.com:8057/app/svlopentv.php?szStr=595d010f4001421f5c545704541f435147420e564d&nWidth=480&nHeight=360&isAutoPlay=1" width="100%" height="400"></iframe>
</div>
<?php } ?>