;

PDA

Click to See Complete Forum and Search --> : Loading problems...


zlehn
05-24-2006, 07:10 AM
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");
}

Ask The Geezer
06-02-2006, 01:53 AM
The loaded swf still has to be in the same folder with the exe. But it should load.