YouTube programs are able to download new types of music collections – YouTube Top 100, Billboard Hot 100, Daily 100.
Free DVD Video Burner has gone through global changes, so the problem when burned DVDs were not supported by some dvd players will not appear anymore. Numerous improvements concerned also the video editing tool - Free Video Dub.
Download Free Studio 5.5.0 and get all updates at once!
YouTube software downloads all possible artist's playlists and show lists which sometimes caused downloading problems. CUE files are supported for input in Free Audio Converter from now on. Video converters feature new quality preset for iPad 3.
Find more updates by downloading Free Studio 5.4.6!
Accelerated conversion with NVIDIA CUDA technology enabled in all converters and numerous other improvements:
- fixed problems in YouTube downloading programs;
- reworked Free Audio CD Burner and Free DVD Video Converter;
- multiple fixes in Free Video Flip and Rotate and Free Video Dub, etc.
Download Free Studio 5.3.5 now!
Subscribe to our free newsletter and be the first who knows about our news and future plans!
Note: We will not bother you and you will be able to unsubscribe any time you want.
mp3
It sets URL of the mp3 file to be played.
autoplay
It sets automatic or manual start of the audio playback.
Possible values of this parameter:
If the value is 1 / true playback starts automatically after loading the web page, otherwise (autoplay=0 / false) playback starts after pressing the Play button.
autoload
It sets automatic loading of the audio.
Possible values of this parameter:
If the value is 1 / true the audio starts loading automatically, otherwise (autoload=0 / false) loading begins after pressing the Play button.
loop
It sets automatic loop playback.
Possible values of this parameter:
If the value is 1 mp3 player supports loop playback, otherwise (loop=0) it doesn't.
volume
It sets an initial volume. Possible values of this parameter are between 0 and 200.
showstop
Set the value of this parameter 1 to show the Stop button, otherwise set showstop=0.
showinfo
Set the value of this parameter 1 to show the Info button, otherwise set showinfo=0.
showvolume
Set the value of this parameter 1 to show the Volume Control, otherwise set showvolume=0.
showslider
Set the value of this parameter 1 to show the player bar, otherwise set showslider=0.
bgcolor
It sets a background color of the player.
bgcolor1
It sets the first (upper) color of the player background gradient.
bgcolor2
It sets the second (lower) color of the player background gradient.
loadingcolor
It sets a color of the loading bar.
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.
textcolor
It sets a color of the text.
space
Play/Pause
P
Play/Pause
S
Stop
I
Show information
left
5 seconds backward
right
5 seconds forward
+
Volume up
-
Volume down
PLAY
document.getElementById("myFlash").SetVariable("player:jsPlay", "");
PAUSE
document.getElementById("myFlash").SetVariable("player:jsPause", "");
STOP
document.getElementById("myFlash").SetVariable("player:jsStop", "");
Volume level
document.getElementById("myFlash").SetVariable("player:jsVolume", "50");
Change URL of an audio track
document.getElementById("myFlash").SetVariable("player:jsUrl", "http://my.mp3");