Need a video player for integration with PHp -


i using jwplayer video project. retrieving url database after selection of particular video. jwplayer time load url of youtube.com , plays sometime not playing videos.

sample code:

<h2>mp4 video playing youtube api </h2>  <div id="container1">loading player ...</div>  <script type="text/javascript">      jwplayer("container1").setup({              flashplayer: "player.swf",              file: "youtube.com/watch?v=cbd9h0juq3w";,              height: 270,              width: 480 });  </script>  

if can suggest me better video player... in advance.

marco

jwplayer video player. if it's randomly loading youtube videos or not playing videos @ all, you've goofed in your code (in case switching players isn't fix anything). show code and/or example page happening.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -