유용한 자료
< 자료공유 < 유용한 자료
기타자료실

flash | 올플래시에서 게시판

페이지 정보

작성자 madalla 작성일13-02-08 08:21 조회2,201회 댓글0건

본문

<style type="text/css">
<!--
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #990000;
}
 DIV {         
      border: 0px;     
      color: #000000;            
      background-color: #FFFFFF; 
      overflow: scroll;
    }
 DIV.notice_bbs {
            position: relative;
   visibility:hidden;
            top: -403px;
            left: 320px;    
            height : 274px;
            width : 502px;   
            overflow: visible;
            }
   -->
</style>
<Script language="javascript">
<!--
function show(){
  document.getElementById("layer_1").style.visibility = 'visible';
}
function hide(){
  document.getElementById("layer_1").style.visibility = 'hidden';
}
function setnow() {
 document.getElementById("layer_1").style.visibility = "hidden"
}
function getIframe(ifurl){
//iframe 주소 불러오기
 document.getElementById('layer_1').src = ifurl;
 show();
}
window.onload=setnow;
</Script>
 
 
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1000" height="610" id="external_flash">
      <param name="movie" value="images/bereza.swf" />
   <PARAM NAME=wmode VALUE=transparent>
   <param name="allowScriptAccess" value="always">
      <param name="quality" value="high" />
      <embed src="images/bereza.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="610" name="external_falsh" allowScriptAccess="always" swLiveConnect=true name='external_flash'></embed>
    </object><DIV class="notice_bbs">
<IFRAME src = "<?=$ifUrl?>", id = "layer_1" width="502" height="274" marginwidth="0" marginheight = "0" scrolling="yes" frameborder="0" align="top">
</IFRAME></DIV></td>
  </tr>
</table>
 
 
 
//플래쉬 파일
 
import flash.external.ExternalInterface;
 
this.latest.latest0.onRelease = function() {
 var ifUrl = _root.svr_url + _root.subject_url0 + "&wr_id=" + _root.wr_id0;
 ExternalInterface.call("getIframe", ifUrl);
 
  • 페이스북으로 보내기
  • 트위터로 보내기
  • 구글플러스로 보내기