tarun
04-13-2005, 08:49 AM
Guys can any one pls help and tell me the reason for following...
I am attachin a sound file in my code... just 3 lines
var snd:Sound = new Sound();
snd.attachSound("catsnd");
snd.start();
this thing is working perfectly when I test the movie in the IDE... but when the code gets on the server I hear no sounds.....
any Idea guys y this is happening...
tarun
I am attachin a sound file in my code... just 3 lines
var snd:Sound = new Sound();
snd.attachSound("catsnd");
snd.start();
this thing is working perfectly when I test the movie in the IDE... but when the code gets on the server I hear no sounds.....
any Idea guys y this is happening...
tarun