Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

video component delay problem

Guest
Jul 07, 2014 Jul 07, 2014

Hi all,

I have to publish an interactiv presentation with some flv videos, and a menu that trigger them.

I'm not a scripter, so I'm using (Flash CS6) AS2 buttons that launch skinned video components FLVPlayback.

It doesn't work fine: when I click on these buttons, the videos don't start immediately: I can see a background blink between a video (a little delay, starting playing the video) and the next one, once clicked.

How can I solve this? (wrong method? Wrong software?)

Thank you very much!

TOPICS
ActionScript
265
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 07, 2014 Jul 07, 2014

you have to preload (start it playing, pause it, wait until loading is complete) it to avoid the need for buffering.  even then you may need to detect when the previous video is about to end and then start the next video.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 07, 2014 Jul 07, 2014

Thank you!

I've tried to preload the video, but this annoyng blinking delay (before starting playng the external flv) is still there.

Also launching it offline, on my hd!

Maybe it's a FLVPlayback bug

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 07, 2014 Jul 07, 2014

you also fade out the previous and fade in the next to mitigate the problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 07, 2014 Jul 07, 2014
LATEST

I can't do that!

Every last frame of a video is the same of the first of the next one! I should have no blinking white backgrounds along the presentation.

No way to make video presentations this way

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines