player src syncMaster syncBehavior begin ¼Ó¼º ¿¹Á¦¸Þµð¾î¹Ù ¼Ó¿¡ ¸Þµð¾î Ç÷¹À̾î
±×¸®°í ¹®ÀÚ¿
±×¸®°í HTML
µîÀ» Æ÷ÇÔÇÒ ¼ö ÀÖ´Ù
À̵¿ÇÏ´Â DIV ÀÌ ¿¹Á¦´Â IE6À̻󿡼¸¸ ÀÛµ¿µÈ´Ù. <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:PAR id=tPar syncBehavior="locked"> <t:MEDIA id="m1" src="http://trio.co.kr/sound/flute2.mid" player="{52ca3bcf-3b9b-419e-a3d6-5d28c0b0b50c}" syncMaster="true" syncBehavior="locked" begin="1" /> <t:ANIMATEMOTION id="a1" begin="m1.begin" dur="9" targetElement="oDiv" path="M 0 0 L 400 70" fill="freeze"/> <t:SEQ style="font-size:18pt;color:#ff0000" syncBehavior="locked" begin="m1.begin" fill="freeze"> <DIV class="time" dur="1.5">¸Þµð¾î¹Ù ¼Ó¿¡ ¸Þµð¾î Ç÷¹À̾î</DIV> <DIV class="time" dur="1.5">±×¸®°í ¹®ÀÚ¿</DIV> <DIV class="time" dur="2">±×¸®°í <FONT color=blue>HTML</FONT></DIV> <DIV class="time" dur="2">µîÀ» Æ÷ÇÔÇÒ ¼ö ÀÖ´Ù</DIV> </t:SEQ> </t:PAR> <DIV id="oDiv" class="time" style="background-color:yellow;position:absolute;top:10;left:10; font-size:16;border:solid 2 red;padding:5" >À̵¿ÇÏ´Â DIV</DIV><br> <button onclick="tPar.beginElement()">´Ù½Ã ½ÃÀÛ</button> </BODY> </HTML> |