Saturday Flash help.
- Started
- Last post
- 4 Responses
- erokcom
Flash question....
I have a movieClip on the stage that's calling in a swf when clicked.... That swf contains a video..
Now, seeing that I am using the sound Object for the button, when the video loads in it takes the audio out on the video...
Here is the code...
btnOne_MC.onRelease = function() {
//loadMovie("boxersVs.swf", 2);
EmptyVideo_MC.LoadVideoClip_MC.l... , 2);};
var showDownButtonOne = new Sound();
showDownButtonOne.attachSound("s...btnOne_MC.onRollOver = function(){
showDownButtonOne.start();
}btnOne_MC.onRollOut = function(){
showDownButtonOne.stop();
}Can someone please help me?
Like I said, everything works as it should, but the external swf is a movie and it comes in with no sound......
:-(
- 5timuli0
I think the problem lies here:
:-(
=P
Sorry, gin stops my brain processing ActionScript.
Good luck though!
- erokcom0
No offense, but I need real help here...
Why even bother posting?
:-(
- jpea0
try attaching your rollOver sound to an empty clip on the stage. then load the video. should seperate the sound instances.
var showDownButtonOne = new Sound(myBlankClipInstance);
- 5timuli0
Fuck, someone needs a hug...
...or some flash help...
=P