Alright guys, I first problem was fixed thanks to BigBadDave. I was able to make my Swish movie into an .exe movie.
Here is my other problem. When my movie introduction is finished I want it to call up my other movie which is an .exe movie. It is coming up as a white screen. No movie loads. Everything works fine if I keep my movies as .swf files. When I publish them as .exe I have the problem. Here is the code I am putting in to call the movie.
on (release) {
loadMovie("patrickwebpage.swf",_root);
}
It will only play if I leave the .swf file in the folder. So I tried "patrickwebpage.exe,_root) and again the movie will not work. What am I doing wrong?? Thank you. The secret in education lies in respecting the student. {Ralph Waldo Emerson}.
Here is my other problem. When my movie introduction is finished I want it to call up my other movie which is an .exe movie. It is coming up as a white screen. No movie loads. Everything works fine if I keep my movies as .swf files. When I publish them as .exe I have the problem. Here is the code I am putting in to call the movie.
on (release) {
loadMovie("patrickwebpage.swf",_root);
}
It will only play if I leave the .swf file in the folder. So I tried "patrickwebpage.exe,_root) and again the movie will not work. What am I doing wrong?? Thank you. The secret in education lies in respecting the student. {Ralph Waldo Emerson}.