//'##############################################################################
//'#### 프로그램 ID : flash.js
//'##############################################################################
//'#### 단위 업무명 : 행복한하루 사이트 개발
//'#### PAGE USER : 여행광장
//'#### 최초 작성자 : 연양흠
//'#### 최초 작성일 : 2009.10.28
//'#### 버 젼 : 0.1v
//'#### 최종 수정자 :
//'#### 최종 수정일 :
//'#### 설 명 :
//'#### 주 의 사 항 : jquery 3.1.2
//'#### 이 메 일 : yes_4c_4c@hotmail.com
//'#### copyright : 설계자 동의없이 무단복제, 도용을 금합니다.
//'##############################################################################
//EX,FI Transparent
function flashMovieWrite(fid,src,wid,hei,wmd) {
this.fPrint = '';
this.Id = document.getElementById(fid);
this.Src = src;
if(wid == 0){
this.Width = '100%';
}
else{
this.Width = wid;
}
if(hei == 0){
this.Height = '100%';
}
else{
this.Height = hei;
}
this.Wmod = (wmd != undefined)? wmd :'';
//if(isObject(Id)) {
fPrint = '';
//Id.innerHTML = fPrint;
document.write(fPrint);
//}
}
function swf_include(swfUrl,swfId,swfWidth,swfHeight,flashVars){
var flashStr=
""+
""+
""+
""+
""+
""+
""+
""+
""+
""+
""+
"";
document.write(flashStr);
};