Customizable YouTube Video Player
Professional Customizable easy-to-use Youtube TM video player |
Customizable YouTube Video Player Features
- Simple detailed installation instructions
- Customizable colors
- Fully resizable
- Plays any youtube video
- Keyboard shortcuts enabled
- Spacebar key to play / pause
- Left / right arrow keys to rewind / fastforward
- Up / down keys to adjust volume
View our Installation guide for easy instructions.
How to Install this Flash video Player
STEP 1
Download the FREE version or buy the unbranded version of this music player. Uncompress the provided zip file to a folder.
STEP 2
Open sampleEmbedJavascript.html in your html editor, copy the embed code provided and paste it into your own html page.
STEP 3
Upload OriginalYoutubeVideoPlayer.swf to your web server.
STEP 4
Change the mediaPath parameter in the embed code to point to the youtube video you want the player to play. You can use either a full link to the youtube video page or simply use the youtube video ID. Also make sure you change the player swf path to reflect its location on the web server.
Installation Notes / Tips
FILES PATHS
If you are having problems installing this media player, the first thing to try is using absolute paths instead of relative paths. For example,
Instead of using a relative path like below
swfobject.embedSWF("OriginalYoutubeVideoPlayer.swf", "video-player",
"834","505","9.0.0","expressInstall.swf",options, params);"
Use a full absolute path:
swfobject.embedSWF("http://www.yoursite.com/OriginalYoutubeVideoPlayer.swf",
"video-player","834","505","9.0.0","expressInstall.swf", options, params);"
Embedding methods
You'll notice there are three different sample embed html files in the provided zip package:
sampleEmbedJavascript.html
The most common and recommended way to embed your flash media player.
sampleEmbedMultiplePlayers.html
This html file includes the code
required to embed multiple players in one page.
sampleEmbedObject.html
The object method is an alternative method of embedding which does not require the use of javascript.
Need more help?
Visit our forum and check out the FAQ.Customization Wizard
You can easily generate your customized embed code with our Customization Wizard
Customization parameters
You can also manualy customize the appearance and behavior of our flash media players by adding / modifying embed parameters
ex: options.autoPlay = "true";
ex: options.displayTime = "false";
ex: options.firstColor = "#000000";
ex: options.secondColor = "#ffffff";
ex: options.backColor = "#ffffff";
ex: options.hightlightAlpha = "50";
ex: options.mediaPath = "false";
ex: options.stretching = "uniform";
ex: options.autoHide = "false";
ex: options.mediaSmoothing = "true";
ex: options.defaultVolume = "75";
ex: options.autoLoad = "true";
ex: options.allowFullscreen = "true";
ex: options.fontSize = "medium";
ex: options.showStroke = "false";
ex: options.strokeColor = "#000000";
Support
Please visit our forum to ask your questions or leave comments about our products. For further assistance contact us at support@premiumbeat.com
F.A.Q.
- How do I modify the media players parameters?
- Do I get the player .fla with my purchase?
- What is the license agreement when I buy your media players?
How do I modify the media players parameters?
To modify the parameters of the media players, you need to modify or add options to the embed code. For example, if you wanted to change the background and buttons colors of the flash mp3 player to black, you would add / edit the backColor, firstColor and secondColor options.
Do I get the player .fla with my purchase?
No, we do not sell the .fla files of our players, we do however provide customizable .swf files. The Adobe Flash Authoring software is not needed to customize the players.
What is the license agreement when I buy your media players?
You can find the licence agreement here

