Page 1 of 1

Event on progress not ocurrs

Posted: Mon Apr 25, 2011 12:08 am
by Clebson
We are using TTransparentFlashPlayerControl component (in C++Builder 5) to load and view video swf:

Flash1->LoadMovie(0,url);

The video is viewed with success.

We are trying use event progress to see how much has been loaded, but nothing ocurrs (event is not called):

void __fastcall TFFlash::Flash1Progress(TObject *ASender, int percentDone)
{
ProgressBar1->Position=percentDone;
}

Posted: Mon Apr 25, 2011 7:59 am
by Softanics
Hello,

Unfortunately it seems that this event is not called if flash is loading video.

Thank you.

Posted: Tue Apr 26, 2011 8:55 pm
by Clebson
In help , says

OnProgress
Description
Generated as the Flash Player movie is downloading.

Then, there is a bug?
Do you intend to fix it?
Are there any plans to launch new version of this component?

Posted: Mon May 02, 2011 7:46 pm
by Clebson
When we are loading a flash video of Youtube appear a progress bar and button pause/play. Is possible do this with a flashvideo transparent loading it from my server streaming?

Posted: Mon May 02, 2011 8:10 pm
by Softanics
This event is called by Flash infrastructure, we can't fix it.

YouTube's movie progress bar is a part of the movie itself.

Thank you.