Simple Flash Video 1.7 RC 12 is here!
The Simple Flash Video Plugin builds on the plugins that all ready allow easy posting of .flv or .mp4 files on the popular Wordpress platform. Simple Flash Video allows for all of the JW FLV options to be utilized via its config.xml file and post level overrides. With this plugin you can easily post .flv or .mp4 videos to your blog and have your viewers instantly watch the video without having to fully download the video before watching. It also combines the popular Shadowbox utility to allow for the videos to float over the website content for a clean look. This plugin was built from the ground up to take full advantage of the JW FLV Player and Shadowbox. On top of this it is the only plugin for Wordpress that utilizes the Simple Stats App for JW that gives users a total look at the video viewership of their website. Code has been used from the Flash Video Player by Joshua Eldridge as per the licence agreements of the respective software. When you put the [video...] code in your plugin it will be replaced by a Link to the video that will open in a Shadow window. If a .jpg file is in the same directory with the same name as the flv it will also use that photo in the link. If no image is found it will simply place a Text link in your post. If you wish you can also disable the Thickbox feature in the post command.
click_title=some titlebotr=true</li>
Want to say thank you for the plugin? Just leave a comment or send an email if you found the plugin useful. Or if you want you can make a donation to the project. All of these methods are always appreciated and will certainly help keep up the motivation for future releases. Thanks!
FLVs will simply be changed to links to the post in the feed.
[video filename=/wp-content/uploads/SimpleShorts/Spare_Change/spare_change.flv /]
FLVs will simply be changed to links to the post in the feed.
[video filename=http://content.bitsontherun.com/players/yYul4DRz-327-1754.swf /]
FLVs will simply be changed to links to the post in the feed.
[video filename=/wp-content/uploads/SimpleShorts/Spare_Change/spare_change.flv vid_image=http://simplethoughtproductions.com/wp-content/uploads/Sports/Rollins/Basketball/womens/08/RWBBALLVsEckerd0809.jpg /]
This video will also properly download via the feed in itunes or your favorite software.
[video filename=http://www.simplethoughtproductions.com/wp-content/uploads/SimpleShorts/Morning_Mail/morning_mail.mp4 height=360 width=640 title=My Cool Custom Title /]
[video filename=http://www.youtube.com/watch?v=ly0dBk7yqYU plugins=tipjar-1 /]
[video filename=http://blip.tv/file/1853058?skin=rss /] <-Note that you must add ?skin=rss for the plugin to get the correct information.
To enable on a per post basis you must add longtail=true and plugins=ltas to the video command
[video filename=/wp-content/uploads/SimpleShorts/Spare_Change/spare_change.flv ongtail=true plugins=ltas longtailenable=true /]
11 Responses
Leave a Reply
I’m using wordpress and would like to make a playlist of mp4 videos hosted on my server. I set the playlist to show in the the admin section, but how do you tell it which videos to place in the playlist, etc…?
You need to make a play list in XML format and then set that as the file property.
Example:
How to insert playlists into a post? There is an option to show the playlist in the admin, but what is the shortcode to use a list of files?
You need to add in a few things unless they are also set in the admin… playlistheight=300 playlist=bottom you can adjust the size and locations as you needed.
Love this plugin. Q: How do go about insert the player into a sidebar as a widget? Or better would be the php code to insert into a sidebar. It’s working great inside my posts but can’t get the player to work in the sidebar. If the sidebar is possible(and it was with another plugin called Proplayer), would it be possible to add a playlist but only to it. Also to have the sidebar player not pop up as it does in my posts. I don’t want playlists on the players within my posts either. Thanks guys? Otherwise, best video plugin i’ve seen by far. Do you accept donations?
I will have to look into that for version 1.8. Technically you could write your own text widget to contain the needed HTML code. You could have the plguin gerate what you want in a post. No shadowbox etc. and then right click view source. And copy that code into a text widget and you would have what you want right now. Hopefully I can add a widget option in 1.8. As for donations. We do accept donations via paypal. On this page, just before the demo videos you will see a donate button you can use. Thank you!
Hi,
Work grate on my blog ” http://www.browse.ilvie.ro ”
I replaced mediaplayer.swf with another version without Watermark logo.
Can download this version from here: LINK REMOVED
Waiting for final version !
Good job, thank you very much!
Sorry for my bad english.
Glad to hear things are working for you. If you own a license then can indeed remove the watermark by replacing the mediaplyer.swf with your licensed copy. Since you downloaded yours from rapid share I would imagine you do not so I would suggest you buy one to support the development of the player.
Hi, I was just wondering, if it’s possible of course, if the support to play Google Video through this plugin was possible?
By the way 1.7 looks great and you are doing a brilliant job!
Google video from what I can tell does not supply an API to pull videos. Without one, I would have to use one of the many scripts that manage to pull the file these work for a while but eventually (some times daily) they change the way things work and the script needs to be updated. I would suggest using Youtube which has a proper API and grants access.
Using the youtube API was a good move, thanks for the simple yet very effective guide… Tim