PDA

View Full Version : Sound problems in the browser


greell
05-03-2006, 03:26 AM
Hi guys

In previous versions I've accessed my sounds with linkages from a separate swf into an empty movieClip placed on frame 2 (main timeline after the preloader). Then it loads into that clip like so: onClipEvent (load) {
loadMovieNum("sounds.swf", 1);
}
Then I call it with a button (using the sound object). It works when I export the swf, but not in the browser.

Any ideas.