width
It sets the video width (in pixels). This parameter has to be an integer positive value.
The minimal value is 350 pixels.
This parameter is seen in the file and in the upper code. And so if you change its value you must change it twice.
height
It sets the video height (in pixels). This parameter has to be an integer positive value.
The minimal value is 120 pixels.
This parameter is seen in the file and in the upper code. And so if you change its value you must change it twice.
autoplay
It sets automatic or manual start of the video playback.
Possible values of this parameter:
If the value is 1 / true playback starts automatically after loading a web page, otherwise (autoplay=0 / false) playback starts after pressing the Play button.
autoload
It sets automatic loading of the video.
Possible values of this parameter:
If the value is 1 / true the video starts loading automatically, otherwise (autoload=0 / false) loading begins after pressing the Play button.
autonext
Set the value of this parameter 0 to avoid skipping to the next video, otherwise set 1.
shuffle
Set the value of this parameter 1 to shuffle videos, otherwise set 0.
loop
It sets automatic loop playback.
Possible values of this parameter:
If the value is 1 flash player supports loop playback, otherwise (loop=0) it doesn't.
playonload
Set the value of this parameter 0 to avoid playing video after loading, otherwise set 1.
volume
It sets an initial volume. Possible values of this parameter are between 0 and 200.
playeralpha
It sets transparency of the player bar. Possible values of this parameter are between 0 and 100.
iconplaybgalpha
It sets transparency of the Play icon button. Possible values of this parameter are between 0 and 100.
buffer
It sets a number of seconds to buffer.
buffermessage
It sets a buffering message.
title
It sets a title shown before loading video. Video titles must be separated by |
(for example, title=my_video1|my_video2|my_video3|my_video4)
titlesize
It sets size of the title's font.
srtsize
It sets size of the subtitle's font.
onclick
It sets an event after clicking on the video. By default it's set playpause, meaning that the video is played/paused on click. To remove events, set the value none.
onclicktarget
It sets a target of URL after clicking on the video. Possible values of this parameter: _self or _blank.
ondoubleclick
It sets an event after double clicking on the video. Possible values of this parameter: none, fullscreen, playpause or URL to open.
ondoubleclicktarget
It sets a target of URL after double clicking on the video. Possible values of this parameter: _self or _blank.
playertimeout
It sets time in milliseconds before the player hides (when autohide mode is set).
videodelay
It sets a display time of the video title, in milliseconds.
showplayer
It sets a player bar display mode.
Possible values of this parameter: autohide, always or never.
showfullscreen
In the file 01.xml set the value of this parameter 1 to show the Fullscreen button, otherwise set showfullscreen=0.
Besides you can disable ability to use fullscreen mode. Just set in the upper code <param name="allowFullScreen" value="false"/>.
showmouse
It sets a display mode of the mouse cursor. Possible values of this parameter: always, autohide or never.
shortcut
Set the value of this parameter 0 to deactivate keyboard shortcuts, otherwise set 1
(see the description of keyboard shortcuts at the bottom of this page).
showstop
Set the value of this parameter 1 to show the Stop button, otherwise set showstop=0.
showprevious
Set the value of this parameter 1 to show the Previous button, otherwise set showprevious=0.
shownext
Set the value of this parameter 1 to show the Next button, otherwise set shownext=0.
showopen
Set the value of this parameter 1 to show the Open button, otherwise set showopen=0.
showvolume
Set the value of this parameter 1 to show the Volume Control, otherwise set showvolume=0.
showtime
Set the value of this parameter 1 to show the Time area, otherwise set showtime=0.
showiconplay
Set the value of this parameter 1 to show the Play icon button in the middle of the video, otherwise set 0.
margin
It sets a margin of the video relative to the Flash player.
If you set an integer positive value of this parameter a player frame is shown, otherwise it isn't.
For example, you set margin=5. In this case a frame of 5px width is shown on the periphery of the video.
If you set margin=0 there is no frame on the periphery of the video.
startimage
Defines URL of a JPEG file (not progressive) to be shown before loading the video.
When the video is converted you get the file start_frame.jpg with a start image. By default it's set the same start image for all videos (a black rectangle).
If you want to set other start images do the following:
1. Put your JPG files into the same place as the video files.
2. Set the value of startimage as URLs of your images separated by |
(for example, startimage=my_image1.jpg|my_image2.jpg|my_image3.jpg).
top1
This parameter lets you add an image (logo, for example) over the video. Just set URL and coordinates of the image separated by | (URL|x|y), for example my_logo.jpg|160|120.
srt
This parameter lets show SRT subtitles.
If you want to show subtitles do the following:
1. Set srt=1.
2. Create or add a file with .SRT extention and UTF-8 encoding. The file must be at the same place as the video file and have the same name.
For example, if the video file is my_video.flv the name of its subtitle must be my_video.srt.
You should create an .SRT file for each video file (for example, you have 3 video files: video1.flv, video2.flv and video3.flv. You should create 3 subtitle files: video1.srt, video2.srt and video3.srt).
There are some FREE programs for creating .SRT files:
Workshop
SubMagic
SubtitleCreator
SubCreator
If you don't want to show subtitles just set srt=0.
showswitchsubtitles
Set the value of this parameter 1 to show the Showing/Hiding subtitles button, otherwise set showswitchsubtitles=0.
showtitleandstartimage
Set the value of this parameter 1 to show the title and the start image at the same time, otherwise set 0.
playercolor
It sets a color of the player bar.
bgcolor
It sets a background color of the player.
bgcolor1
It sets the first (upper) color of the player background gradient (important only if it's set an integer positive value of margin parameter).
bgcolor2
It sets the second (lower) color of the player background gradient (important only if it's set an integer positive value of margin parameter).
buttoncolor
It sets a color of buttons.
buttonovercolor
It sets a hover color of player buttons.
slidercolor1
It sets the first (upper) color of the seek bar gradient.
slidercolor2
It sets the second (lower) color of the seek bar gradient.
sliderovercolor
It sets a hover color of the seek bar.
loadingcolor
It sets a color of the loading bar.
scrollbarcolor
It sets a color of the scrollbar.
scrollbarovercolor
It sets a hover color of the scrollbar.
currentflvcolor
It sets a color of the current video in the playlist.
playlisttextcolor
It sets a color of the playlist text.
iconplaycolor
It sets a color of the Play icon button.
iconplaybgcolor
It sets a background color of the Play icon button.
titlecolor
It sets a color of the title.
srtcolor
It sets a color of subtitles.
srtbgcolor
It sets a background color of subtitles.
videobgcolor
It sets a background color of the flash, when no video is shown.
space
Play/Pause
P
Play/Pause
S
Stop
C
Show/Hide subtitles
left
5 seconds backward
right
5 seconds forward
up
Volume up
down
Volume down
+
Volume up
-
Volume down
PLAY
document.getElementById("myFlash").SetVariable("player:jsPlay", "");
document.getElementById("myFlash").SetVariable("player:jsPlay", "2");
PAUSE
document.getElementById("myFlash").SetVariable("player:jsPause", "");
STOP
document.getElementById("myFlash").SetVariable("player:jsStop", "");
NEXT
document.getElementById("myFlash").SetVariable("player:jsNext", "");
PREVIOUS
document.getElementById("myFlash").SetVariable("player:jsPrevious", "");
Volume level
document.getElementById("myFlash").SetVariable("player:jsVolume", "50");
Bookmark with:
Beta version of new Free Studio is available for our fans on Facebook. Free YouTube to DVD Converter is coming soon.
Now we offer “EXTREME” and “INSANE” mp3 quality presets for very demanding users. YouTube tools now download complete show lists...
Join our group on Facebook to get beta versions of our programs and to support us! We have updated burning applications by adding new engines and introducing support of .ISO files.
Formats:
avi, divx, xvid, dvd, h264, mpg, mpeg2, mpeg, mp4, vob, swf, dvr-ms, dat, mov, qt, wmv, asf, 3gp, 3g2, dv, flv, h263
Newsletter:
Subscribe to our free newsletter and be the first who knows about our news and future plans!
Contact us:
DVDVideoSoft Help Desk
Support Forum
Copyright 2006-2010, www.dvdvideosoft.com, DVDVideoSoft Limited. All rights reserved