开发者

vb.net problem with path

I have created a web application in that application i have added two folder. one is admin folder and under admin i have added a upload folder. In upload folder i have three different audio's. And also i have imported DLL for Windows media player. Through this media player im able to play the audios in local host.

By giving Direct path like MediaPlayer1.Filename="C:\User\sam\waka.mp3"

But when i host the website im getting problem the page is getting refreshed but the audio is not getting played. I have tried this path Server.Mappath(".\.\upload\waka.mp3")

and Se开发者_StackOverflow社区rver.Mappath("~\admin\upload\waka.mp3)

the above both paths are not working when i host the website please reply.


It's still a bit unclear, but it sounds like there's some kind of audio player in your website (an ActiveX control or something?) that's trying to reference a path on the server as though it were on the client that's loading the page. Naturally, this will work on your development machine because the client and the server are the same thing.

What's actually being rendered on the client side? What happens if you reference the audio file by its URL rather than its file system path?

Or are you trying to do something different than what I describe? Are you actually trying to play the audio on the server when the client accesses the site?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜