PDA

View Full Version : loadmovie not working


DeadCell
11-30-2002, 08:46 PM
ok, so i have this:


stop();
sound.loadMovie("underscore_15_intruder.swf");

on the first frame of my movie..

the clip i'm trying to load is just music that plays straight away, but it doesn't play and i have no idea why :S i've searched a good few threads but to no avail:(

jimburton
11-30-2002, 09:16 PM
check whether the mc sound is on stage when this code executes and is named...?

DeadCell
11-30-2002, 09:58 PM
how do i do that? add it to the stage i mean? i'm really not such a n00b, i've just never used load movie before :S

farafiro
12-01-2002, 08:09 AM
first check if:
the names is right
the URL (its place) is in the right place to call it
the "sound" holder is in the stage
the loaded movie is playing well