We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

FLV Player Plugin v3

Development and Programming

John Henry Donovan's avatar
John Henry Donovan
12,339 posts
17 years ago
John Henry Donovan's avatar John Henry Donovan

Sorry guys for the long delay in getting this out there. I have had other priorities for a long time now. But here it is to download and try it out. If you are not familiar with the plugin it allows you to insert flash video files (FLV) into your templates or posts.

DOWNLOAD FLV Player Plugin v3

Kick the tyres for me a bit and I’ll do my best to troubleshoot any problems.

       
stinhambo's avatar
stinhambo
1,268 posts
17 years ago
stinhambo's avatar stinhambo

Ooh I might be able to test this in the next few days…

I’ll let you know. Cheers mate!

       
franxx's avatar
franxx
33 posts
17 years ago
franxx's avatar franxx

I have tested the plugin. Works great! Very helpful, thank you.

       
macpro's avatar
macpro
85 posts
17 years ago
macpro's avatar macpro

How can I get it to work via the control panel? I got a custom field to input a flash movie file, wich is already uploaded to the server. the formatting for this field is set to “FLV Plugin”. the source output shows the right stuff to embed a flash movie, but the uri from the flash file is not included. (wich will set in the custom field)

Stefan

       
John Henry Donovan's avatar
John Henry Donovan
12,339 posts
17 years ago
John Henry Donovan's avatar John Henry Donovan

Stefan, Try setting the filed formatting to none. Have you got a link to the particular page where the player is appearing?

       
Biscuiterie's avatar
Biscuiterie
57 posts
17 years ago
Biscuiterie's avatar Biscuiterie

Vinnyio, I’d like to thank you for your great job: hope you can keep up with the frequent pace of the player upgrades. The fullscreen mode works perfect in my playlist.

       
Biscuiterie's avatar
Biscuiterie
57 posts
17 years ago
Biscuiterie's avatar Biscuiterie

Vinnyio, I’d like to use live streaming with a digital camera and some web application (Quicktime broadcaster ?) , any suggestion using your plugin, any tutorial available ?

       
mrpiano's avatar
mrpiano
85 posts
17 years ago
mrpiano's avatar mrpiano

Hey quick question on this, and thanks for creating it by the way…

This looks like it can only work in a template in conjunction with custom fields correct?

The way I understand it (I’m 2 weeks into my first experience with EE), I can’t put

{exp:flvplugin playerpath="http://www.somesite.com/players/flvplayer.swf" playernumber="1" file="http://www.somesite.com/video/video_file.flv" width="320" height="240" showdigits="true"}

in a post, correct? I’m trying to figure out the best way to post flv files in my blog without cracking open Flash…I run slideshow pro and director, but there are times I only need to post a video in one place on my blog, which makes even that solution overkill…

Thanks in advance!

Gino

       
John Henry Donovan's avatar
John Henry Donovan
12,339 posts
17 years ago
John Henry Donovan's avatar John Henry Donovan
This looks like it can only work in a template in conjunction with custom fields correct?

It will work without a custom field if you hardcode the flv url straight int here but the most efficent way of using it if you are posting video quite often is, correct using it with a custom field

So create a custom field called {flv_video} or whatever you want to name it. Make sure the formatting is set to ‘none’

In your template add your FLV plugin code. But if your video postings are infrequent we can use a conditional here to only show the player if the new custom field has been filled in.

{if flv_video}
{exp:flvplugin playerpath="http://www.somesite.com/players/flvplayer.swf" playernumber="1" file="{flv_video}" width="320" height="240" showdigits="true"}
{/if}

When you are in the publish page and are uploading an FLV and adding it tot he custom field make sure to select ‘URL only’ in the upload settings.

       
Satdaya's avatar
Satdaya
41 posts
17 years ago
Satdaya's avatar Satdaya

is there any parameter which can allow freeze frame in flv player? i checked the instruction under EE utilities>plugin manager>flv plugin but the instruction is shorter than older version’s. so i am here to find out if there is such a thing as freeze frame parameter?

thanks

       
Corey Lane's avatar
Corey Lane
34 posts
17 years ago
Corey Lane's avatar Corey Lane

I wanted to add my own class to the tag my videos were in enclosed in so I could wrap text around them.

Modified line 90 in system/plugins/pi.flvplugin.php to accomplish this.

$flv .= "\n";

Rendered code, with custom class:

<!-- FLV PLAYER START -->

<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Get the Flash Player</a> to see this player.

var s87 = new SWFObject('/players/mediaplayer.swf','single','320','240','7');
s87.addParam('allowscriptaccess','always');
s87.addVariable('file','http://dev.wbcaustin.org//uploads/sermons/barsandtone.flv');
s87.addVariable('height','240');
s87.addVariable('width','320');
s87.addVariable('showdigits','true');
s87.write('player87');

<!-- FLV PLAYER END -->
       
stinhambo's avatar
stinhambo
1,268 posts
16 years ago
stinhambo's avatar stinhambo

Hey Vinny,

I tried to add a FlashVar (controlbar) but it isn’t rendering in the HTML. Here is my line -

{exp:flvplugin playerpath="/assets/flash/player.swf" playernumber="{entry_id}" controlbar="none" file="{video_location}" width="145" height="100" showdigits="false"}

Any ideas?

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.