Skip to main content
Participant
December 28, 2015
Question

Sound does not work in my swf file actionscript 2.0

  • December 28, 2015
  • 1 reply
  • 762 views

hello guys, can you help me... I have a problem, my swf file can not hearing sound in my project A. if i create a new project, sound work... why? did I forget the sound settings ? my project in adobe flash cs4 in actionscript 2.0. please help me

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 28, 2015

are you using the same sound in both the working and non-working fla files?

are you using the same method (eg, attached to timeline) in both?

Participant
December 30, 2015

yes... its same sound. same method.

my be my project is corrupt. because, I try to use the same project but the results of the previous save . and it runs . but there is another problem . I use 2 swf file to load movie . swf first making in adobe flash. swf second making in another program. The second swf file that can be heard the sound of his music . but if it is loaded in my main project . only that of the adobe flash swf that can be heard the music. why?? I am confused !...

kglad
Community Expert
Community Expert
December 30, 2015

there are many reasons a swf would work when played but fail when loaded.  the most common problem is the use of _root in the loaded swf.

adding

this._lockroot=true

to the loaded swf solves that common problem but it doesn't solve all problems.