****README.txt - Free Flash FLV Video Player****
#####################################################################################
Version : Flash FLV Player SWF v1.0 Beta
Released : January 10, 2011
Copyright : (c)2011 Craig Chant (DJ - C.D.C.) http://dance-music.org
Coded In : FLASH - X/HTML - JAVASCRIPT
Licence : Released under GNU/GPL version 3, as shown below. Released as freeware - no warranty given.
#####################################################################################
Acknowledgements -> Inspired by Lee Brimelow and his 'Flash Video Basics' tutorials (http://www.gotoandlearn.com)
#####################################################################################
--Requirements--
1. A web site.
Though you can simply use it on your local computer to view any FLV file on your PC or on the web if you so desire.
--Files Included In This Distribution--
README.txt - This file with instructions and documentation.
Flash_FLV_Player.swf - Compiled Flash Player SWF file.
Flash_FLV_Player_Local.swf - Compiled Flash Player SWF file for playing videos locally on your PC.
FLV_Flash_Vars.js - Javascript Flash FLV Player flashVars loader script.
Flash_FLV_Player_FlashVars.txt - Detailed list of available flashVars and documentation.
Flash_Player.htm - X/HTML Flash FLV Player website example page.
blank.gif - 1x1 pixel transparent GIF image should you need it.
--Quick Installation Instructions--
1. Download and unzip the files contained in Flash_FLV_Player.zip file.
2. Upload the following file to a place of your choice on your website.
- Flash_FLV_Player.swf
NOTE: If you are running the player locally then you don't need to upload anything!
Remember if you wish to run the player locally on your computer to view FLV files on your PC, you need to ensure you also have
the Flash_FLV_Player_Local.swf file.
If you are using a local Flash_Player.htm file on your PC to view videos hosted on the web then you only need to use the Flash_FLV_Player.swf file.
Alternatively if you are using the Javascript loader method and viewing local FLV files, you need to set the 'Local' setting
vars.Local = '1';
This ensures it uses the correct Flash SWF file, alternatively if you manually code the HTML page, you need to ensure you point the object to the correct
Flash FLV Player (Flash_FLV_Player_Local.swf). You also need to ensure you set all paths to alternative image files to the same folder on your computer
and have all the required images placed there also.
I know it's a pain but the security Adobe sets on flash applications means this is the simplest work around so you can use it both for the web and locally.
The Javascript file will also make your browser moan and require authorisation for two security prompts, this again is due to security settings to
help stop you geting infected with viruses, and a good reminder that you should never run Javascript from an untrusted source locally on your computer!
3. Edit the Flash_Player.htm file if you wish to change the background colour of the webpage.
To set the background black use the following :- background-color:#000000;
4. Upload the HTML file to the same place as the Flash_FLV_Player.swf file.
5. Edit the FLV_Flash_Vars.js file if you want to use the loader script.
6. Upload the FLV_Flash_Vars.js file to the same place as the other files.
7. Navigate your browser to the web address of the HTML file you just uploaded and enjoy the movie!
NOTE: The provided HTML file requires the Javascript file, so you need to upload both if using this method but you can use the alternative method shown below.
--Basic Player Use Guide--
OK so that's rather a simplistic view of the player, so let's go deeper....
Firstly... remember to review the Flash_FLV_Player_FlashVars.txt file and use it as a reference guide to all the available configuration flashVar variable settings!
There are so many that I felt it best to provide these in a separate reference file rather than making this README.txt file too massive and intimidating.
If you know a bit of HTML and are happy to edit website pages in a text editor such as notepad and use FTP to upload them to your website, then none of this is
particularly difficult, the only hard part is for you to create (or acquire) a bunch of FLV videos you want to share with the world, friends and family and spending the time
to design and configure your player just the way you want it!
If you have an image editing package and a flare for design then you will be able to come up with some truly awesome player designs by simply using some of the flashVar settings!
It's worth noting here that although the player is fully configurable with an unbelievable plethora of settings, you only need to use one to get results...
That's the 'Flv' or 'vars.Flv' variable (if using the Javascript loader script), which tells the player what file to play, it really is that easy to use. So if you want to hand
code the HTML it's only a few lines of code and can be as simple as this....
YOUR PAGE TITLE
If you look closely you will see the flashVars defined, you will also notice there is an