The ExpressionEngine FLV player plug-in allows you to use the JW FLV Media Player (built with Adobe’s Flash) as an easy and flexible way to add video and audio to your website.
New version of FLV player is now out and all the LongTail Player config options are now available.
Please feel free to test
http://5pieces.com/addons/flv-media-player/
I usually kind of hard-code this myself in sites but thought I’d give this a go last night.
I noticed that in your documentation on your site you mentioned that this latest plugin won’t work with swfobject 1.5 but that you had included that version in the download 😉
Once I downloaded V2.0 it started to work. I now have it working but was just wondering how you get the YouTube option to work? I noticed that it wasn’t working on your site either and also tha V2.0 of the swfobject doesn’t have that yt.swf file anymore. I tried once it was all working with both an .flv and .mov file to make it work with a YouTube link but it just would never load the YouTube movie. Just wondering why this might be?
Great work on a great plugin though, well done and thanks for releasing it to the community like that.
Best wishes,
Mark
Mark,
that this latest plugin won’t work with swfobject 1.5 but that you had included that version in the download
Great catch, thanks 😊 version 2.2 is now included.
I don’t see any problem with the YouTube videos on my site. What specifically are you seeing?
Also make sure that the YouTube video you are using has permission to be embedded.
Mark,that this latest plugin won’t work with swfobject 1.5 but that you had included that version in the downloadGreat catch, thanks 😊 version 2.2 is now included.
No problem.
I don’t see any problem with the YouTube videos on my site. What specifically are you seeing?
It’s actually more a case of what I’m not seeing 😉 All the other videos load and play fine on your site but the YouTube one just never ever loads. I’ve checked with the activity monitor in Safari too and it never starts loading from YouTube so not too sure what’s going on there?
Also make sure that the YouTube video you are using has permission to be embedded.
Yep I tried it with one that I had on YouTube but no go I’m afraid :-(
I’ll try in Firefox and see what I get though. Edit - Just tried in Firefox too and same thing. I could see in Firefox as soon as I pressed the play button that it contacted YouTube but then did nothing else. No data loads or anything.
Best wishes,
Mark
Mark,
did you have any more luck with the YouTube videos. I have tried numerous machines now and also have had no reports of it not working. Does the YouTube playlist work?
EDIT: the moment I hit reply I got a report of it not working. Do you know what version of the Flash player you have installed?
Cheers John, let me know when you have had a chance to add it in, I have a client asking for it.
By the way, that’s your plugin in action on the new Agtel site. It’s worked out very well for them, so thanks for the good work.
I tried replacing an existing v.4.0 installation with 4.5, and all videos stopped appearing.
Is there an obvious parameter that would cause this?
Here is the code I am using (I have simplified the URL paths a bit):
{exp:flvplugin playerpath="/images/jw_player/player.swf"
file="{pubnum}.flv"
playernumber="/media/{entry_id}" width="320" height="200"
image="media/{pubnum}.jpg"
plugins="accessibility-1&captions=media/{pubnum}.xml"
accessibility.fontsize="14" icons="false" wmode="transparent"}
<div id="player{entry_id}"></div>
Note that I am using the accessibility plug-in for captions.
Many thanks for any suggestions!
Tony,
Try the following
{exp:flvplugin playerpath="/images/jw_player/player.swf" file="{pubnum}.flv" playernumber="{entry_id}" width="320" height="200" image="media/{pubnum}.jpg" plugins="accessibility-1&captions=media/{pubnum}.xml&fontsize=14" icons="false" wmode="transparent"}
<div id="player{entry_id}"></div>
Deron,
There are 3 images you can use for the YouTube image.
0.jpg is the largest but you also have 1.jpg and 2.jpg to play with too. These are the thumbs you pick in YouTube.
So to use you would do something like this.
{exp:flvplugin playerpath="player.swf" file="http://www.youtube.com/watch?v={youtube_id}" playernumber="{entry_id}" width="400" height="302" skin="overlay.swf" frontcolor="ffffff" lightcolor="cc9900" controlbar="over" icons="false" wmode="transparent" image="http://img.youtube.com/vi/{youtube_id}/0.jpg"}
<div id="player{entry_id}"></div>
Also there is a new tutorial available
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.