Channel-Ai Community Blog - JPop reviews, articles



Latest version:
1.1
2008.04.22

FLV Embed is a WordPress plugin made to simplify the process of adding Flash videos (FLV) into your blog using Jeroen’s FLV Player.

For commercial use and implementation, you need to purchase a license. I can help you with that and provide technical support if desired.

If you want information about encoding videos into FLV and why you should use FLV, Jeroen has also written an excellent article which you can find on his site.

First of all, I do know there are already quite a few plugins that does similar things but I decided to make my own plugin for several reasons:

  • to enforce a standard plugin tag style (all of my other plugins use the same tag style)
  • no bells and whistles, this plugin embeds an FLV file and does it the easiest way
  • uses highly portable, extensible and future proof tags
  • XHTML compliant for those who cares about validation

Starting from version 1.0, FLV Embed supports Google video sitemap generation, the first WordPress plugin that does it for you! ;)

FLV Embed plugin screenshot
FLV Embed in action
FLV Embed video sitemap screenshot
Video sitemap

Features

  • uses simple, intuitive tags to generate Flash video (FLV) movies for your posts
  • supports video sitemap generation
  • standards compliant: valid XHTML
  • many options are configurable, such as autostart, show/hide control bar, player colour, poster image, full screen button etc.
  • highly interactive admin option panel for player configuration
  • supports text only output for RSS that prompt readers to visit the original post for Flash content
  • supports outputting poster image for RSS if desired
  • accessibility: requires Javascript to display FLV player, but will prompt user to enable Javascript when disabled
  • accessibility: prompt user to download latest Flash player if it is not installed or too old
  • accessibility: no annoying “click to activate” for IE users

Usage

This plugin uses one universal, standard tag style:

[flv:url width height]
  • url - the URL of the FLV file you want to embed, the path can either be site-relative or absolute
  • width - width of the FLV movie
  • height - height of the FLV movie

Jeroen’s FLV Player supports poster frame so you can turn on this feature via options if desired. The following two examples show FLV embed with and without poster frame.


Without poster frame
The poster frame feature is turned off by default.

Example input:

[flv:/video/demo.flv 480 368]

Example output:


With poster frame
In order to use this poster frame feature, you will need to turn it on via options. Once turned on, the player will look for preview image that share the same filename as the embedded FLV file. For example, if your embedded FLV file is “demo.flv”, the player will display “demo.jpg” as preview image. By default, the filetype of preview image is “jpg”, but this can be changed via options.

Example input:

[flv:/video/demo.flv 480 360]

Example output:


Version 0.3 onwards
Starting from version 0.3, it is possible to have your poster image at a different location than your FLV files. To achieve that, an optional 4th argument for the input tag and a new option $flv_posterpath were introduced. Below shows the tag syntax that should be used to provide a poster path:

[flv:movie poster width height]
  • movie - the URL of the FLV file, the path can either be site-relative or absolute
  • poster - the URL of the poster image, the path can either be site-relative or absolute
  • width - width of the FLV movie
  • height - height of the FLV movie

It is recommended that you try different settings for $flv_posterpath (found in option panel) and poster argument to have a feel how they work. There are several different ways how you could combine $flv_posterpath and optional poster path tag parameter to tell the plugin the poster location is not the same as the flv location.

If all your poster images are put within the same directory but not the same as the FLV files, change $flv_posterpath to point to your image directory, and no poster argument is required when using the embed tags. Make sure all the poster images have the same filename as the FLV files. If your poster images are scattered all over the places i.e. not within the same directory and not necessarily has the same filename as your FLV files, then use the poster argument to indicate where the poster image is.

The plugin detects the path used in the tags to determine if $flv_posterpath and $flv_flvpath should be used. In cases where absolute or site relative path are given as argument for the tags, $flv_posterpath and $flv_flvpath will have no effect on the output.


Users without Flash or Javascript
Unfortunately, about 2% of your users might not have Flash installed and about 10% of them might not have Flash 8 or above according to Adobe. For these users, the ufo.js will detect and output appropriate message that prompts these users to download and install latest Flash player onto their computers. Here’s an example screenshot that show you how this works:

With vs. Without Flash
Flash accessibility

While most modern browser supports Javascript, some users are too afraid that Javascript will screw up their computer so they turn it off just to be safe. This becomes a problem because this WordPress plugin relies on Javascript to display the FLV Player. To solve this problem, “noscript” tags are used to prompt these users to enable their Javascript and refresh the page for the Flash player to show up. Here’s an example screenshot:

With vs. Without Javascript
Javascript accessibility


Text only output:
By default, this plugin will output text that reads “[See post to watch Flash video]” for your RSS feeds only. If you wished you could display the poster image in your RSS feeds by setting $flv_posterinfeed option (see below) to 1.

Demo RSS feed

Sitemap

Starting from version 1.0, FLV Embed supports video sitemap generation. In order to see the video sitemap option panel, you need to turn on the sitemap feature under your FLV Embed option panel.

The plugin will try to create a video sitemap file in your blog root but this might not be successful depending on your server configuration. If the plugin is unable to create the video sitemap file for you, then you will need to manually upload the video sitemap file to your blog root, chmod it “664″ (or “666″ depending on your server configuration) and tell the plugin where to locate your video sitemap under options.

FLV Embed sitemap settings screenshot
Video sitemap settings

Custom field data are used by the plugin to generate the video sitemap. If you have been using FLV Embed in the past, you can tell the plugin to insert missing custom field data for all published post by clicking the “Update Custom Fields” button within your video sitemap option page. This will also update any existing custom fields should there be any noticeable changes.

Automatic custom field insert can be disabled on a per post basis by putting [flv:skip] at the end of your blog post. Each time video sitemap is rebuilt successfully, Google will be pinged about the sitemap updates automatically. This plugin will try not to ping Google more than once per hour (as per Google’s suggestion), but you can override this by manually pinging via the “Force Ping” button found in sitemap option panel.

Click on the demo below to have a look how the generated video sitemap will look like. You might want to “view source” to see the actual XML content.

Demo video sitemap

Options

Starting from version 1.0, you can change just about everything this plugin does using the plugin option panel. Below list some of the parameters that might be confusing for you when changing different options.

FLV Embed settings screenshot
FLV Embed settings
  • $flv_useposter: 0 to disable poster frame, 1 to display poster frame i.e. preview image
  • $flv_posterinfeed: 0 to show text only output in feeds, 1 to display poster frame i.e. preview image in feeds
  • $flv_imagetype: Preview image extension, can be “jpg”, “png” or “gif”
  • $flv_posterpath: Path to poster images, trailing slash required
  • $flv_flvpath: Path to FLV movie files, trailing slash required
  • $flv_backcolor: Background color of the FLV Player *
  • $flv_frontcolor: Texts / buttons color of the FLV Player *
  • $flv_lightcolor: Rollover/ active color of the FLV Player *
  • $flv_screencolor: Background color of the display of the FLV Player *
  • $flv_logo: URL to watermark logo that will be displayed at the bottom right corner
  • $flv_link: URL to go to when the logo is clicked
  • $flv_overstretch: Defines how to stretch images/movies to make them fit the display.
    • “true” will stretch them proportionally to fill the display
    • “false” will stretch them to fit
    • “fit” will stretch them disproportionally to fit both height and width
    • “none” will show all items in their original dimensions.
  • $flv_largecontrols: 0 to disable, 1 to make the controlbar twice as large for visually impaired users
  • $flv_showdigits: 0 to hide the digits, 1 to show the digits for % loaded, elapsed and remaining time in the FLV Player
  • $flv_showicons: 0 to hide icons, 1 to show the play/loading icon in the middle of the display
  • $flv_showfsbutton: 0 to hide fullscreen button, 1 to show fullscreen button
  • $flv_show_stop: 0 to hide stop button, 1 to show stop button
  • $flv_showvolume: 0 to hide volume button, 1 to show volume button
  • $flv_showcontrolbar: 0 to hide control bar, 1 to show control bar
  • $flv_autostart: 0 to disable autostart, 1 to enable autostart (strongly discouraged as it’s annoying from a user perspective)
  • $flv_bufferlength: Number of seconds an FLV should be buffered ahead before the player starts it
  • $flv_volume: Startup volume for FLV Player

* These settings can be found in fullscreen.php as well which set the player appearance in full screen mode for older Flash users

Installation

  1. Download and extract the “flv-embed” folder
  2. Upload the “flv-embed” folder to your WordPress plugin directory, usually “wp-content/plugins”
  3. Activate the plugin in your WordPress admin panel
  4. For video sitemap feature to work properly, you should follow the instruction here

Upgrade

  1. Deactivate the plugin in your WordPress admin panel
  2. Remove the “flv-embed” folder in your WordPress plugin directory
  3. Follow the installation guide above

Download

FLV Embed plugin 1.1 for WordPress 2.5+ (58kb .zip)

If you are using older version of WordPress, please download FLV Embed 1.0 from here instead.

This plugin has been downloaded 14413 times since May 9, 2007
( 2391 times since version 1.1 )

Support

If you have any questions, suggestions, or found any bugs in this plugin, feel free to post them in your comments. I’ll try my best to answer them but there’s no guarantee, so don’t be disappointed if you do not hear back from me promptly. :/ Always include a URL to the problem page whenever you are asking for help, it will make it easier for me to figure out your problem. Lastly, if you find this plugin useful and feel like donating some money for my effort, please use the PayPal donate button above, thank you! <3

FAQs

I keep getting “Get the latest Flash Player to see this player.” message even though I have the latest Flash player. Why?
It is very likely that wp_head() function is missing in your theme’s header. To fix this, put the following code into your WordPress theme’s header file (usually header.php, under Presentation -> Theme Editor), right before the </head>:

<?php wp_head(); ?>

 

Why doesn’t my flash video stretch properly?
You need a better encoder, or you can also try different settings for $flv_overstretch option.

 

How can I change the location of the logo?
Unfortunately you cannot, by default the logo will show at the top right corner. You might be able to manually add transparent padding to your png logo to shift the logo to where you want it to be, though it is not recommended.

 

How can I align the video in the middle?
Put the following code into your theme’s stylesheet (for easy way of doing this, see MyCSS):

#player1, #player2, #player3 {text-align: center;}

 

How can I get the cool-sexy-fade-away-interface look as seen in the demo?
Uncheck the “Show the control bar” checkbox under option. ;)

 

Is (insert feature name) supported by this plugin?
If you know that a certain feature is supported by JW FLV Player but is not supported by this plugin yet, feel free to make a request. Otherwise, it might be hard for me to provide such functionality especially those related to player’s functionality and appearance.

 

How can I embed a video from sites like YouTube?
First, you will need to find out the location of the FLV file. KeepVid can help you with this. Once you find out the URL of the FLV file, use it as the file argument when using the FLV Embed tags. (version 1.0 has problem dealing with URL that has the “&” character, this will be fixed in the next version)

If you are willing to wait a little longer, FLV Embed 1.2 will support YouTube playback.

 

How long will it take for my videos to show up in Google’s search results once I submitted my video sitemap?
Nobody can tell for sure. It seems to me that Google is just experimenting with the video sitemap feature and has yet to put it into action i.e. indexing the flv and including them as search results.

 

I really like this plugin, what can I do to help?
It will be highly appreciated if you can donate whatever you think this plugin is worth, or you can also spread the love by linking back to this page and share this hopefully useful plugin with your readers. boogie

History

1.1 [2008.04.22]

  • Upgraded FLV Player to 3.14
  • Added: New video sitemap appearance
  • Added: Auto remove invalid FLV files from custom field during custom field update
  • Changed: Admin option panel for WordPress 2.5+
  • Fixed: Only published post will be included in the video sitemap

1.0 [2007.12.30]

  • Upgraded FLV Player to 3.12
  • Added: Admin option panel
  • Added: Video sitemap support
  • Added: Option to show/hide volume button
  • Added: Option to show/hide stop button
  • Added: Option to show large control bar for visually impaired users

0.3.2 [2007.05.31]

  • Added: Option to show poster image in feeds

0.3.1 [2007.05.19]

  • Fixed: poster path problem

0.3 [2007.05.10]

  • Upgraded FLV Player to 3.7
  • Switched to SWFObject instead of ufo.js
  • Added: Option to show/hide logo with link
  • Added: Option to set poster and flv movie path
  • Added: Option to show/hide icons
  • Added: Option to set volume
  • Added: Optional tag parameter for poster path

0.2 [2007.02.16]

  • Upgraded FLV Player to 3.5
  • Added: Option to show/hide controller bar
  • Added: Option to change buffer length
  • Added: Option to set overstretch
  • Fixed: IE display problem

0.1 [2007.01.09]

  • Initial release

353 responses so far ↓

Pages: « 8 7 6 5 4 [3] 2 1 » Show All

  • eyn CANADA // Jun 1, 2007 at 12:16 am

    Gravatar

    Glad to know it’s working, wat. I actually tested it myself with Google Reader and the poster image is working fine after I turn on hotlinking for google.com. For those of you using .htaccess to protect hotlinking, be sure to turn it off for popular RSS aggregator such as Google Reader, Bloglines etc.

    And Lawrence, I don’t really get your question but what I can tell you is that the FLV Player does not detect user’s connection speed thus it cannot do smart buffering i.e. buffer for just enough seconds to achieve continuous playing without rebuffering. The only way to set buffering (for now) is how many seconds of playtime the player should buffer before it starts playing. Depending on your server speed and user’s connection speed, longer buffer time might be required for slow server or user’s with slow connections. IMO, the default 5 seconds works very well for decent server and DSL users. If you have Google Analytics or similar services installed, you should be able to find out the connection speed for majority of your users and pick the optimum buffer length for them.

  • Lawrence UNITED STATES // May 31, 2007 at 11:59 pm

    Gravatar

    This may sound like a silly question but is there any way to ensure that there is constant buffer?

    Basically if you look on my site http://www.lawrencebrenner.com/w2/?page_id=3 I am trying to get the videos (which are episodes) to have a constant play rate without making the initial buffer too long to sit through currently I have it set at 150 seconds.

    What I want is for it to constantly buffer even after starting and this may sounds newbie of me but I did not see an option to do that.

    Is there any way to that?

    I want to thank you for this most awesome plugin.

  • wat THAILAND // May 31, 2007 at 10:41 pm

    Gravatar

    wow, this is superb! it’s working perfectly on feedburner.
    i haven’t tested on bloglines and google reader though. i put the flv-embed yesterday, still waiting for the feed in bloglines and google reader to update itself again. it could take a while. but i believe it should be working just like in feedburner. and if they’re not updated, may be i’ll place another flash video for next entry just to see if it works, lol

  • eyn CANADA // May 31, 2007 at 8:24 pm

    Gravatar

    For those of you who have problem with image stretching, you should first try changing the overstretch option and if none of them works for you, then there might be some problem with your FLV files. You might want to try fixing the meta tags using FLVMDI or use a better FLV encoder.

    Also a note for those who are posting problems here, please, always include a URL to the problem page so I can see the source code and find out what your problem is. However, there’s no guarantee how soon I’ll reply to your problem seeing most people just take and leave without showing any appreciation. I’ll provide priority support for donators if you really need help urgently (provided I’m not too busy or on vacation).

    wat, great idea and I added a new option that implements exactly what you suggested. Download the latest version and tell me if it works for you. ;) I would like to see more feature suggestion than anything else, so keep your ideas coming!

  • wat THAILAND // May 31, 2007 at 9:52 am

    Gravatar

    wonderful flv embed plugin.
    i’m wondering if it’s possible to make the player show along with poster image (or just poster image) in rss reader such as google reader like dailymotion?

  • Bruce Walls THAILAND // May 30, 2007 at 10:49 pm

    Gravatar

    I have the videos working now, two together as in the examples at top of the page. These examples would make me think that this is normal but of course it is not. So what do I need to change for only one video to be displayed.

    Thanks. Bruce

  • Steaf UNITED KINGDOM // May 30, 2007 at 6:57 am

    Gravatar

    Thanks for a great plugin.

    Steaf

  • Bruce THAILAND // May 28, 2007 at 2:24 pm

    Gravatar

    Hi

    I’m a bit lost here through my lack of knowledge. I don’t know where flash_flv_player comes into the equation and what files have to be placed onto my site before I can utilize the FLV Embed plugin.
    Could somebody point me in the right direction.

    Bruce

  • psysex BULGARIA // May 28, 2007 at 4:40 am

    Gravatar

    I found what’s happening!
    I needed to manualy add the following line to site header:

    It’s great :)

  • psysex BULGARIA // May 28, 2007 at 4:22 am

    Gravatar

    Hello, I upgraded from v.2.0 to v.3.1 and now it shows the “Get the latest Flash Player to see this player.” message. So, I installed the new flash player 9.0.45.0, but I still see the same message. In both browsers - firefox 2.0.0.3 and IE 7. Adobe tests confirms that I’m with the latest flash player.
    Where can be the error?

  • fp SPAIN // May 25, 2007 at 7:54 am

    Gravatar

    Excellent! Congratulations.
    It’s the best video plugin I’ve seen.

  • lefty UNITED KINGDOM // May 22, 2007 at 10:40 pm

    Gravatar

    I’ve got the same problem as the guy above, parameter says “fit” but the video’s just won’t stretch.

  • links.blogbox.ch » Blog Archive » Eigene Videos im Blog einbauen - kinderleicht! SWITZERLAND // May 21, 2007 at 4:23 am

    [...] habe ich gezeigt, wie man z.b. YouTube Videos runterladen kann. Mit dem FLV Embed - Plugin kannst Du nun Deine FLV Videos oder Deine eigenen Videos auf dem Blog [...]

  • Erik GERMANY // May 20, 2007 at 7:34 am

    Gravatar

    Hi there!

    First of all: Great plugin!

    But I encountered a strange problem… No matter what value I choose for the “$flv_overstretch” parameter, the video won’t show up in the size specified. The .flv definitely has the same size as the size I specified for the player (480×360px). Most strange: If I chose “none” for the overstrech, the movie won’t show at all (and I just hear the audio playing).

    Another thing: The player won’t wait for 10 seconds, although I changed the relating value.

    Here’s a sreenshot of how it looks with “fit”, “true” and “false”.
    http://www.jenriks.de/filethingie/flv.jpg

    The .flv is about 30MB big and I’m using the recent version of your plugin as well as recent versions of Flash Player and Java.

    Can you help? Would be great!!!!

    Thanks,
    Erik

  • WP Plugins DB » Blog Archive » FLV Embed UNITED STATES // May 20, 2007 at 3:57 am

    [...] Visit [...]

  • eyn CANADA // May 19, 2007 at 11:27 pm

    Gravatar

    TallFreak, try using !important to override CSS rules set by other files, you might want to look at my other plugin MyCSS as well, it is usually loaded after your theme’s core CSS so it’s less likely you’ll need to use !important to override.

    Jan, interesting idea, though if you were to let your users to embed the video, they will be using your bandwidth for both the flvplayer.swf as well as the FLV files, you sure that’s okay? If there’s other people interested in such a feature I can consider adding this in the next version.

    Wes, the problem is fixed in 0.3.1, I didn’t consider the different variation how people would go about using the path settings, thanks for bringing the issues up. fyi, you could use a site relative path i.e. “/videos/” instead of the complete URL for those path settings, as long as they are under the same domain. Also, when using the embed tags, all you need is the filename e.g. [flv:crash.flv 480 290] provided the path settings are correct, which in your case, should be.

    And for other users who left a comment earlier, I hope the recent release of FLV Embed 0.3.1 can solve those problems. I have rewrote almost everything from scratch due to the switch from ufo.js to swfobject.js. Now it no longer requires you to manually change WordPress core file to achieve XHTML valid.

    Several new features have also been added, such as watermark logo, volume settings, path settings for both poster and FLV files and an optional poster argument when using the tags. More details about the new path settings can be found here.

    If any of you found any problems with this plugin or have a request for certain features, don’t afraid to let me know by leaving a comment here. Good luck with the plugin and I hope it works well for you!

  • Wes Coughlin UNITED STATES // May 19, 2007 at 1:37 pm

    Gravatar

    Cannot get posterimage to work. Here is what I have for my following directories in the flv-embed.php

    $flv_useposter = 1;
    $flv_imagetype = "jpg";
    $flv_posterpath = "http://aimlessfilms.com/pictures/posterimages/";
     
    $flv_flvpath = "http://aimlessfilms.com/videos/";

    I have a video named crash.flv and a posterimage named crash.jpg, but nothing shows up.

  • GriffinSmithy.com » what I used to post .flv flash video in GriffinSmithy WordPress UNITED STATES // May 16, 2007 at 11:56 pm

    [...] tried out two good plugins wordtube and FLV-embed. I first installed and set-up wordtube and really liked the Options. It did take some time to make [...]

  • Jan NETHERLANDS // May 15, 2007 at 8:56 am

    Gravatar

    Is it possible to ad the embeded code for users, so they can post the video on their own site? Just like youtube does?

  • Blog d’1 Jeune… » Blog Archive » Thème WP en français FRANCE // May 15, 2007 at 7:26 am

    [...] et j’installerais aussi le plugin permettant d’insérer dans vos articles des vidéos : FLV-Embed (il est expliqué comment l’installé dans l’une de mes [...]

  • WeblogToolsCollection Español » Blog Archive » Plugins de WordPress publicados 10/5 UNITED STATES // May 14, 2007 at 5:20 pm

    [...] FLV Embed es un plugin para WordPress hecho para simplificar el proceso de añadir videos FLV en tu blog usando el Jeroen’s FLV Player. [...]

  • Florian - Spitzohr aus München » Blog Archiv » Spitzohr.de: Die erste Sportsendung GERMANY // May 11, 2007 at 8:31 am

    [...] ich FLV-Dateien ab? Ich habe ein Wenig im Internet gesucht und bin dabei auf das Wordpress Plugin: FLV Embed gestoßen. Ach, ist es Open Source nicht toll? Alles mögliche ist bereits vorhanden und [...]

  • TallFreak UNITED STATES // May 10, 2007 at 8:45 pm

    Gravatar

    No matter what I do I cannot get the flash player to center. I added {#player1, #player2, #player3 {text-align: center;} to my stylesheet and everything. Is there a certain place I’m supposed to put it?

  • donno MALAYSIA // May 10, 2007 at 1:27 pm

    Gravatar

    great plugin. maybe i must use it in myblog. thanks you !!

  • Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 05/10 UNITED STATES // May 10, 2007 at 12:00 pm

    [...] FLV Embed is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s FLV Player. [...]

  • iBal.tv - Barthélemy Antoine-Loeff » FLV Embed - Traduction Française. GERMANY // May 9, 2007 at 7:05 am

    [...] n’assure pas le support du plugin. Pour toute demande de support, veuillez vous rendre sur la page de l’auteur du plugin. Pour toute remarque ou suggestion concernant la traduction du plugin et de son mode [...]

  • 23A » Blog Archiv » FLV-Player aus der Tüte GERMANY // May 6, 2007 at 8:12 am

    [...] alle Eigenschaften des Players extern beeinflussen und ein Wordpress-plugin gibts natürlich auch: Click Get the Flash Player to see this player. [Javascript required to view Flash movie, please turn it [...]

  • Sagittarius FRANCE // May 4, 2007 at 4:50 am

    Gravatar

    Excellent plugin, great job.
    Thanks.

  • Enrique UNITED STATES // May 3, 2007 at 9:26 am

    Gravatar

    This message is intended for fellow users of this great plugin:
    I found a way to implement the two things I wanted the plugin to do:

    1: Allow me to simply enter the name of the flv file without indicating its complete location.
    2: Allow me to keep the poster image in a different directory. This is because my media directory requires a password, but at the same time I don’t want visitors to be asked for a password simply to see the poster image.

    Proceed at your own risk…

    Assuming that you have a flash movies directory called “flashmovies” and a poster images directory called “posterimages”…

    Look for the following two lines…

    $image = str_replace(".flv", ".", $movie);
    $image = ($flv_useposter) ? "&image=$image$flv_imagetype" : "";

    Modify that area of the php file to read…

    //Appends address of folder containing flash videos
    $movie = "http://www.yourdomain.com/flashmovies/$movie";
    $image = str_replace(".flv", ".", $movie);
    $image = ($flv_useposter) ? "&image=$image$flv_imagetype" : "";
    //Allows poster image to reside in a different directory
    $image = str_replace("/flashmovies/", "/posterimages/", $image);

    If you want to host your images on a whole other domain, the process is very similar… so play around with it, but be warned that if you make a mistake you will cripple your wordpress installation (you would have to remove the plugin via FTP to get it to work again).

  • Histoires de Nono » Blog Archive » Vidéos sur un Blog Wordpress FRANCE // Apr 29, 2007 at 5:57 am

    [...] Enfin quel plugin pour Wordpress ? Je vous recommande vivement FLV-embed à télécharger sur : site du créateur Les explications sont en anglais mais pour télécharger le plugin cliquez ici. Suivez ( si [...]

  • elearninglive.com » Blog Archive » How to Include an FLV Video in WordPress Blog UNITED STATES // Apr 27, 2007 at 9:03 pm

    [...] with WordPress. That’s where the plugin is needed. The best one out there right now is this one. The install is fairly straight-forward on the server. Then once that’s done it [...]

  • Enrique UNITED STATES // Apr 27, 2007 at 6:44 pm

    Gravatar

    Excellent plug-in. Question…

    How do I go about hosting the poster image and the flash video in different folders?

    Location of Flash video:
    http://www.domain.com/media/damovie.flv

    Location of poster image:
    http://www.domain.com/wp-content/thumbnails/damovie.jpg

    Thanks for your help and more so for creating a great plugin.

    P.S:
    Feature to consider: Ability to indicate flash movie directory so that one need only type the name of the movie instead of typing the complete URI each time.

  • Doug Pratt UNITED STATES // Apr 27, 2007 at 6:10 pm

    Gravatar

    Hi,

    I think there’s a problem with overstretch and the new player, version 3.7. Overstretch=fit works perfectly with 3.6, but not 3.7. This is a copy-and-paste from my flv-embed.php file:

    $flv_overstretch = “fit”;

    Again, “fit” works AOK with 3.6, and material that is 4:3 is good in player 3.7. But the 16:9 values I use — 425 240 — result in a 4:3 shaped image in the middle of a 16:9 window.

  • Guus NETHERLANDS // Apr 26, 2007 at 5:41 am

    Gravatar

    I’ve been trying to get the plugin to work, but something is wrong.

    The player shows up in my post, but when I press the play button the twirl keeps showing, and the buffer doesn’t seem to fill…

    the code I use in my post:
    [flv:http://www.studio469.com/gportfolio/wp-content/uploads/miksed.flv 320 280]

    //I found out what i did wrong, I pasted the code in normal view, instead of the code editor…

    Great plugin!

  • Histoires de Nono » Blog Archive » Vidéos sur un Blog Wordpress FRANCE // Apr 22, 2007 at 4:52 am

    [...] Enfin quel plugin pour Wordpress ? Je vous recommande vivement FLV-embed à télécharger sur : site du créateur Suivez les recommandations que l’auteur donne et vous aurez de jolies vidéos incluses dans [...]

  • Andreas Levers GERMANY // Apr 18, 2007 at 8:01 am

    Gravatar

    Regarding poster images not showing up for Firefox:

    I modified the wordpress plugin to rewrite the content later on in the plugin/event chain. It seems that the different versions of WP encode the ampersand (&) within the paramters in a way that certain versions of Firefox (or the Flash Plugin within FF) do not like very much. Here are the changes within my FLV-Embed Plugin:

    line 112 before: add_filter(’the_content’, ‘flv_parse’)
    line 112 after: add_filter(’the_content’, ‘flv_parse’,999)

    This might be some kind of ugly hack but I did not have the time to take an in-depth look at all of the code.

  • FLV-test - the Homer Edition - MadsK DENMARK // Apr 18, 2007 at 5:24 am

    [...] Noter: Filmen er grabbet fra http://www.youtube.com/watch?v=buIlVlyZ2q4 Converteret via: http://www.youtubex.com/ Plugin fetched fra: http://www.channel-ai.com/blog/plugins/flv-embed/ [...]

  • KimHoon REPUBLIC OF KOREA // Apr 18, 2007 at 1:05 am

    Gravatar

    Wonderful plug-in !! It’s very useful !!
    Thank you !!

  • Adam UNITED STATES // Apr 17, 2007 at 9:42 am

    Gravatar

    I am in the process of hacking your plug-in to allow for rtmp, It will be a separate plug-in. I think the only thing you are missing is the id for the flash vars. Or at least thats what the documentation says on Jeoren’s web site. I will let you know how it comes out, but would you want to integrate when I am done?

  • Ms.U UNITED STATES // Apr 14, 2007 at 8:39 pm

    Gravatar

    Can someone email me MsUnderestimated at gmail dot com and explain this to me? I am completely a newbie when it comes to flash video, converters, etc. Any help I could get would be greatly appreciated.

    I also gave some into the tip jar to help. But I also need some hand-holding to figure out how to do this.

    Thanks,
    Ms.U

  • Jeff UNITED STATES // Apr 13, 2007 at 4:47 pm

    Gravatar

    Thanks for the great plugin. I am trying to get a poster frame to work, made the change to show on the php file. uploaded a test file but it doesn’t show.

    I need more information about what size the .jpg should be, can it be any file I want to show? can anyone who got the poster frame to work give me the specifics on exactly wht I need to do get it to show?

    Thanks,
    Jeff

  • Michael UNITED STATES // Apr 12, 2007 at 4:00 pm

    Gravatar

    Answered my own question

    Thanks andy ways, hers the how to future reference to any one with the same problem.

    Select the site to configure in IIS, right click and select “Properties”

    Under HTTP Headers Tab, select “File Types” under the MIME Map section and select “New Type”

    Type “.flv” as the associated extension and “video/x-flv” as the content type.

    Select “OK” and you’re ready to fly!

  • John Doe CROATIA // Apr 12, 2007 at 3:20 pm

    Gravatar

    I had some problems embeding the flv on my site, it played localy but when I tried to play it on my website it didn’t work. After few days I found out that .flv extension wasn’t included in MIME types on my server. I hope this’ll help to someone because I spent hours and hours trying to correct this.

    Bye

  • Stefani GERMANY // Apr 12, 2007 at 2:27 pm

    Gravatar

    Hello Creative People,
    Poster does not work, neither in Internet Explorer or Firefox… I followed the instruction carefully. Please HELP!!!

    Thanks….

  • Michael UNITED STATES // Apr 12, 2007 at 1:53 pm

    Gravatar

    Excellent product!!!

    But am having the same problem as Seth with flv files. I am also use Windows 2003 server

    How and what mime type would I add ?

    Thank you!

    Michael

    post ref:
    “Seth // Mar 17, 2007 at 11:01 pm”

  • Mat ITALY // Apr 12, 2007 at 12:10 pm

    Gravatar

    Hi! Beautiful plugin but, if I want to put a flv files on my Header, what can I do?

  • Wie man Videos in Flash Videos konvertiert GERMANY // Apr 12, 2007 at 6:30 am

    [...] Ihr warscheinlich wissen wie sie einfach auf die Website oder Blog kommen. Mein Tipp ist das FLV Embed plug-in für Wordpress, welches Jeroen Wijering’s FLV Player einfach einbindet. Ihr könnt es in Aktion auf [...]

  • μHOWTO: Convert and display Flash video » javier arturo rodríguez » Blog Archive UNITED STATES // Apr 12, 2007 at 5:11 am

    [...] know, there’s even a neat wordpress plugin that allows a much simpler syntax: [flv:/path/to/video.flv 320 [...]

  • elementarteile » Blog Archiv » videoroadtrip GERMANY // Apr 11, 2007 at 6:02 pm

    [...] Hier mal etwas aus hauseigener produktion, auch zum ausprobieren der videobroadcasting plugins! gelobt sei flv-embed!! [...]

  • Sergey UNITED STATES // Apr 11, 2007 at 1:02 am

    Gravatar

    I figured it out - if you have WP url as videojibe.com and access it as http://www.videojibe.com, no posters for you - probably a cross-domain security plug. Now need to figure out how to output flash player and movie paths as relative URLs :)

Pages: « 8 7 6 5 4 [3] 2 1 » Show All

Leave a Comment