or

ProPlayer WP Plugin

Display videos from various online sources (YouTube, Vimeo, Veoh, etc) in one single player, 27 different skins, playlist system, rating system, etc.

Description

Places online videos (YouTube, Vimeo, Veoh, Youku, Dailymotion, etc..) into your post by using JW FLV Player. 10,000 downloads in first 2 months, and still counting! Here are couple nice features: 27 different Skins, Custom Playlists, Youtube Playlists, Video Ratings, Audio Visualizer, Displaying Watermarks, and much more..

Currently supported video sources are:

  • 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..

Now with flashvar overrides, displayable playlists, flow view, subtitle support, keyboard navigation.

Above videos are supported, however all their rights are reserved to their certified owners. Currently I don’t support to put their watermark logos for each video. I’ll add this feature in near future. Till I add these options, if there is any legal issue, please try to fix it by yourself since it’s open source.

Installation

It’s pretty simple to install. Just follow the common intention:

  1. Unzip the plugin file, it will create a directory named proplayer
  2. Upload the directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

That’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"
    ); 
?>

Frequently Asked Questions

Do I have to provide full video URL or just some part of it?

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]

Are you gonna support more video resources?

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.

Can ProPlayer play mp3 files?

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]

How can I use ProPlayer in my header or any fixed position?

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.

Can I change the width and height?

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.

Isn’t there any button or something to add a new video?

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)

Can I change the theme of the player?

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.

Isn’t there an easy way to change these skins?

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.

Can I style a little bit more?

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;
}

I wanna change player colors?

It is easy. Go to ProPlayer settings page in your WordPress admin panel, you are gonna see whole bunch of extra settings.

I wanna stretch my video?

Read above answer.

I’m having some errors?

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. I or Josh will try to get back to you in ASAP. And please don’t forget I’ve a job to go in day time.

I wanna follow project?

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.

I want MegaVideo?

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.

How can I add rating system for my videos?

Just check options page.

Is there any chance to add visualizer for my audio files?

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.

I wanna show some watermark/logo for my videos?

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.

I see dead people :P, no no, I just started to see IG logo after upgrading 2.0?

Well, read above answer. It’s default watermark. If you wanna turn it off, go to options page.

I can’t see the preview of the video if I don’t press play?

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.

How about playlist support?

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.

What about displaying playlist?

Just tell which position you want to ProPlayer:

[pro-player playlist="bottom"] my video url [/pro-player]

I added multiple files, but my playlist doesn’t automatically start?

You need to provide autostart attribute and set it true. Please read related FAQ about autostart.

Well, when I do autostart=true it just plays the first one and stops?

If you want ProPlayer to automatically advance songs/videos, please set repeat=true too. Please read related FAQ about repeat.

OK this time, I set both options and my playlist starts automatically and plays forever?

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.

How can I create custom playlist?

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]

Can I enable auto play?

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]

Can I enable repeat option?

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]

Can I Add RTMP streaming files?

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.

Is there a caching support?

Yes, after 4.0.

Can I turn the caching off?

Sure, just go to the options page and set cache timeout to 0.

I wanna share or let other people to embed my videos?

You can do it. Please enable the sharing/embedding support or go to the options page and check new features :P

I wanna show my player on the sidebar?

After version 4.0, you can use sidebar as your player location. Please add a sidebar widget, and drop your ProPlayer snippet there.

Can I use Longtail AdSolutions?

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

I can’t post 2 videos in the same post?

Yes you can. The only thing you need to do is upgrade the plugin to 2.0+ version.

Sometimes I see this video is not available?

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, but other players are showing those videos?

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.

Veoh movies are just 5 minutes?

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.

Is there a PHP 4 support?

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.

Are you planning to give support for old PHP4 releases?

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 :)

I’m having some PHP errors?

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:

  • For windows servers, just install the lib-xml and enable the php-xml/lib-xml extension from the php.ini
  • For Redhat Linux: yum install php-xml, and enable lib-xml extension
  • For Debian based Linux: apt-get install php-xml, and enable lib-xml extension
  • For MacOSX based server: port install php-xml if they needed

My Country doesn’t support YouTube?

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.

Isn’t there a Wordpress 2.x support?

Truely I have no clue :P. I just never tried. Maybe you can try and let us know?

Can I copy your code for my own web projects?

I’ve changed the license from GPL to BSD. So you can do whatever you want. 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.

Do you need help?

Yes pleaseeeeee! I cannot spend all my spare time to the plugin guys.. I need help!

Screenshots

Here are some screenshots from the player.

Some Notes

I’ve added simpletest support to the project. And I’m also releasing 4.7.5 with unit tests. So developers who want to continue on that are more than welcome :)

Change History

version 4.7.7 | download this version

  • Minor Bug fixes (like IE7 display problems)

version 4.7.6 | download this version

  • Visualizer plugin support disabled by default
  • Markdown plugin conflict which causes youtube playlist, dailymotion and youku problems is fixed
  • Same image was shown for the playlist, fixed now
  • Minor Bug fixes

version 4.7.5 | download this version

  • Support for displaying playlist on desired position
  • FlashVar overrides, please look at the all supported flashvars from: author’s site
  • Flow View support for media files in the playlist
  • Subtitle support
  • Shortcut support: Up/Down arrow keys for Volume Up/Down, Left/Right arrow keys for Pre/Next media file
  • RTMP syntax change
  • Quicktags syntax change
  • Bug fixes for custom preview image, dailymotion, and veoh

version 4.5.1 | download this version

  • Support for fixed positions, custom pages and templates
  • Dailymotion bug is fixed
  • Some conflicts with other plugins has been removed
  • Minor bug fixes

version 4.5 | download this version

  • Youku support
  • Title support for each video source
  • Session based XML playlists are replaced by DB based XML playlists
  • In playlists, each video has its own preview image
  • User/Server related problems are grouped into a single error
  • All video calculations are speeded up
  • Lots of bug-fixing
  • Lots of refactorings

version 4.0.5 | download this version

  • YouTube access speed up
  • Direct YouTube access and YouTube over proxy support
  • Some minor bug fixes

version 4.0 | download this version

  • Major architectural changes
  • Full preview image support
  • Caching support
  • Cache timout option
  • Enhanced Youtube support
  • Sidebar player support (add as widget)
  • Re-supported Dailymotion
  • JW Media player upgraded to 4.4
  • Google video fix
  • Youtube fix
  • Complete cURL implementation

version 3.0 | download this version

  • Longtail AdSolutions support
  • Embedding / Sharing support (Viral)
  • RTMP streaming support
  • HD video support for YouTube
  • Minor enhancements and refactorings

version 2.8.6 | download this version

  • Image attribute for setting custom preview images has been added.
  • Permalink and tag cloud bug is fixed.
  • XML problems are fixed.
  • More PHP bug-fixes.

version 2.7.7 | download this version

  • JW FLV Media Player downgraded since it has dynamic playlist bugs
  • Stupid WP design problem (comes with register globals option) that causes the those stupid PHP problems is fixed.
  • Register Globals support (Please try to use register_globals = off for your security, if your host is not doing this, they’ve definitely misunderstanding on how PHP works, PHP6 doesn’t even contain register globals option anymore..)

version 2.7.5 | download this version

  • JW FLV Media Player upgraded to 4.3
  • Couple more stupid PHP warnings are fixed for early releases (5.0, 5.0.x, etc)
  • More wider PHP support

version 2.7.1 | download this version

  • Couple stupid PHP warnings are fixed for early releases (5.0, 5.0.x, etc)
  • More wider PHP support

version 2.7 | download this version

  • Youtube playlist support
  • Custom playlists
  • Multiple playlist (one custom, one youtube, etc)
  • Added auto play option to the options page
  • Added repeat option to the options page
  • Added auto play support (by adding autostart=’true’)
  • Added repeat support (by adding repeat=’true’)
  • Some minor bug fixes to increase PHP support
  • Title bug fix for rating system
  • Performance optimizations

version 2.0.1 | download this version

  • Bug fix for uniqid() warning message for PHP. (The bug is a PHP 4.3.1 bug – http://bugs.php.net/bug.php?id=30900&edit=1). However I put a workaround for everybody.

version 2.0 | download this version

  • Added ProPlayer button to WordPress default post editor toolbar
  • Added ProPlayer quicktag to the HTML view
  • Added support for multiple video in one post
  • Some problematic dailymotion, youtube video resolution have been fixed.

version 1.6 | download this version

  • Added preview image support for Youtube, Vimeo and Veoh
  • Default preview image support
  • Some minor bugs are fixed

version 1.5 | download this version

  • Added 26 new skins [Stylish v1.1 (Default), Blue Metal, Grunge Tape, 3D Pixel Style, Atomic Red, Overlay, Comet, Control Panel, DangDang, Fashion, Festival, Ice Cream Sneaka, Kleur, Magma, Metarby 10, Stylish v1.0, Nacht, Neon, Pearlized, Pixelize, Playcasso, Schoon, Silvery White, Simple, Snel, Stijl, Traganja]
  • Added customized skin addition option
  • Added Visualizer support for audio files
  • Added Rating support for all media files (by Rate it all)
  • Added Watermark/Logo support for all media files

version 1.1 | download this version

  • Added options page
  • Customizable skin
  • Customizable colors
  • Customizable default width and height options
  • Customizable video stretching options (fill, uniform, exact fit, none)

version 1.0.5 | download this version

  • Usage changed from <pro-player> to [ pro-player ]
  • Some bug fixes

version 1.0 | download this version

  • Initial release

Limitations

  1. Visuzalizer plugin has known issues by its author. So please make sure that you’re not using any ad-blocker or extension which might block the plugin. There might be problem on some OS/browser combinations. I don’t have any list for that. I just know that there are some known issues.
  2. Ad plugin from Longtail has its own issues. There will be a bug fix release after these guys fix their code-base.
  3. Unfortunately I didn’t implement a perfect ID detection algorithm. So you sometimes have to manually strip the irrelevant tags from the link URL. For example: instead of: http://vimeo.com/2440304&embed=23023492873 you should place: http://vimeo.com/2440304 This is not mandatory. However, some videos doesn’t work if you don’t strip the irrelevant text from the video URL.
  4. In some cases, the whitespaces before/after link URL can cause some problems. If you don’t want any problems, just please pay attention to not use whitespaces before and after the video URL.
  5. One limitation about playlists. If you have hundreds videos (if files are not hosted by your server) in your playlist, you might have some delay on page loads. For performance-wise, please don’t use more than 10-20 items. And if possible, please grab all your videos from same source. No problem with playing, I’m just commenting this to inform you.
  6. Longtail AdSolutions mid-roll ads are incompatible with visualizer and embedding. So if you turn on embedding/sharing or visualizer you cannot see mid-roll ads. Please make sure that you’re using pre-roll or post-roll ads if you wanna turn these options on.
  7. When you add a RTMP file, make sure that all your playlist contains songs/videos from same server. No mixed playlist allowed!

1,297 Responses

  1. Milan

    Reply on your reply on my comment.

    I had some unplanned things so I couldn’t respond you earlier, but in following weeks I believe I’ll have a free time for helping.

    If you want, I can implement and test changes based on my suggestion and then send it to you. I don’t need a developer account since I don’t think I’ll contribute that much.

    (again, I suggest you to install here WordPress plugin Subscribe to Comments so that we can get replies on ours comments via e-mail)

    December 28, 2009, 3:50 PM
  2. mattc

    This is a great plugin. Appreciate all the work you’ve put into it.

    I ran into an issue with my $_POST information getting clobbered when I enable this plugin on a development site. Any ideas why this would be happening and where I can look to fix the problem? I’m more than willing to dig into the code myself, just wanted to know if you might be able to point me in the right direction.

    Thanks!

    December 29, 2009, 6:04 AM
  3. Kirk

    Bug report: On some MySQL v5 configurations, the ProPlayer 4.7.7 plugin won’t work. The player will appear, but displaying the message “VIDEO IS NOT AVAILABLE”.

    This is because MySQL v5 introduces sql_mode, the default setting for which is STRICT_TRANS_TABLES, which prevents automatic conversion of string values to integer values.

    When ProPlayer’s PlaylistController->savePlaylist function attempts to insert a record into the wp_proplayer_playlist table it fails because the empty string it supplies for the integer ID field generates an “incorrect integer value” error (and rightly so).

    The ProPlayer code does not test for failure of the insert, so it continues until the PlaylistController->getPlaylist function tries to fetch the record and returns empty handed.

    A temporary work-around is for the database admin to remove the STRICT_TRANS_TABLES and STRICT_ALL_TABLES modes from the sql_mode declaration in MySQL’s my.ini config file (and then restart the database). However, this is far from ideal as it is a database-wide change and a retrograde step in terms of type-checking.

    Ideally, a future release of the ProPlayer plugin should replace the empty string in the offending insert statement with the null keyword.

    December 30, 2009, 2:44 PM
  4. majed

    hi and thx for this great plugin my problem is that i have the latest version of ur plugin and latest version of WP but when i post the code in the text widget just the code appeare without plug in so what should i do plz

    http://direct-aid.org

    December 31, 2009, 10:02 AM
  5. Suz

    Hello thank you for a great plugin. I read that you have not built in the options to change the playlist title and some other customizations to the playlist. However… Can you steer me to which files or parameters would be needed to be changed or updated to make the playlist wider and to capture the titles of the videos( from vimeo is my main source.) Thankyou Happy New Year

    January 1, 2010, 12:00 AM
  6. LeBlogWeb

    Hello, I tried to use ProPlayer, but i got this error when activating :

    Parse error: syntax error, unexpected ‘]’, expecting ‘(’ in /homepages/46/d301423407/htdocs/wp-content/plugins/proplayer/pro-player.php on line 65

    January 1, 2010, 5:07 AM
  7. BN

    I keep getting Error#2032 or “video is currently unavailable!” when I try to post vimeo videos. Here is an example of the issue

    http://quachdaica.info/?p=7398

    Help me please, thanks alot !

    January 2, 2010, 10:47 AM
  8. Rosina

    Sorry if this is double posted, but I don’t see my comment, so trying again.

    I am getting the error “Video not found or access denied.” on this page:

    http://www.disabilityassistancedogs.org/2009/12/facility-dog-team-in-the-news/

    The video is accessible, here’s the URL:

    http://www.disabilityassistancedogs.org/wp-content/uploads/videos/WQAD_121409_tanner_rehab_therapy_dog.wmv

    Can you please help me with what is going on here?

    I know this plugin is great because I use it on http://www.tamarr.org/ (which is actually on the same physical server) and have had no problems setting up and using it. So I don’t understand why it won’t work here.

    Thanks for your help!

    January 4, 2010, 1:20 PM
  9. node

    Fullscreen mode with own videos not working properly:

    Hi Isa, I made a strange discovery. With the lates Pro Player I downloaded from wordpress page my videos are played back in their original size rather than full screen when clicking the fullscreen button. When I embed a video from youtube using Pro Player it is scaled properly to fullscreen but not the videos stored on my own server. I already tried different formats (currently it’s a mp4 video) and also used allowfullscreen=’true’. I also tried different skins.

    Here’s my test: http://www.cyprod.com/net/gl/wp/?p=174&preview=true

    Is there any workaround?

    January 5, 2010, 3:44 AM
  10. pollox

    same problem of kirk, i put 2 parts of a video from myspace into a pro player playlist, and display into the player VIDEO IS NOT AVAILABLE, anyways great plugin, but is necesarry a newer version to solve that problem

    January 5, 2010, 1:52 PM
  11. mirc

    http://www.8hc.org/aligator-yallah-remix-club.html

    Video is not available help ?

    January 5, 2010, 2:15 PM
  12. Rtt910

    This plugin cannot embed a YouKu Video.

    January 5, 2010, 3:36 PM
  13. Rod

    Interesting plugin, however google video and youku didn’t work.

    January 6, 2010, 12:13 PM
  14. Rei

    Megavideo!Megavideo!You know what I mean.

    January 7, 2010, 1:55 AM
  15. Joris

    Can people use this in the comments too?

    [pro-player]http://www.youtube.com/watch?v=va1v6Drp5Gc[/pro-player]

    January 7, 2010, 7:53 AM
  16. Dan

    Great plugin but I am having trouble with Vimeo content, the clips play for a few times then say video not found or access denied. This even happens with Video I shoot myself and uploaded to Vimeo with zero restriction to the public.

    Any ideas? is ProPlayer no longer compatiable with Vimeo HD ?

    Thanks

    Dan

    http://hydroracertv.com/?page_id=3888

    January 9, 2010, 8:51 PM
  17. Dan

    Vimeo giving error message and these videos are not restricted.

    http://hydroracertv.com/?page_id=3888

    January 9, 2010, 8:54 PM
  18. harun

    öncelikle çok iyi bir eklenti yaptığınızı söylemek istiyorum.Fakat ekletiyi 2.9.1 sürüm wp sitemde proplayerin şuanki son versiyonu videoları oynatmıyor. Error#2032 hatası alıyorum ne yapabilirim.Teşekkürler isa bey..iyi çalışmalar

    January 10, 2010, 5:26 AM
  19. Swenn

    Great plugin! But I have a question or a request for next update. I would like to show the amount of video views on each video on my blog. I there already a possibility to do that? If not, could you add this feature to next update?

    Thank you,

    Swenn

    January 11, 2010, 11:31 AM
  20. Samir

    Hi. Loved you plug-in. But since in the post page it doesnt appear. How can I Align it to the center of the post, cause the player is alligned with the left corner only.

    January 12, 2010, 9:42 AM
  21. Andrew

    Hi I have started using longtail again. I cant find/remember where I get the implementation code.. as im sure it was on longtails website and now it’s not? Please help

    January 13, 2010, 1:54 AM
  22. BobCat

    Hi, I created a playlist with the comma separated list to display flv videos from my server. They play just fine, but the playlist at the bottom of the screen doesn’t display any info. Sections of the list highlight when you mouse-over, and you can click on the highlighted sections to choose different videos, but absolutely no info. Is there something I’m missing in the video file properties perhaps, or does the playlist only display info from YouTube playlists, and not from local server files?

    January 13, 2010, 1:15 PM
  23. Lore

    I installed the plugin. It seems to be great. It’s really what I need. There is only one small problem: it doesn’t work! Always returns the same message “Video not avalible”. But all ohter hundred plugins I’ve tested are working fine! Any idea? Thanks for any response

    January 14, 2010, 7:25 AM
  24. Juan Francisco

    Hi, I’m trying to insert several videos coma separated, but it only plays one of them.

    I also have problem with youtube videos, the videos doesn’t load.

    January 14, 2010, 8:38 AM
  25. Paul

    I have this error, how can i fix it?!!!

    Warning: mysql_pconnect() has been disabled for security reasons in /home/ig000040/public_html/wp-content/plugins/proplayer/playlist-controller.php on line 43

    January 14, 2010, 12:03 PM
  26. Jong Soo

    Hi, I love your plug in. However, youku seems like not working properly. They changed pattern recenly. Please check it if you are free.

    Thank you so much for all your hard work. happy new year.

    January 15, 2010, 9:27 AM
  27. pollox

    its posible to make a playlist with proplayer and set autoplay for al the items of the playlist???

    for example y make a playlist with 2 items when the first part ends the second part start automatically!!! is that posibble???

    January 18, 2010, 6:03 AM
  28. Jim

    Thanks for the plugin! I want to put extra jw variables i.e: so.addVariable(’controlbar’,'over’); so.addVariable(’icons’,'false’); Previously I’ve hacked your plugin to do this, but since upgrading obviously this has gone. It appears you’ve changed the structure of the plugin. Is there an easy way to do this – or even better a panel in the admin section to add additional variables? Thanks again for the work.

    January 18, 2010, 8:55 AM
  29. Says

    Hi,

    Nice plug-in, but it’s not working for me. I placed the in my header and the settings seem to be fine.

    Any help on this would be great. Thanks.

    January 18, 2010, 10:12 AM
  30. Klauz

    Hi everyone, first of all, this is a great plugin and thanks to the developers for this great job.

    i usually use proplayer to embed myspace videos, and i usually upload videos with lenght up to 20 minutes, but unfortunatelly Myspace now dont allow videos with lenght more than 20 minutes so i wondering if anyone hack this plugin to make a playlist of videos and give autoplay to al videos of the playlist. i.e i upload 3 videos of 16 minutes, and when the first part end the second one start automatically without clicking the playlist, the same thing when de second part ends the third one star automatically. if anyone have this hack implemented in proplayer, please let me now by email i really aprecciate your help.

    thanks in advance.

    January 18, 2010, 7:54 PM
  31. Nathan

    PLEASE make this work with YouKu again, I’d it to support YouKu so badly. This would so come in handy. Damn.

    January 21, 2010, 12:35 AM
  32. Mikael

    Hi there, I’m using your great plugin in my blog [address provided]. It’s bout design and I’m a designer so I try to keep my blog as minimal and as clean as I can so I don’t want to use any other plugin to play mp3 playlists in addition to the video playback.

    My problem is with the info [as stated couple of times above] I want to display simple caption and artist [without images] in the playlist and I cant use it now ’cause the playlist is huge and it isn’t really working for me.

    Thank you in advance. Great job on the player.

    Mikael

    January 22, 2010, 12:09 PM
  33. DjJuvan

    Hello!

    I really like this player and I’m curious, if it’s possible to use it with shadowbox/lightbox and other plugins, which can make video/images overfloat your page? Has anyone tried it? I’m specialy interested in text-links to video and then overfloating it.

    Thank you!

    January 24, 2010, 12:38 AM
  34. Chris

    My player just stopped working for no reason. All linnks have been checked and the videos work fine but no longer play in the player.

    January 26, 2010, 12:44 AM
  35. lola

    I installed this and for some reason i keep getting a message that says: The uploaded file could not be moved to /home2/mysite/public_html/wp-content/uploads/2010/01.

    what does this mean?

    i tried installing the plugin in .zip format like wordpress says.

    January 26, 2010, 8:35 AM
  36. Paul

    I love this plugin, so nice and simple to use. Are there any plans on enabling jwplayer plugins and youtube HD in ProPlayer?

    @DjJuvan, I have done something like that, I use an img thumbnail with a shadowbox player and a link to original youtube page, using: “” Works for me quite well

    January 27, 2010, 12:26 AM
  37. Gordie

    Hi ! Nice Plugin, but you really should rename your classes with a prefix (ex. PPl_) because it bugs with other plugins (class Utils, for example, is a really common name) Thanks !

    January 27, 2010, 10:22 AM
  38. gagan

    hey this is a great plugin thanks for it. i have a question tho, when i make playlist the viewing video size is very small..i tried fixing it but i couldn’t could you help me on this plz..thanks

    January 27, 2010, 11:31 AM
  39. Isa Goksu

    Hi everyone,

    I’m sorry that I cannot answer the questions right now. I’m changing my job and moving to some other city. So things are a little unorganized at the moment. I’ll answer all of them hopefully in 2 weeks. But I need some more time. I’m not even updating my blog. Thanks for understanding.

    Best, Isa

    January 28, 2010, 11:23 PM
  40. billpeace

    Longtail Player is support subtitle by plugins=captions how to put captions.file? how can it works?

    January 29, 2010, 12:45 AM
  41. Driekes

    @gagan: You probably want to change or add the ‘heigth’ attribute. Add 200px or something to the standard value. Try 500 or something.

    January 29, 2010, 11:42 AM
  42. Driekes

    There are a few things that don’t completely work. Because of the ‘unique’ identifier for each movie, the database is never cleaned. It just grows. At least, as far I can tell. You can just empty it, but at this point there doesn’t seem to be a cache function. I tried to change it but than only the first movie of a post or page works, because there is no longer a unique identifier for each movie.

    Another thing, I used the player for mp3 and playlist, but filenames didn’t show up. I made a quick and dirty mod.

    Open playlist-entry.php

    Replace: function getTitle() { return $this->url; }

    With: function getTitle() { if (!empty($this->title)) { return $this->title; } else { $this->url = str_replace(’%20′, ‘ ‘, $this->url); //Optional $this->url = basename($this->url, “.mp3″); //Display filename without .mp3 return $this->url; }

    January 31, 2010, 4:28 PM
  43. Driekes

    Mmm I see I made some copy and paste errors. Difficult to see in this small text box. Also the markup isn’t completely kept. I cleaned it up a little:

    
    
            function getTitle() {</p>

    <pre><code>        if (empty($this-&amp;gt;title)) {

            $this-&amp;gt;title = basename($this-&amp;gt;title, ".mp3");

            }

        return $this-&amp;gt;title;

        }

    January 31, 2010, 4:37 PM
  44. Driekes

    The code still is a bit messed up in my second post, but if you know a bit of php you will figure it out. The first post still works, so you can use it. The issue of the growing database is because the database stores every playlist with a unique value. This unique value is random, zo the player doesn’t check for existing playlists proporly. It doesn’t check if it already exists (so I think the cache functionality doesn’t work at the moment), but it just adds them everytime. At this point I removed the unique value.. It stops the database from growing, but it is not possible to add multiple videos in the same post..

    February 2, 2010, 7:21 AM
  45. John

    “Error 2032″… I changed the permission , tried global on and off. I don’t know what else to do. Someone please help.

    February 3, 2010, 8:05 PM
  46. Richard.Corral

    unfortunately the page body freeze, when i insert a value between [pro-player] and [/pro-player]

    i use wordpress 2.9.1 and i want this plugin so much :)

    Testsite: http://www.hofipalace.de/wp/?p=60 i only insert [pro-player] without a value and the end tag, so it loads and show the player.

    Has anybody a solution/ approach for this problem? When i insert [pro-player][/pro-player] without a value, the player appears and after the player i see [/pro-player] as post …

    February 5, 2010, 4:23 AM

Leave a Reply

Name (required)
Mail (required)
Website