Hi all,
I'm using the 'basic blue video trainer' as a template for making my own video-album. I noticed that when previewing or building the application, the mouse_over and mouse_click wav files keep on echoing/repeating. Most of the time the ticking of "high1.wav" goes on and on....it looks like the application remembers which buttons you have hovered and then plays them all sequentially even though the mouse pointer has already been positioned elsewhere.
Furthermore the first AVI movie is already being shown when the application starts. I want to show an empty screen, and when the user clicks on the first movie, then the avi has to show up. I tried an page.HideObject(aviplayer) on the application_on initialize, but then I receive an error that the aviplayer cannot be located on startup.
Thanks!
I'm using the 'basic blue video trainer' as a template for making my own video-album. I noticed that when previewing or building the application, the mouse_over and mouse_click wav files keep on echoing/repeating. Most of the time the ticking of "high1.wav" goes on and on....it looks like the application remembers which buttons you have hovered and then plays them all sequentially even though the mouse pointer has already been positioned elsewhere.
Furthermore the first AVI movie is already being shown when the application starts. I want to show an empty screen, and when the user clicks on the first movie, then the avi has to show up. I tried an page.HideObject(aviplayer) on the application_on initialize, but then I receive an error that the aviplayer cannot be located on startup.
Thanks!
Comment