-
1. Re: Buffering Problem with Flash Videos
moccamaximum Feb 18, 2013 2:46 AM (in response to Kevin Kavanagh)published FLASH videos
If you mean by that "FLV" try to switch to "F4V" and see how that works for you.
A little advice: Since you are showing only statice Presentation slides with voice overlay video is the worst possible output solution you could have chosen:
Your Screens are blurry, the web traffic is high and the user experience is poor. Even the Quicktime plugin you mentioned as a better solution crashed on me (Windows7/Firefox 18) with no reason and once the video started the QuicktimeOverlayControls vanished on me (i could never pause, stop or otherwise influence the video).
-
2. Re: Buffering Problem with Flash Videos
Kevin Kavanagh Feb 18, 2013 7:36 AM (in response to moccamaximum)Thank you, Usually, we have regular video plus slides.
The F4V works. This problem also exists with regular video.
One thing I have noted is that if you hit the "stop" button and then the "play" button the FLV video will then start to play.
-
3. Re: Buffering Problem with Flash Videos
moccamaximum Feb 18, 2013 7:50 AM (in response to Kevin Kavanagh)1.Default of bufferTime is 0.1 seconds. Try to set the value higher and see if that solves your problem.
2.If you set your component to autoplay, you could get rid of it and start the player if the VideoEvent.READY is fired
3.If you have any code inside your swf that tries to communicate with other domains you should set the "allowScriptAccess" value inside your html container from "sameDomain" to "always"
-
4. Re: Buffering Problem with Flash Videos
Kevin Kavanagh Feb 18, 2013 8:03 AM (in response to moccamaximum)Thank you,
We have the latest two videos playing and will now work on the other.

