asp.net - JWPlayer access files on DFS Share -



asp.net - JWPlayer access files on DFS Share -

i have asp.net (.net 3.5) website , want utilize jwplayer 6.10. can player display won't play files. i'm setting filename in c# codebehind , seems working fine. however, seems jwplayer can't connect , read mp3 file dfs share location. i've tried several values filename such 'file://xyz/files/adf/1234.mp3', 'file:///\xyz\files/ad/1234.mp3', '//xyz/files/adf/1234.mp3', etc. can't seem find format works. right format jwplayer access file on dfs?

<head> <script src="jwplayer-6.10/jwplayer.js" type="text/javascript"></script> <script>jwplayer.key = "abc123==";</script> <script src="jwplayer-6.10/jwplayer.html5.js" type="text/javascript"></script> </head> <body> jwplayer('jw6player').setup({ "flashplayer": "jwplayer-6.10/jwplayer.flash.swf", "file": '<%=filename %>', "type": "mp3", "id": "jwplayer6", "width": 640, "height": 30 }); </body>

asp.net jwplayer

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -