Comecei a buscar soluções para compartilhar vídeos [tutoriais] da melhor forma possível. Resolvi iniciar tentando utilizar o próprio wordpress – incluindo arquivos swf [flash] diretamente.
Achei este plugin na página do desenvolvedor : clique aqui.
O readme – que contem as principais instruções de uso segue abaixo:
=== Plugin Name ===
Contributors: Jim Penaloza
Donate link: http://blog.unijimpe.net/
Tags: flash, swf, swfobject
Requires at least: 1.6
Tested up to: 2.1
Stable tag: 1.6
Insert Flash Movies into WordPress.
== Description ==
This plugin enable insert flash movies into WordPress using **SWFObject** library
for prevening EOLA’S.
Features
* Easy install
* Insert Flash movie with simple code
* Panel for easy configuration
* Config flash player version required
* Support FlashVars param
* Support FullScreen param
* Generate <object> code for RSS compatibility
For insert swf into post use:
`[SWF]movie.swf, width, heigth[/SWF]`
For insert swf into code of blog use:
`<?php wp_swfobject_echo(“movie.swf”, “width”, “heigth”); ?>`
For more information visit [plugin website](http://blog.unijimpe.net/wp-swfobject/ “plugin website”)
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `wp-swfobject.php` to the `/wp-content/plugins/` directory
1. Upload `swfobject.js` to the `/wp-content/plugins/` directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Configure plugin into ‘Options’ -> ‘WP-SWFObject’ menu
== Screenshots ==
1. Install and Activate plugin is easy.
2. Config panel for WP-SWFObject.
Abraços,
B