I have been working on this one site. The idea is to have an External swf. load into a movie clip called contents in my index movie. The External .swf should not play until the play button is released. This is all working great. But My audio which is attached
ie…attachsound, is not playing, it is on my server already and all that. Any ideas… This is like my only problem before completion
I would like the sound to be loaded of my server… And I guess your right! I am doing something wrong because I think I am trying to do both at the same time…
A common error in loaded movies and sound objects is that the sound object is not getting the correct reference when created.
use mySound = new Sound(this); so your sound is referencing the correct clip (ie the loaded swf)
Originally posted by senocular A common error in loaded movies and sound objects is that the sound object is not getting the correct reference when created.
use mySound = new Sound(this); so your sound is referencing the correct clip (ie the loaded swf)
i thought that leaving the parameter empty the sound object is referenced to the movie clip where is created… am i wrong then?
I put the code the way i have it in my music.swf which loadeds into a "Contents"mc in my index movie.
The audio is supposed to start playing when you hit the play button and now it is not doing that it is only playing on load?
I remember having to check stop in the Audio sync window is this true still, to make it so the musci doesn’t play on load only on the release of the play button