Free Studio 5
Pobierz Jedna instalacja dla 47 programów!
Pobierz, konwertuj, prześlij, zgraj & nagraj
Śledź nas
Nasze nowości
Nowa wersja Free Studio 5.5.0!
18 maj 2012

Ponadto teraz można Programy YouTube pozwalają teraz na pobieranie nowych rodzajów muzycznych kolekcji – YouTube 100, Top 100 Billboard, 100 na dziś.
Do Free DVD Video Burner zostały wprowadzone znaczące zmiany, które pozwoliły rozwiązać problem z niewspieraniem nagranych DVD przez niektóre odtwarzacze DVD. Liczne poprawki dotyczą również programu do edycji wideo - Free Video Dub.
Pobierz Free Studio 5.5.0 i uzyskaj wszystkie aktualizacje za jednym razem!

Uzyskaj aktualizacje do Free Studio 5.4.6!
18 maj 2012

Oprogramowanie YouTube pobierz wszystkie możliwe listy odtwarzania artysty i pokaż listy, które mogą powodować problemy w czasie pobierania. Pliki CUE są od teraz wspieranie jako pliki wejściowe tutaj Free Audio Converter Nowe ulepszenia jakości ustawień dla Wideo konwerterów dla iPad3.
Uzyskaj więcej aktualizacji pobierając Free Studio 5.4.6!

Właśnie wydaliśmy Free Studio 5.3.5!
01 marca 2012

Przyspieszona konwers jaza pomocą NVIDIA CUDA , technologii, dostępnej we wszystkich konwerterachi licznych usprawnieniach:
- naprawiono usterki w programach do pobierania YouTube;
- przerobiono Free Audio CD Burner i Free DVD Video Converter;
- wprowadzono poprawki w Free Video Flip and Rotate i Free Video Dub, itp.
Pobierz Free Studio 5.3.5 teraz!

Bezpłatny newsletter

Pomoc

Button MP3 Player Settings

When your file is converted to MP3 you get the following HTML code:
<object id="Object1" width="25" height="20" data="player_mp3_button.swf" type="application/x-shockwave-flash">
<param name="movie" value="player_mp3_button.swf" />
<param name="FlashVars" value="mp3=test.mp3&showslider=0&width=25&height=20 &loop=0&volume=100&buttoncolor=ffffff&buttonovercolor=748cbc&bgcolor1=3a5b9e &bgcolor2=3d60a5&bgcolor=3a5b9e" />
</object>

There are some parameters in the code which you can change by yourself. They are:

mp3
It sets URL of the mp3 file to be played.

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.

You can also set colors of the player elements to match your web site:

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.

buttoncolor
It sets a color of buttons.

buttonovercolor
It sets a hover color of player buttons.

Besides you can navigate your audio using a keyboard:

space
Play/Pause

P
Play/Pause

S
Stop

I
Show information

left
5 seconds backward

right
5 seconds forward

+
Volume up

-
Volume down

You can also control the player with Javascript:

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");

Here you can find information about parameters of other flash player types:

mini player
It has a minimal set of buttons and functions. Click here to learn more.

classic player
It has a standart set of buttons and functions. Click here to learn more.

maxi player
It has a full set of buttons and a lot of different functions. Click here to learn more.

multi player
It plays several audio files, has a full set of buttons and a lot of different functions. Click here to learn more.