重要媒体播放器 [英] Important Media Player

查看:75
本文介绍了重要媒体播放器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,有人知道我如何在我的asp页面上放置媒体播放器

允许用户收听样本歌曲等?或者任何人都知道在哪里找到

代码?谢谢


问候

欢呼


***通过Developersdex发送 http://www.developersdex.com ***

不要只参加USENET。 ..为此奖励!

解决方案

你会像在html页面上那样做 - 不过这个小组

是关于服务器端代码的。


< D>在消息新闻中写道:uC ************** @ TK2MSFTNGP12.phx.gbl ...

亲爱的,有人知道如何放置媒体播放器我的asp页面允许用户收听样本歌曲等?或者任何人都知道在哪里找到代码?谢谢

欢呼

***通过Developersdex发送 http://www.developersdex.com ***
不要只是参加USENET ......获得奖励!



同样的方式是如何???


欢呼


***通过Developersdex发送< a rel =nofollowhref =http://www.developersdex.comtarget =_ blank> http://www.developersdex.com ***

Don 我只是参加USENET ......获得奖励!


D写于30 okt 2004 microsoft.public.inetserver.asp.general:

亲爱的,有人知道如何在我的asp页面上放置媒体播放器以允许用户收听样本歌曲等?或者任何人都知道在哪里找到代码?谢谢




我用这样的东西向用户发送非现场声音:


''''''' ''...........

Response.Clear()


if instr(href," mms:") = 1然后

Response.ContentType =" video / x-ms-asf"

%>

< ASX version =" ; 3.0">

< Entry>

< ref HREF ="<%= href%>" />

< / Entry>

< / ASX>

<%

elseif instr(href," rtsp: ")= 1 OR instr(href," pnm:")= 1则

Response.ContentType =" audio / x-pn-realaudio"

%>

<%= href%>


<%else

'''''''' '........


-

Evertjan。

荷兰。

(请将x''es更改为我的电子邮件地址中的点数,

但是让我们继续讨论新闻组)


Dear all, anyone know how i can place a media player on my asp page to
allow user to listen to sample songs, etc? or anyone know where to find
the code?? Thanks

Regards
cheers

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!

解决方案

Youll do it the same way as you would on an html page - however this group
is about server side code.

<D> wrote in message news:uC**************@TK2MSFTNGP12.phx.gbl...

Dear all, anyone know how i can place a media player on my asp page to
allow user to listen to sample songs, etc? or anyone know where to find
the code?? Thanks

Regards
cheers

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!



The same way is how???

cheers

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!


D wrote on 30 okt 2004 in microsoft.public.inetserver.asp.general:

Dear all, anyone know how i can place a media player on my asp page to
allow user to listen to sample songs, etc? or anyone know where to find
the code?? Thanks



I use something like this to send off-site sound to the user:

''''''''...........
Response.Clear()

if instr(href,"mms:")=1 then
Response.ContentType = "video/x-ms-asf"
%>
<ASX version="3.0">
<Entry>
<ref HREF="<%=href%>"/>
</Entry>
</ASX>
<%
elseif instr(href,"rtsp:")=1 OR instr(href,"pnm:")=1 then
Response.ContentType="audio/x-pn-realaudio"
%>
<%=href%>

<% else
''''''''........

--
Evertjan.
The Netherlands.
(Please change the x''es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)


这篇关于重要媒体播放器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆