i have been to the faq thread and saw this post

"Q: How can I have backing music play across scenes?
A: the most common solution is to place the sound in an external SWF and load it into a different level using:

loadMovieNum("urlto.swf", levelnum); "

however once i click continue after my preloader the music plays but there is no sign of my animation!

i entered this

loadMovieNum ("ck_sound.swf", levelnum);

in the first scene and the first frame of a new layer in my movie which is called ck_intro.swf, my music file is called ck_sound.swf and i want it to start playing at the beginning of the ck_intro.swf movie can anybody help me plz

thnx in advance - barry