systemCaptions, systemLanguage, systemOverdubOrSubtitle ¼Ó¼º ¿¹Á¦°É°ú Ç¥½Ãâ
audio1Obj´Â ¾ð¾î°¡ ÇѱÛÀÌ°í ¼Ò¸®Ç¥½Ã»ç¿ë°¡ üũµÇÁö ¾Ê¾ÒÀ¸¸é trueÀÌ°í <HTML xmlns:t="urn:schemas-microsoft-com:time"> <HEAD> <STYLE>.time{ behavior: url(#default#time2);}</STYLE> <IMPORT namespace="t" implementation="#default#time2"> </HEAD> <BODY timecontainer="seq"> <T:PAR id=parObj> <T:SWITCH> <T:AUDIO id="audio1Obj" src="../../../media/sample.wav" systemOverdubOrSubtitle="overdub" systemLanguage="ko" systemCaptions="off" onbegin="playIt()" /> <T:AUDIO id="audio2Obj" src="../../../media/sample.wav" systemOverdubOrSubtitle="subtitle" systemLanguage="ko" systemCaptions="on" onbegin="playIt()" /> </T:SWITCH> </T:PAR> <SCRIPT> function playIt(){ str='audio1Obj.systemOverdubOrSubtitle='+audio1Obj.systemOverdubOrSubtitle+'<BR>'; str+='audio1Obj.systemLanguage='+audio1Obj.systemLanguage+'<BR>'; str+='audio1Obj.systemCaptions='+audio1Obj.systemCaptions+'<BR><BR>'; str+='audio2Obj.systemOverdubOrSubtitle='+audio2Obj.systemOverdubOrSubtitle+'<BR>'; str+='audio2Obj.systemLanguage='+audio2Obj.systemLanguage+'<BR>'; str+='audio2Obj.systemCaptions='+audio2Obj.systemCaptions+'<BR><BR>'; str+=event.srcElement.nodeName+' <FONT color=red>'+event.srcElement.id+'</FONT>°¡ Ç÷¹À̵ȴÙ.'; showA.innerHTML=str; } </SCRIPT> <DIV id=showA>°É°ú Ç¥½Ãâ</DIV> <BUTTON onclick="parObj.beginElement()">´Ù½Ã ½ÃÀÛ</BUTTON> </BODY> </HTML> systemlanguage ¼Ó¼º ¿¹Á¦Este es un ejemplo para el systemLanguage la propiedad. ÇöÀç Áö¿ª ¼±ÅÃÀÌ Çѱ۷ΠµÇ¾îÀÖ´Ù. ÀÌ ¿¹Á¦´Â systemLanguage ¼Ó¼ºÀÇ ¿¹Á¦ÀÌ´Ù. Your current locale setting is English. This is an example for the systemLanguage property. This language is not supported. »ç¿ëÀÚ°¡ Áö¿ª¼³Á¤¿¡¼ ¼±ÅÃÇÑ µðÆúÆ® ½Ã½ºÅÛ ¾ð¾î¸¦ °ËÁ¤ÇÏ¿© ÇØ´çÇÏ´Â ¾ð¾î·Î Ç¥½ÃÇÑ´Ù. <HTML xmlns:t ="urn:schemas-microsoft-com:time"> <HEAD> <STYLE>.time{ behavior: url(#default#time2);}</STYLE> <IMPORT namespace="t" implementation="#default#time2"> </HEAD> <BODY> <T:SWITCH> <SPAN systemLanguage="es"><B>Your current locale setting is Espanol</B>.<BR> Este es un ejemplo para el <B>systemLanguage</B> la propiedad.</SPAN> <SPAN systemLanguage="ko">ÇöÀç Áö¿ª ¼±ÅÃÀÌ <B>ÇѱÛ</B>·Î µÇ¾îÀÖ´Ù.<BR> ÀÌ ¿¹Á¦´Â <B>systemLanguage</B> ¼Ó¼ºÀÇ ¿¹Á¦ÀÌ´Ù.</SPAN> <SPAN systemLanguage="en">Your current locale setting is<B> English</B>.<BR> This is an example for the <B>systemLanguage</B> property.</SPAN> <SPAN>This language is not supported.</SPAN> </T:SWITCH> </BODY> </HTML> |