Hi,
Can anyone please help me...
ok here is the deal, I have an empty MC in my movie where I click on a button and it loads my flv video files in there...
it works fine as a swf file, but if I create an exe projector file the video won´t load...
Can Anyone help please, Thanks...

here goes a copy of my script in the button

on (release)
{
_root.empty.loadMovie("movie.swf");
}