Using audio files as flash objects

thanks aaron,yes, I did that, my lectora var got the value from the flash; now I want to pass another global value from Lectora this time, this var will trigger the mute button actions of my flash movies.when I do the following in my flash:*** I set the value of myAudioBack in lectora and passing it to the dymanic text var contentBox in flash getURL("javascript:window.document.swfanim231.SetVariable('c ontentBox', VarmyAudioBack.getValue())");//get value from the content box//(if contentBox.getValue=1){audioON._visible=0; audioOFF._visible=1;}audioON.onPress = function(){ audioON._visible=0; audioOFF._visible=1; mySound.setVolume(0); getURL("javascript:VarmyAudio. set('1')"); }all my actions on a page got locked, can not even press the nav button. I really need to have the first getURL action on movie load ( if I put it on button press, it works, but this is not how I want it.). If it sound confusing, I can send the file...thanks very much for your help.

Discussions have been disabled for this post