A plugin to embed the FLxER player to play swf, flv, mp4, mp3, h264, jpg, txt, gif, png content in valid XHTML code offering the possibility to manage … Wordpress Tutorial
Then, Find
readme.txt
file inside wp-flxerplayer.zip and Open
readme.txt
.
Now, Read the Requirements of this plugin. Which
Wordpress Version and PHP Version
are required to run this Plugin in Your Wordpress Site.
Then, Follow the Tips Below.
Start the Tips:
1. First Download "
wp-flxerplayer.zip
" Plugin to your Local Computer.
(Click Download)
2. Then, Login to your "
yourdomain.com/wp-admin
" Dashboard.
3. Then, Click on "
Plugins
" + "
Add New
" from left sidemenu of Dashboard.
4. Now, Click on "Upload Plugin" button.
5. Now, Browse "
wp-flxerplayer.zip
"
Downloaded plugin from your computer, Where you downloaded
wp-flxerplayer.zip
According to
Step – 1
Above then, click on "
Install Now"
6. Now, Click on "
Active Plugin"
7. Then, See left sidemenu. "
wp-flxerPlayer
" folder is added on left sidemenu. Now, Click on "
wp-flxerPlayer
" folder.
Noted that:
If you do not see "
wp-flxerPlayer
" folder on left sidemenu then, see at left sidemenu "
Settings
" or "
Tools
".
8. Now you configure yourself oR Watch video tutorial below about
wp-flxerPlayer
Configurtions and Settings or How to work "
wp-flxerPlayer
" in your WordPress site.
oR
After Activated Plugin According to
Step-6
then,
Go to "
Plugins
" + "
Installed Plugin
" from Wordpress Admin Panel Leftside Menu.
or Direct go to:
https://yourdomain/wp-admin/plugins.php
Then, Find "
wp-flxerPlayer
" Activated Plugin from Plugin List.
Then, Click on "
Settings
" from Plugin that is wp-flxerPlayer
Now, Edit/Add/Config the setting and Click on "
Save Changes
" button,
Guide
Installation
Unpack the zip archive.
Upload the folder
wp-flxerPlayer
to
wp-content/plugins/
.
Activate the plugin in your admin panel.
Update
wp-flxerPlayerwp-flxerPlayer supports the automatic update function integrated in WordPress since version 2.5. To do it by your own, follow this:
Deactivate the plugin. This is important!
Delete the old files and folders.
Install the new version.
Usage
To embed flash files into your posts, please insert the URL into following code:
[flash URL VALUES]
. URL is the full address with heading http://. Possible VALUES are listed beneath.
If you want to embed movies from YouTube, Google Video, etc., simply post the full address of the item’s site.
Example:
[flash http://www.youtube.com/watch?v=SOME_CHARACTERS]
or
[flash http://video.google.com/videoplay?docid=SOME_NUMBERS]
.
Width and height are set to the respective settings of the supported hoster automatically.
You don’t need to cut sth. out of an address or HTML code!
flv/mp4 support
just use [flash URL VALUES], the flv/mp4 file is detected automatically. (You have to buy a license to use that player commercially.)
You can also embed media (
[flash medium=ID VALUES]
) and playlists (
[flash playlist=ID VALUES]
) from the media manager.
(Attention! Each flashvar overwrites his counterpart in following order: admin panel settings < media & playlist settings < flash tag settings.)
!!!
The following documentation of possible values is eased heavily by the admin panel popup (since v1.5)
!!!
VALUES can be one or more of these:
If you want to override the default values for width and hight, use the following code:
w=WIDTH h=HEIGHT
. WIDTH and HEIGHT are in pixels as number-only without unit.
If you want to override the default value for the class, use the following code:
class=CLASS
. CLASS is the class to be used. If you don’t specify a class, the default class “embedflash” will be taken.
To specify the style for the
without defining a class, use the following code:
style={STYLE}
. STYLE must be valid CSS code. Please ensure that you put it into {} brackets!
To manage gallerys, use the following code:
[flash FIRSTMOVIEURL title=FIRSTMOVIETITLE gallery={MOVIE1URL MOVIE1TITLE,MOVIE2URL MOVIE2TITLE,}
.
You can also display a link to the file with a specified text:
extern={TEXT|LINK}
or
extern={TEXT}
. TEXT is the text to show as link, LINK will be the target. If no LINK is given, it defaults to URL. Please ensure that you put it into {} brackets!
Example #1:
extern={Go to YouTube}
will output:
Go to YouTube
.
Example #2:
extern={Visit the author's website|http://domain.com/?site=home}
will output:
Visit the author's website
If you are embedding a video from a hoster supported by this plugin, you can add a “Watch it at …” link by adding
extern=1
instead.
If you want to specify additional parameters to the
tag, use the following code:
o={PARAMETERS}
. PARAMETERS can be one ore mutiple valid parameters for the
tag except ‘data’, ‘width’, ‘height’, ‘class’ and ‘style’. Please ensure that you put it into {} brackets!
Example:
o={tabindex="2" name="flashmovie"}
will be outputted as:
If you want to specify additional
tags, use the following code:
p={NAME-1;VALUE-1|NAME-2;VALUE-2|...|NAME-N;VALUE-N}
. Both NAME and VALUE have to be specified. You can add quite infinite
tags by seperating the different couples with the “|” character. Please ensure that you put it into {} bracktes!
Example:
p={menu;false|quality;high}
will be outputted as:
If loading preview images from YouTube and GameVideos has been disabled by default, you can still use it by adding
preview=force
. The alt attribute of the image tag is set to “preview image”.
You can set the width and height by
pw=
and
ph=
.
To easily overwrite the default mode of embedding your flash content, you can specify
mode
.
Examples:
mode=0
will use the object tag,
mode=1
refers to SWFObject.