FLV Player from Advanced Flash Components.
Version: 1.8.5
Author: Vic Farazdagi
Author URI: http://www.afcomponents.com/team/torio/
*/
/*
AFC FLV-Player for Wordpress
(c) 2007 Advanced Flash Components / CrabDish LLC (email : support@afcomponents.com)
This plugin uses free embeddable version of Advanced Flash Component's FLV Player.
For more details on component itself see http://www.afcomponents.com/components/flv_player/
This Wordpress plugin is released "as is". Without any warranty. The author cannot
be held responsible for any damage that this script might cause.
*/
require_once(dirname(__FILE__).'/plugin_funcs.php');
function afc_flv_player() {} // dummy function to let the others know that plugin has been loaded
add_filter('the_content', 'afc_flvp_the_content', '10'); // tag -> HTML tags
add_filter('the_editor_content','afc_flvp_quicktag_button',1);
?>