================== How To! ================== The above example is one of the ways to embed the player to your html files. Just copy and paste. ---------------------------------------Code------------------------------------------ --------------------------------------End-Code--------------------------------------- ================== Flash Variables ================== Here is the list of variables that you can pass to the player. * source: This is the actual path of the media that is going to be played. * type: The type of file to play, allowable values are: audio, video. * streamtype: The stream type of the file, allowable values are: file, http, rmtp, youtube. * server: Used in coordination with rtmp stream servers * duration: Total times in seconds for input media or formatted string in the format hh:mm:ss * poster: Screenshot of the video that is displayed before playing in png, jpg or gif format. * autostart: A true or false value that indicates to the player if it should auto play the video on load. * logo: The path to the image of your logo. * logoposition: The position of the logo in the player, permitted values are: top left, top right, bottom left and bottom right * logoalpha: The transparency percent. values permitted 0 to 100, while more higher the vale less transparency is applied. * logowidth: The width in pixels of the logo. * logolink: A link to a webpage when the logo is clicked. * hardwarescaling: Enable or disable hardware scaling on fullscreen mode, values: false or true * logoalpha: The transparency percent. values permitted 1 to 100 * controls: To disable the displaying of controls, values: false to hide otherwise defaults to show * controltype Choose which controls to displa. 0 = old controls, 1 = new controls * controlsize Changes the height of the new controllers, the default value is 40 * seekcolor Change the seekbar color (new controls only) * darkcolor: The darker color of player controls in html hexadecimal format * brightcolor: The bright color of player controls in html hexadecimal format * controlcolor: The face color of controls in html hexadecimal format * hovercolor: On mouse hover color for controls in html hexadecimal format * aspectratio: To override original aspect ratio on first time player load. Allowable values: 1:1, 3:2, 4:3, 5:4, 14:9, 14:10, 16:9, 16:10 * jsapi: Expose events to javascript functions and enable controlling the player from the outside. Set to any value to enable. * loop: As the variable says this keeps looping the video. Set to any value to enable. * buffertime To change the default 10 seconds buffer time for local/pseudo streaming ================== Keyboard Shortcuts ================== Here is the list of keyboard shortcuts to control Jaris Player. * SPACE Play or pause video. * TAB Switch between different aspect ratios. * UP Raise volume * DOWN Lower volume * LEFT Rewind * RIGHT Forward * M Mute or unmute volume. * F Swtich to fullscreen mode. * X Stops and close current stream