[ asf ] 음악, 동영상 처리
HTML/CSS
2008. 5. 24. 03:55
<% Response.ContentType="video/x-ms-asf" Response.expires=0 %> <%v_url = Request("V_URL")%> <Asx Version = "3.0" > <Param Name = "Name" Value = "아이헬퍼스" /> <Param Name = "AllowShuffle" Value = "yes" /> <Entry> <Duration value = "00:05:18.552" /> <Param Name = "MediaType" Value = "video" /> <Param Name = "Bitrate" Value = "508439" /> <Copyright > 해당곡의 저작권자</Copyright> <Title >SIGMA6 동영상</Title> <Author >LG 정유</Author> <Param Name = "type" Value = "streamed" /> <Param Name = "Is_Trusted" Value = "false" /> <Param Name = "Is_Protected" Value = "false" /> <Ref href = "<%=v_url%>"/> </Entry> </Asx>