View Full Version : [CS3] flvPlayback compont stops playing sound!
Gar_Fonz
October 20th, 2008, 06:59 PM
I want my web site to be as robust as possible, so I've been really pushing the limits. i've been clicking through my navigation buttons as quickly as possible. In three sections of the site, there are flvPlayback components. I've finally got the code to prevent videos from playing after navigation to a different part of the site before the video on the page being navigated from starts playing. But now, when I click between two of the sections that contain flvPlayback components(as fast as I can go), I lose the video's sound.
Any Ideas?
BenBart
October 21st, 2008, 12:31 AM
I want my web site to be as robust as possible, so I've been really pushing the limits. i've been clicking through my navigation buttons as quickly as possible. In three sections of the site, there are flvPlayback components. I've finally got the code to prevent videos from playing after navigation to a different part of the site before the video on the page being navigated from starts playing. But now, when I click between two of the sections that contain flvPlayback components(as fast as I can go), I lose the video's sound.
Any Ideas?
Maybe make it so that when you click any Nav-button the current video stops before doing anything else?
It might also help if you turn Autoplay off and initiate the video playing with code. (No clue why.) I am no NetConnection expert.
myVideo.autoPlay = false;
myVideo.stop();
Gar_Fonz
October 21st, 2008, 01:39 AM
Thanks for your input BenBart. It would appear that disabling the autoplay has fixed the problems, although I still have a little more testing to do. I really appreciate you taking the time to help me out on this one. thanks :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.