Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
This is sample example
$(document).ready(function () {

        jwplayer("PlayMP4Video").setup({
           file:miha.mp4 ,
            flashplayer: "player.swf"
        });
    });


where miha.mp4 is include in project - this is working perfect.
How to select file from C:/music/miha.mp4

i've tried
var url = "C:/music/miha.mp4";
var url = "C:\music\miha.mp4";
but non of this worked.
Posted
Updated 19-May-14 7:15am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900