Display videos from various online sources (YouTube, Vimeo, Veoh, etc) in one single player, 27 different skins, playlist system, rating system, etc.
Yes, you have to provide full video URL. ProPlayer doesn't work if you just place some part of the URL. Please check following usages;
[pro-player]http://www.youtube.com/watch?v=2YAvfxA6a94[/pro-player]
Actually, I've created this plugin for my blog. And I thought all these video sources are enough. However, if there is a big demand for other video sources, I can implement them too.
Yes, ProPlayer supports any of the following file types:
video: [3g2, 3gp, aac, f4b, f4p, f4v, flv, m4a, m4v, mov, mp4, sdp, vp6] image: [gif, jpg, png, swf] sound: [rbs, mp3]
The only thing you need to do is adding a type attribute for your video file if it is other than FLV:
[pro-player type="MP3"]http://www.trt.net.tr/medya/ses/2008/11/19/09be6054-1829-4cac-b068-e9493200196c.mp3[/pro-player]
[pro-player type="JPG"]http://www.mydomain.com/albums/summer/1.jpg[/pro-player]
Please check the usages/installation section. Basically, you need to call pro-player function with above pro-player snippets.
<?php
print insert_proplayer(
array(
"width" => "530",
"height" => "213",
"playlist" => "bottom"
),
"http://www.youtube.com/watch?v=2YAvfxA6a94"
);
?>
You can place above usage to anywhere in your WordPress site.
Width, height and type are optional attributes. You can pass these attributes to change the width and height:
[pro-player width="500" height="500"]http://vimeo.com/1473498[/pro-player]
Defaults for these attributes will be used if you don't pass them. And defaults are 'width' = 530, 'height' = 253. If you wanna change the defaults just go and edit plugin source. It's really easy.
Yeah, if you don't wanna type things, just use the editor button to add a new video. It's so easy. (This feature only available after 2.0 release)
Yes you can. You can even add some add-ons like Ad system, etc.. Just check the addons page site JW FLV Media Player for details.
Yes there is. Just go to the options page. You'll see a bunch of (26) new skins on top of the default one. Just change it and it will apply to all your players immediately.
Yes, if you wanna style your player container like adding borders, changing background etc, just define "div.pro-player-container" in your CSS file:
div.pro-player-container {
border: 1px solid red;
}
It is easy. Go to ProPlayer settings page in your WordPress admin panel, you are gonna see whole bunch of extra settings.
Read above answer.
First of all, I'm really appreciated everyone's support and interest. However, I wrote this plugin for myself. So it has just semi-advanced functionalities. And there might be bugs too since I don't have any business requirements other than show my own videos (youtube and vimeo videos). So if you're having some trouble, please send me an email with "site url, what did you write in your post (from your admin panel), contact information", or add a comment on project page. I'll try to get back to you in ASAP. And please don't forget I've a job to go in day time.
You can add me on twitter http://twitter.com/IsaGoksu or you can just follow the project page. I'll try to update as much as possible.
Guys I'm really sorry for that, but today I looked at megavideo site. And their video API is full of ads. If you don't have premium account (which I don't have), writing something over that API is really tricky, 'coz every time you develop something, they will change the API according to their needs. Free service doesn't have a fixed API. If the demand for that site is so high, I'll look at again. But for now, I don't wanna spend so much energy on that.
Just check options page.
Read above answer. Just one thing here is Visualizer plugin requires you to use your own mp3 files. If you're refering to another host/URL, make sure that host/URL has crossdomain.xml configured for your access. For more details, please look at the Adobe's site.
Another thing about visualizer plugin is; it will block your preview images.
Check the options page. One thing you need to know is, place your watermark image under proplayer/players/watermark.png. It has to be transparent. And when this option is enabled, you cannot use visualizer for your audio files.
Well, read above answer. It's default watermark. If you wanna turn it off, go to options page.
After version 4.0, you can see preview image of the videos.
And, if you also want to add custom images to your video, either you can use proplayer window or you can use following syntax:
[pro-player image='http://myserver.com/superimage.jpg']myvideo-url[/pro-player]
If you just wanna show a default preview image for all your videos, you can check options page, you'll see an option for that.
After version 2.7 you can have playlists. Playlist works by only adding comma separated files into the player code, or by providing a youtube playlist. If you do add comma separated files, ProPlayer will automatically create a playlist from given list. If you provide a youtube playlist, ProPlayer automatically retrieve your playlist files in a sequential order.
One side note here: If you add videos from multiple video sources (youtube, vimeo, veoh, etc), player work perfectly fine. However you should consider that there will be an overhead on retrieving file information process from all those sources. And this will cause longer page loads unless it's not cached. After version 4.0, caching will handle your site speed.
Just tell which position you want to ProPlayer:
[pro-player playlist="bottom"] my video url [/pro-player]
You need to provide autostart attribute and set it true. Please read related FAQ about autostart.
If you want ProPlayer to automatically advance songs/videos, please set repeat=true too. Please read related FAQ about repeat.
If you don't want to play automatically, leave repeat as true, and set only autostart to false. By this way, your visitors can play and listen it forever, or if they want they can pause it again. It's up to them.
Just add your files in comma separated form. Please read above answers for more information. Usage:
[pro-player repeat='true']http://mydomain.com/my-song-1.mp3,http://mydomain.com/my-song-2.mp3,http://mydomain.com/my-song-3.mp3[/pro-player]
Yes you can, just use the new 'Add Video' dialog by pressing ProPlayer button or type following into your post:
[pro-player autostart='true']http://mydomain.com/my-awesome-video.flv[/pro-player]
Yes you can, just use the new 'Add Video' dialog by pressing ProPlayer button or type following into your post:
[pro-player repeat='true']http://mydomain.com/my-awesome-video.flv[/pro-player]
Yes you can. Just give the file name(s) comma separated and define the RTMP server in the ProPlayer dialog. When you define RTMP server, you can only use RTMP server files.
Yes, after 4.0.
Sure, just go to the options page and set cache timeout to 0.
You can do it. Please enable the sharing/embedding support or go to the options page and check new features :P
After version 4.0, you can use sidebar as your player location. Please add a sidebar widget, and drop your ProPlayer snippet there.
Yes you can. It's so easy. Go to options page and follow the instructions. If you don't know what's Longtail AdSolutions, please visit Longtail AdSolutions and grab your free account before they change their mind about free use :P
Yes you can. The only thing you need to do is upgrade the plugin to 2.0+ version.
It means that your video link is broken, or the video server blocked your server's IP range for a certain time/or all times. Guys, this is very common problem. All of you know that we're retrieving those sites' videos by some tricky codes. Not every service has an API like YouTube. If they don't wanna share their video with your server, I can't do a much there :S I'm sorry. Then again, just try again after some time. Maybe it might work.
Well, those players are default players of the above sites. Like if you embed DailyMotion's default player to show dailymotion video, it's gonna work most probably. But all of us know that most of those sites' players are crap. That's why I created this plugin, just to keep site's visual look & feel, and add some skin support. If this player doesn't play those videos, try to embed video source's player to your post. There are some nice plugins for that like Viper's plugin.
Well, veoh released a new player for desktops. If you don't have premium account, you can only watch preview from the web. If you wanna watch full movies, you should download their desktop media player.
I really don't have any machine to test PHP4 right now. However, I removed the version check. I assume it's gonna work without any problem.
Yes, definitely. However, after 2.7 release, I had to remove PHP4 support since it doesn't built-in support XML operations. PHP4 users can use plugin up to version 2.0.1.
One thing is I'm too busy for a long time. And I really don't have much time to add this right now. Any help would be awesome :)
Guys, I'm trying this plugin in 2 different servers which they have different settings and setup. As I wrote above, if you've PHP version 5+, you shouldn't see any errors. Then again, I tried to put some extra code to just adjust a little bit more support on early PHP 5 versions. But still no PHP 4 support. If you have PHP 4 on your server, please use version 2.0.1.
If you don't know what is PHP, or what version you have, please ask it to your hosting company by mail. They will tell you.
If you're using PHP5 and still getting some error, it's most probably your server is missing lib-xml and php-xml installation. Please ask them to do this:
Just delete the youtube.php file under video-sources folder and rename the youtube.proxy.php file to youtube.php. This will allow you to get YouTube videos through proxy.
Truely I have no clue :P. I just never tried. Maybe you can try and let us know?
I've changed the license from GPL to Apache2. So you can do whatever you want as long as you send me the updates. If you wanna use in commercial project, do it! If you wanna change the player code just do it! The only thing here is I'm using JW Media Player. It's license is under GPL. You need to note that.
If you want support or custom modifications, but you don't know how to do just drop me an e-mail and let's take it from there.
Yes pleaseeeeee! I cannot spend all my spare time to the plugin guys.. I need help!
Requires: 2.7 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-8
Downloads: 169,779
0 of 3 support threads in the last two months have been resolved.
Got something to say? Need help?