asp.net - How to play video files from DB? -


i have asp.net website play video db , had script below how make file attribute video file db .

<script type="text/javascript">         $(document).ready(function () {             jwplayer("playmp4video").setup({                 file: "sp.flv",                 flashplayer: "player.swf"             });         });     </script>    <div>         <div class="video-container">             <iframe id="playmp4video" width="215" height="160" frameborder="0" allowfullscreen="true">             </iframe>         </div>     </div> 


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -