You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: alexus

Basic information

Registered Jan 13, 2009
Last login Jan 19, 2009
Forum posts 7
Direct URL http://www.flowplayer.org/forum/users/7562

Latest forum posts

Posts:

Registered:

» Fullscreen Mode Breaks Aspect Ratio of Video

Posted: Jan 17, 2009

Couple of threads below, I did then the same, it worked,it was tackled by adding: scaling: 'fit' to the script

<script type="text/javascript">
$f("player", "..path../flowplayer-3.0.2.swf", {
clip: {
baseUrl: '..path to folder/',
autoPlay: true,
scaling: 'fit'
}
} );
</script>

Posts:

Registered:

» » » » » » » » Wrong Aspect Ratio?

Posted: Jan 15, 2009

You say 640x368
Why 368, You shoot in HD, you decided to devide it by 3, 1920/3=640, so I guess 1080/3=360 ?
Control panel has 24 pixels hight, then in the script should be, width=640, hight=384, am I wrong?

Posts:

Registered:

» » size of control panel?

Posted: Jan 14, 2009

thanks

Posts:

Registered:

» » » » » Player downloads entire file

Posted: Jan 13, 2009

Yes, user cannot skip ahead into spot that is not dowloaded, if flow player pseudostreaming is working with mp4 in this matter, definitely, I'm going to check it out.

Posts:

Registered:

» » » Player downloads entire file

Posted: Jan 13, 2009

No pseudostreaming plug-in is needed, in flow player 3.0.2 video starts to play before it is downloaded first, that it is what I JUST wanted. MP4 is encoded from timeline of your video editor, or through frame server to encoder of yours (for example MeGui) ,moon atom is changed in Data Go Round utility, you bang 50 MB MP4 on website, not streaming dedicated server, and its gonna play right away ,if your download bandwidth is bigger than video bitrate of course, then there is no buffering. No waiting to download file first!

Posts:

Registered:

» » Player downloads entire file

Posted: Jan 13, 2009

Revolution is here ! Simple fix for little man. Thank You. It's working. Was waiting for something like this for months. I cannot believe what adobe, main concept is doing, negligence, conspiracy ? Heck, thanks again.

I will check here later if it is going to work with flowplayer, pseudostreaming plug-in, I have started to play with this player only today.

Posts:

Registered:

size of control panel?

Posted: Jan 13, 2009

What is height of control panel, 20pixels? I want picture not to be distorted at all, so for example video size is 480x270, so what is the correct height in the script, 290?