안드로이드 개발 질문/답변
(글 수 45,052)
있다면 방법좀 알려주세요...
2010.11.03 15:24:00
<L1-1-1A.smi>
<smil>
<head>
<meta name="base" content="file:///D:/eg/ladder100/ymnet/L1/L1_1_1A/"/>
<meta name="author" content=""/>
<meta name="title" content="Untitled"/>
<meta name="copyright" content="?2000"/>
<layout>
<root-layout background-color="#000000" height="423" width="790"/>
<region id="Region1" left="37" top="209" height="208" width="276" z-index="2" fit="fill"/>
<region id="C1_Region" left="0" top="0" height="423" width="790" z-index="0" background-color="#000000"/>
<region id="Region2" left="337" top="118" height="299" width="416" z-index="1" fit="fill"/>
</layout>
</head>
<body>
<par>
<img id="1" src="../images/L1_word.jpg" region="C1_Region" fill="freeze" system-bitrate="12000"/>
<video id="2" src="L1-1-1a.rm" region="Region1" fill="freeze" system-bitrate="13500"/>
<animation id="3" src="L1-1-1A.swf" region="Region2" fill="freeze" system-bitrate="13274"/>
</par>
</body>
</smil>
SMIL(Synchronized Multimedia Integration Language)은 멀티미디어 데이터를 XML을 이용하여 시간적, 공간적으로 배치, 제어하기 위한 W3C 표준 프리젠테이션 언어이다. 이렇게 나와있네요
제가 쓰는거는 일당 동영상하고 플래시하고 서로 번갈아가면서 신호를 주고 받아 재생되는거예요
<smil>
<head>
<meta name="base" content="file:///D:/eg/ladder100/ymnet/L1/L1_1_1A/"/>
<meta name="author" content=""/>
<meta name="title" content="Untitled"/>
<meta name="copyright" content="?2000"/>
<layout>
<root-layout background-color="#000000" height="423" width="790"/>
<region id="Region1" left="37" top="209" height="208" width="276" z-index="2" fit="fill"/>
<region id="C1_Region" left="0" top="0" height="423" width="790" z-index="0" background-color="#000000"/>
<region id="Region2" left="337" top="118" height="299" width="416" z-index="1" fit="fill"/>
</layout>
</head>
<body>
<par>
<img id="1" src="../images/L1_word.jpg" region="C1_Region" fill="freeze" system-bitrate="12000"/>
<video id="2" src="L1-1-1a.rm" region="Region1" fill="freeze" system-bitrate="13500"/>
<animation id="3" src="L1-1-1A.swf" region="Region2" fill="freeze" system-bitrate="13274"/>
</par>
</body>
</smil>
제가 쓰는거는 일당 동영상하고 플래시하고 서로 번갈아가면서 신호를 주고 받아 재생되는거예요



