Can anyone help me on how to add a volume bar that works on Flash 8 video?
I have this script on the video:
myVideo.seekBar=mySeek;
myVideo.playPauseButton=myPlay;
myVideo.volumeBar = myVolum;
myVideo.stopButton = myStop;
I want to add a volume switch to my video.
Does anyone know what I need to get a volume switch working? I´ve added a volume bar and tried to get it working but it does’nt.
I also want my Flash video not to start but you have to click the button 1st to get it to play. Anyone know?