Hey everybody,
I’m having an issue with a linked flv set to not play at start or missing completely. When you click the play button the video starts but pauses immediately. This happens almost every time. Or the flv will not load up at all. It is very hit or miss on the 5 computers I’ve tried it on, and I cleared and rest the browsers each time.
Check it out:
http://vulcangolf.com
After the main section loads click the “Demo Video” section to view the video. This is hosted on a StoreFront server (if that makes a difference).
Here is the code on the play button:
on (release) {
_root.mySound.stop(); //controls sound on root level
_root.playing = false; //controls sound on root level
this.FLVPlayer.play(); //controls FLV player
gotoAndPlay("playvideo"); //controls the timeline that the FLVplayer sits in
MovieClip(FLVPlayer.getVideoPlayer(FLVPlayer.activeVideoPlayerIndex))._video.smoothing = true; //used to smooth the video pixels
}
Any ideas with what’s wrong? :h:
Thanks!