Basic and Advanced Installation of SS4UPlayer
SS4UPlayer Advanced Setup wizard
Upload the swfobject.js,SS4UPlayer.swf into your server and paste the customized code into your site. Follow the four steps to customize your own Design.

SS4UPlayer Basic Setup
With SS4UPlayer anyone can play videos. We can use SS4UPlayer for both progressive download and Streaming by changing a single value in flashvars.server
For Progressive download : flashvars.server ="null"
For Streaming flashvars.server = "rtmp://hostname/vod" //Please replace the "hostname" with your server name
The player works on both Windows and Linux Platform
The following are the basics steps to install the player
- Have a web server, or have your web site hosted
- Place the ss4uplayer files on the server
- Place your video files on the server
- Include ss4uplayer in your web pages
After you download the SS4UPlayer you can extract the SS4UPlayer files with any of decompressing softwares like , 7-Zip, WinRAR, or WinZip.
After decompressing the file you will get in a single folder called "SS4UPlayer"
The SS4UPlayer folder will contain the following files
- SS4UPlayer-v1.swf - The player;
- swfobject.js - script to load player
- readme.html - Demo page
- ss4udemovideo.flv - Demo video
- preview.jpg - Preview Image
To have fast test run of your installation just copy this folder (SS4UPlayer) to your web server root and point your browser to the following location:
http://www.servername.com/SS4UPlayer/readme.htmlKindly note SS4UPlayer essentially supports only video formats supported by Adobe Flash.
If the installation is correct the video file should start playing.
- .flv - These are Flash video files, as created by Adobe Media Encoder and other programs. Flash Video (.flv files) is a container format, meaning that it is not a video format in itself, but can contain other formats such as MPEG-4 or H.264.
- .f4v - These are standard mp4 files (MPEG-4) that can be played back by Flash Player 9 Update 3 and above.
Integrate SS4UPlayer with your web pages
To install/ embed SS4UPlayer in your web page follow the following steps:
- Include file swfobject.js in the web page
- Upload the SS4UPlayer.swf
- Upload the video file in any of the formats supported by Flash
- Copy the code given below in your webpage in between the html tags
Include the following changes in the code below before copying to your file
1. To include your movie file, "ss4udemovideo.flv" should be changed to the name of your video and the path of the video to the path of your video.
flashvars.videoPath = "images/flv/ss4udemovideo.flv"; // ss4udemovideo.flv should be changed to the name of your video and also the path of the video is to change the path of where your video lies in your server
Please copy the code given below
For videos being streamed from Streaming Server
Include the following changes in the code below before copying to your file
1. To include your movie file ss4udemovideo.flv should be changed to the name of your video and also the path of the video is to change to the path of where your video lies in your server
flashvars.videoPath = "images/flv/ss4udemovideo.flv";
2. Please replace the "hostname" with your server name and vod with
flashvars.server = "rtmp://hostname/vod" e.g "rtmp://yourserver.com"

