all groups > flash (macromedia) > august 2004 >
You're in the

flash (macromedia)

group:

Flash Projector


Flash Projector NATUSCH
8/24/2004 11:01:59 PM
flash (macromedia):
Hi everyone...

I'm developing a projector .exe project. I need to make two language
versions, English and Spanish, I would like to make first a "mini - projector"
with the language selection.

I'm using the the fscommand's "exec" "Path to application" , I create a
fscommand folder, and introduce the two language .exe projector files.

For the language selection button, I'm using the following script:

on (release) {
fscommand ("exec", "Catalogo2004Spa.exe");
}

How Can I close, after I choose the language the first .exe projector
(language selection projector movie)?, cause, right now the other movie opens
in a full screen like I want, but after I close it, the language selection
appears, that's the first question, the second question is What I have to do to
make the flash background transparent in a projector movie?

Many thanks for any help, that you can give to improve the this project...

Best Regards,

Costa Rica, Pura Vida!
Re: Flash Projector Greg Brant
8/25/2004 1:38:47 AM
cant you just

loadMovie()

the other swfs

on (click){
loadMovie("/media/spa.swf", _root);
}


iv not used flash to produce exe's but i think this would works



[quoted text, click to view]

AddThis Social Bookmark Button