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:
- 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:
[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.
- ProPlayer in action
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
- 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.
- Ad plugin from Longtail has its own issues. There will be a bug fix release after these guys fix their code-base.
- 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.
- 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.
- 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.
- 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.
- When you add a RTMP file, make sure that all your playlist contains songs/videos from same server. No mixed playlist allowed!









thx for this nice plugin
December 11, 2009, 7:11 AMCAN ANY ONE PLEASEEEEEEEEEEEEEEEEEE TELL ME HOW to Fix 2032 ERROR Problem.
Its been 2 weeks since i have this problem. and i am loosing alot of people.
http://sports2all.com/wrestling-replays/
December 11, 2009, 10:33 AMAre you planning to support JW player 5?
And if we make custom skins can we put them in?
thanks in advance
December 11, 2009, 4:52 PMWill this plugin be updated to support more video files??? It’s a great plugin but AVI and MKV support would be awesome! Just putting that out there…
December 12, 2009, 6:23 AMSo far it is great but I can’t add myspace videos. It gives me a message “video not available” despite that I know it works
December 13, 2009, 2:20 AMHi, and thanks for your wonderful plugin that i’m using on many of my blogs :) But; I have a problem here : I’m running one of them on WP 2.9 beta-2 with ProPlayer 4.7.7. The plugin is broking the blog; the HTML of the page stops loading after the < div class= ” entry ” > tag of the first post; seems there is an error there when you filter the content. But I got no error messages. Any idea ? Thanks !
December 13, 2009, 3:59 AMI have been using Proplayer for 2 months and have not been able to upgrade to 4.7.7.I have removed it and tried to install the latest ver again and i am not able, keep getting this error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2822147 bytes) in /home2/qoobcadd/public_html/wp-includes/http.php on line 1331
I am not sure what could be wrong? Any ideas please? My WP version is: 2.86
December 13, 2009, 8:06 AMHi, Second time: Will custom fields be supported in a future release? (Although we need that support now…)
December 14, 2009, 6:12 AMI tried adding a border to the player using the CSS definition you list above. It works, but the border extends to the right of the player too far, leaving empty space between the right edge of the player and the right edge of the border. Any idea why?
December 15, 2009, 4:21 AMLove to see both the JW player and Blip.fm supported on this great plugin.
December 15, 2009, 1:24 PMLove the plugin… Everytime there is an update I have to go fix a problem because it is not set up to handle .flv fles… I fixedit last tie but with the new revision, I canm’t seem to find the code that deals with file types and access. I get an “Access Denied” error mssage
December 15, 2009, 4:05 PMI can’t figure out how to change the titles of the videos in a playlist. Also, one of my thumbnails is not showing.
December 15, 2009, 5:12 PMI see my thumbnails in a playlist, but when selected they just load forever and don’t play..
December 15, 2009, 5:33 PMHi everyone,
I’m so sorry that I cannot answer questions that quick. I’m so busy and plugin is getting more and more attention every new day. So lots of same questions and lots of hosting specific configuration. It’s getting harder to answer all questions. Anyways I’ll quickly answer couple repeated questions.
First of all, plugin doesn’t support custom titles and preview images for playlist items. You can only define one for all. However, this is the most requested feature so I’ll add this to the next release. Keep eye on updates. It’ll be there soon.
Second thing is activation problems, guys some hosting companies are limiting the usage of STATIC keyword in PHP, I guess it’s for security reasons which I don’t believe. Basically you need to talk to your hosting company and solve together. But my rough solution for you is playing with .htaccess file. Try playing with it and if you find any answer please do send a post here.
Third, some people are asking why they can’t see their video files or getting #2032 error. The reason might be anything. But so far the most frequent ones that I saw were either wp-content folder permissions are not enough, or typo in the URL. Please double check everything and permissions.
And the last thing is about sidebar and custom fields. Guys I’m not a wordpress expert. I don’t even know why people need to use those things :) But promise I’ll look at those.
And please, help me guys. I can’t solve all these different problems just by myself. I made plugin BSD license, so you can use anywhere you want. It’s open source, please contribute, share your code or let me make you developer too. Help each other answering same problems. You guys are a community now. You should help each other. I just shared what I had in the beginning. Please do same!
Thanks, Isa
December 15, 2009, 8:45 PMThanks a wonderfull WP Pllug, It was a breeze for set up, quicklly had it up and running, I have a small issue though, if viewing video in IE8 or Opera I can’t mute sound or lower/higher the volume, I tested it worked fine in FF,Chrome and Safari. The tag I use is [pro-player width="544" height="448"]http://www.youtube.com/watch?v=KAxgpHWtLC0[/pro-player] and everything else seems fine, I have a video on http://do.getmyip.com/fun-mtv/funny-slow-motion-running/ and any help would be apriciated for fix this minor flaw, anyway regards and though if have small issues it’s still way better than embedding youtube videos the standard way :)
December 15, 2009, 9:46 PM@remi I guess JW plugin has some issues in Opera and IE8. Couple people reported that too. I believe when I switch to JW5 it’s gonna be ok.
December 16, 2009, 12:48 AMThanks Isa — You mentioned that you are adding custom thumbnails to the next version. Can you also add an option to the change the size of the playlist. I’d like to make the width larger so that I can fit text in there!!
December 16, 2009, 5:53 AMHell Isa, if u remember i have that 2032 error.
I checked all the permisson settings, messed with it, like u mentioned here, http://wordpress.org/support/topic/283970 made it 644, 777, 755 to proplayer directory and wp-content directory but nothing works.
So i dont think it has something to do with file permissons.
But i didnt understood the typo of url thing. i searched in google and found this, might be usefull to u, http://www.judahfrangipane.com/blog/?p=87 , but i still dont understand how to fix this.
If it has something to do with my hosting configerations etc, what should i say to my hosts, i mean what do i tell them to enable or disable.
thank you.
December 16, 2009, 1:20 PM@dm it’s already in my notes :)
@SuperMag, your problem still seems like permissions to me. Check this: http://sports2all.com/wp-content/plugins/proplayer/playlist-controller.php This is your site, and I tried to access proplayer directly. It gives me 404. I’ve checked the http://sports2all.com/wp-content/plugins/proplayer/ folder and it’s accessible, but playlist-controller is not. So I believe you need to check the permission and/or owner of all files under proplayer folder.
December 16, 2009, 8:20 PMis there anyway to use this without word press. Say i want to add this to regular webpage. A way without using the plugin?
December 16, 2009, 10:32 PMOk this is really getting confusing, i got ur point, that url was showing 404 error when it shouldnt suppose to show.
and i tried to make that file all other files to 755, 644, 777 and nothing worked. still showing 404 error.
lol
December 16, 2009, 10:33 PMHi, Great Plugin!
As an avid user of the JW player, I have a licenced version 4.6 and 5.
What I need to know is how I can implement the JW format playlist with your player i.e. XML file. For example like this:
[pro-player playlist="bottom" playlistsize="180" width="570" height="533"]http://www.mysite.com/videolist.xml[/pro-player]
The XML file is of the format: My video play list Video 1 mysite.com Video 1 description goes here …. http://www.mysite.com/prt2.flv http://www.mysite.com/part2.jpg Video 2 mysite.com Video 2 description goes here …. http://www.mysite.com/prt2.flv http://www.mysite.com/part2.jpg
This is supported by all plugins using the JW player. So, please tell me how I can implement this with your plugin.
Thx Sam
December 17, 2009, 12:00 AMBasically I want a code to embed the videos but I dont use wordpress for my setup.
December 17, 2009, 6:11 AMthis is awesome. But on a lot of youku clips I get a “cannot display this video” error when they will play on youku.com. Some videos work, some don’t. Bizarre
December 17, 2009, 10:02 AMOk so I have wordpress in a separate directory… I’m haveing the same problem as SuperMAG. I keep changing my permissions and I can see the folders.
I have changed the permissions so many times….
I can give u access if need be.
I just need ur email to send the info to.
December 17, 2009, 12:07 PMWoot! Got it or working or the vimeo video just played!
Does a little dance
I’m using hostmonster and I enabled ioncube and that did the trick. Folder permissions are all at the default. Didn’t need to change them.
Go to the PHP config icon in the hostmonster cpanel.
Choose PHP5 (Single php.ini)
Clicked Save changes
Check the ionCube check box and click “install php.ini master file”
Go to php.ini.default that is now in your public_html folder and rename the file to php.ini
Atleast thats how it worked for me. Now to start tinkering.
December 17, 2009, 2:40 PMmmm, i dont have php config in my cpanel.
i only have php configeration and it only shows php information like safe_mode, register_globals, max_execution_time etc.
so its about ioncube.
can u upload ur php.ini file somewhere, may be i should use urs.
thanks
December 17, 2009, 3:21 PMI have an error:
Parse error: syntax error, unexpected ‘]’, expecting ‘(’ in /homepages/34/d254618022/htdocs/weber-juli/wordpress/wp-content/plugins/proplayer/pro-player.php on line 65
why?
thanks
December 17, 2009, 8:22 PMFor those who r facing with activation issues, please read:
http://wordpress.org/support/topic/326851?replies=10
December 17, 2009, 10:30 PMWhen I use my YouTube URL of http://www.youtube.com/watch?v=arLUn1WzSCk the ProPlayer is not pulling the HD version of the video. It seems as if the URL doesn’t change for HD or non HD. How do I ensure the HD video displays?
December 18, 2009, 2:42 AMI have tried adding &fmt=22 to the end of the YouTube url in order to force the ProPlayer to play the HD version, but the video won’t appear at all when I add this to the url. Any suggestions?
December 18, 2009, 4:41 AM@Jason you cannot watch HD videos outside of YouTube’s original player. YouTube license prevents you from doing that.
December 18, 2009, 6:11 AMahhh, darn! Back to YouTube player then. I really appreciate your quick response.
December 18, 2009, 1:41 PMhi, I wonder why my wp_proplayer_playlist table is soooooo big (5.2Mb) when using so less videos (maybe 30). Taking a look into the db I see that there about 12000 entries in this table. It seems that there is one entry for every view (with unique auth-variable in the links) Why are they stored??? Shouldn’t they get deleted after some time?
December 19, 2009, 9:56 AMSo isa, any news on my problem (2032 error).
thanks
December 19, 2009, 10:54 AMHi, I needed a page with a thumbnails gallery that would load videos inside shadowbox when a thumb is clicked. I succeed to do it only with some javascript and css. If you want to have a look, the code is here : http://wordpress.org/support/topic/343071?replies=1#post-1319827
December 19, 2009, 1:24 PMDailymotion video looks blurred :( Is there any solution?
December 19, 2009, 3:58 PMIsa, this plugin is great. Thanks for all your hard efforts. One question for you or anyone else really. Is there a way to centre the video in a post? My site is 950 wide, videos are 640. It would look a little better if they were centred, although I’m probably just getting pedantic.
Cheers Joe
December 23, 2009, 4:16 AMi don’t active plugin proplayer v.4.7.7 error: unexpected ‘[’, expected ‘)’, pro-player.php error in line 65, pls help me.
December 23, 2009, 8:56 AMwp v 2.x
December 23, 2009, 8:57 AMHi Isa,
Love the plugin but i am having issues getting it to work in a sidebar widet and I cant seem to embed in the side bar code. The video I want to play is uploaded to my server. Any ideas?
December 23, 2009, 11:57 AMIs this compatible with shadowbox and/or is it possible to have galleries with thumbnails on a page instead to just the actual video frame on the page? thanks!
December 25, 2009, 12:34 PMHello,
Is it possible to have multiple different thumbnails for each video in a playlist? Right now I can only see a way for one default or custom thumbnail, that gets applied to each video in a playlist.
December 25, 2009, 11:42 PManyone know how to get this working with drupal. Or can they tell me how to use the my-space.php to output the flv url so i can use it with jw player and drupal.
December 26, 2009, 7:40 AMnevermind
December 26, 2009, 7:48 AMNice plugin. Is there any way to load it in the footer instead of the header? Or, any way to prevent it from loading on some pages? I’m trying to improve my webpage load time on pages that do not have videos. Thanks.
December 26, 2009, 3:33 PMGordie, can you please explain more what/how you did it? thanks
December 26, 2009, 11:35 PM