开发者

Embed Windows Media Player in PHP

Hi how do I go about embeding Windows Media Player in PHP ? what I want is when the user clicks the link a new window pops up to play the video in it's original si开发者_开发问答ze & when the user checks the page source he wont find the direct link to the video file, without using activex if possible.


PHP has nothing to do with Windows Media Player. At most it can generate the appropriate HTML to invoke a media player on the client's machine (via <object> and/or <embed> and/or <video>, but there's no guarantee it would be media player. You cannot force a particular player. What if they're on a Mac? Or a Unix machine? No WMP there...

At best you can obscure the address, but when push comes to shove, the address of the media file HAS to be sent to the client so their player can retrieve the data for playing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜