Locations movie clips (YouTube, Vimeo, Veoh, Youku, Dailymotion, etc..) into your publish by using JW FLV Gamer. 10,000 downloading in first 2 several weeks, and still counting! Here are couple awesome features: 27 different Themes, Customized Playlists, Youtube. com Playlists, Video Scores, Sound Visualizer, Showing Watermarks, and much more..

Sponsored Links

  • All files that you've uploaded to your server (movies, images, etc..)
  • Dailymotion
  • Google Video
  • MySpace
  • Veoh (music videos are not supported)
  • Vimeo
  • Youtube (with playlists)
  • Youku
  • With a little help, new sources could be added soon..


Installation

it's pretty simple to install. Just follow the common intention:

  • Unzip the plugin file, it will create a directory named proplayer
  • Upload the directory to the /wp-content/plugins/ directory
  • Activate the plugin through the 'Plugins' menu in WordPress


That's it. The usage is like this:

PHP Code:
[pro-player]http://www.youtube.com/watch?v=2YAvfxA6a94[/pro-player]
    
[pro-player width="500" height="500"]http://vimeo.com/1473498[/pro-player]
    
[pro-player type="mp4"]http://www.mydomain.com/media/awesome.mp4[/pro-player] 
If you're a template developer or you want to show a video in a fixed position in the site:

PHP Code:
<?php
        
print insert_proplayer(
             array(
                
"width" => "530",
                
"height" => "213",
                
"playlist" => "bottom"
             
),
             
"http://www.youtube.com/watch?v=2YAvfxA6a94"
        
);
    
?>

Screen Shots










Click here To Download