It's pretty simple to install. Just follow the common intention:
proplayer/wp-content/plugins/ directoryThat's it. The usage is like this:
[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
print insert_proplayer(
array(
"width" => "530",
"height" => "213",
"playlist" => "bottom"
),
"http://www.youtube.com/watch?v=2YAvfxA6a94"
);
?>
For more information about video sources and their addresses syntax, just visit my blog. You'll see a page that explains it. Please go visit




