PDA

View Full Version : WAV files issue


feilong
10-10-2002, 07:30 AM
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!

Corey
10-10-2002, 12:48 PM
Put your actions onShow rather than onInitialize. Then the object will be found.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

feilong
10-11-2002, 05:28 AM
Any ideas concerning my .WAV problem?

Derek
10-11-2002, 07:17 AM
I'd start with checking thru sound settings on my computer.

kpsmith
10-11-2002, 09:41 AM
Wild guess but I think this is the same problem I figured out yesterday. You have overlapping elements with on-click actions.

Check out the light blue backgound on which everything sits or the page itself. I bet it has an on-click action so that when you click a button is doubling up the sound.

If if I'm off the mark.... Ignore me and I'll go away