Page 1 of 1

New Features -- What do you want from TFlashPlayerControl?

Posted: Thu Jul 07, 2005 8:30 am
by Softanics
Good morning!
We have added a several important features at the last release of the component: transparency, playing FLV from any source and others. Now we want to ask the community about features for next releases. What do you want from TFlashPlayerControl?
Thank you for your answers!

Posted: Thu Aug 04, 2005 5:19 pm
by Guest
Can you make the transparency run smoother, right now it runs pretty slow, so please make this a priority, because it is kind of useless to have the transparency feature if you can't use it.
Other than that good job.

Thanks.

I too vote for improved transparency support

Posted: Sat Sep 17, 2005 4:04 pm
by theomania
Any improvements in transparency for both delpi and win32 editions would be most welcome. Even with smaller movies, there is often very sluggish performance.

T.

Feature request

Posted: Thu Sep 29, 2005 2:44 pm
by kreuzhofer
Support for streaming videos from the web or any other source without completely loading the sfw into memory would be very useful. We often have videos with a size of 100MB which take very long to load.

Save as FLV?

Posted: Sun Oct 02, 2005 1:53 pm
by AndieR
Hello,

We would like to know if it would be possible to save videos to FLV? This is something we haven't been able to find in any other companent for Delphi so far...

Thank you,
Andrea

Posted: Sun Oct 16, 2005 10:02 pm
by onad
better delphi examples. e.g. moving variables back and forth...

Posted: Mon Jan 09, 2006 9:46 am
by spoon
товарищи разработчики!

немного поюзав Ваш компонент пришол к выводу что нехватает в Вашем проекте:
- Ð￾втоматичеÑ￾кого определениÑ￾ фонового цета мувика
- Ð￾втоматичеÑ￾кого определениÑ￾ вкл или выкл звук в мувике

ну Ñ￾то так по мелочи, а в целом проÑ￾кт очень прекраÑ￾ен(за иÑ￾ключением надоедливой надпиÑ￾и ДЕМО ВЕРСИЯ)!!!

еще нехватает FlashPlayerControl.pas ))) шутка

Posted: Wed Feb 22, 2006 6:20 am
by alanhsieh
FLV Control function e.g (play,stop,pause,forward,backward,totalframes . ..)

More fuction for play from Streams

Posted: Sat Jul 15, 2006 10:00 am
by samkims
Normally, we have 150mb FLV.
I would like to play from the the stream byte by byte, not whole file at once, not after all the movie downloaded.

Very important function for me..

Re: More fuction for play from Streams

Posted: Mon Oct 23, 2006 7:48 am
by Softanics
kreuzhofer wrote:Support for streaming videos from the web or any other source without completely loading the sfw into memory would be very useful. We often have videos with a size of 100MB which take very long to load.


samkims wrote:Normally, we have 150mb FLV.
I would like to play from the the stream byte by byte, not whole file at once, not after all the movie downloaded.

Very important function for me..


New version 3.0 is available now. It includes so-called Streaming and now you can play FLV without completely loading it into memory:
http://www.f-in-box.com/delphi/features ... _streaming

Add FrameRate Property

Posted: Fri Nov 10, 2006 2:14 am
by rnadaf
How about adding a property as simple as "FrameRate"? You are already reading the SWF header to set the TotalFrames property, so why not set the FrameRate property at the same time?

Re: Add FrameRate Property

Posted: Fri Nov 10, 2006 8:45 am
by Softanics
rnadaf wrote:How about adding a property as simple as "FrameRate"? You are already reading the SWF header to set the TotalFrames property, so why not set the FrameRate property at the same time?


We get the FrameRate property calling Flash native interface. Not reading the header.