PDA

View Full Version : loading external flash game


WoganMike
08-05-2006, 03:41 AM
Is it possible to load a flash game into another movie? If so, how?

Thanks,
Mike W

Jerico
08-05-2006, 06:47 AM
loadMovie("theGame.swf","gameContainer_mc");

3pepe3
08-05-2006, 05:03 PM
or you can load in a diferent level
loadMovieNum("blabla.swf",#);
then
unloadMovieNum(.......);

WoganMike
08-05-2006, 06:55 PM
The problem is it's not a swf and I don't know how to change it to one. Also, it opens with flash player 8 when I click on its icon but when I try to open it in flash it says "unexpected file format" and won't open. Please advise.

Thanks,
Mike W.

WoganMike
08-06-2006, 07:05 PM
Someone please help me..

cannon303
08-06-2006, 07:07 PM
if it's not an swf, what is it, can you post it?

WoganMike
08-06-2006, 07:35 PM
its a .exe It's too big to attach but you can find it at: http://yetisports.org/download/yetisports2.zip

Thanks for the help

cannon303
08-06-2006, 07:48 PM
if its an exe file then you are stuffed. you cant load exes into a flash movie even if it was originally created in flash. You could call a function to play it in its own standalone projector - getURL(); but thats about it.

WoganMike
08-06-2006, 08:15 PM
Thanks for the help.