Groups | Blog | Home
all groups > flash (macromedia) > march 2004 >

flash (macromedia) : Sound on Flash MX 2004 presentation


Dylan Bleechmore
3/13/2004 10:50:49 PM
Hi,

I am creating a presentation (with screens or slides) and have come across a
sound problem. I have sound A on one screen 1 and sound B on the next screen
2. Screen 1 plays sound A plus a part of sound B before it is halted by
"stop();". When I navigate to screen 2 it plays the same sequence again
(sound A and the first part of sound B)??

I came across this problem before by having the "stop();" action half way
through a sound. Moving this "stop();" fixed this problem. I have triple
checked Sound A and sound B and there are no action during either sound.

Any help would be fab.

Cheers
Dylan

Ed Skwarecki
3/15/2004 1:12:09 PM
If you are placing the sound directly on the timeline, make sure you set the playHidden
property of the slide to false.

Otherwise, if you are programmatically triggering the sound, or have it in a nested movie
clip, make sure it is initially stopped and then trigger the playing of the sound in the
on(reveal) event of the slide and stop in in the on(hide) event.

--
Ed Skwarecki
Principal Architect
eLearning
Dylan Bleechmore
3/16/2004 9:58:36 PM
thanx

[quoted text, click to view]

AddThis Social Bookmark Button