Skip to content
Loading
what is the code for jwplayer in asp.net
  1. "text/javascript">
  2. jwplayer("container").setup({
  3. flashplayer:"/jwplayer/player.swf",
  4. file:"/uploads/Baby.FLV",//changetowhereeverthepathisforyourexample
  5. height:470,
  6. width:320
  7. });

0