Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
JMPX #1
How to exit out of a projector .exe file
I'm a newbie, so bear with me
I have a .fla that displays a replay and exit button at the end of the
animation.
When I convert it into a .swf, I have it coded so that the exit button will
return the user to a specified URL, it works just fine
I now want to convert the .fla to a projector .exe file. What is the
necessary code so that when you click the exit butto
it will exit/close the projector window
Where can I get some action script tutorials geared for a beginner. Thanks
for your hel
JMPX Guest
-
Exit Button For Projector
I'm doing a simple exit "Are you sure?" routine for my current project. I have set the exitlock = true. How do I control the Projector Exit button? I... -
Create a projector from with a projector file?
Does anyone know if you can create a projector file from within a projector file? I want the user to be able to customize a movie, then run that... -
Can't make exit button work in projector??
Im creating a CD-Rom and It opens full screen. I would like to publish as a projector, but I can't get the exit button to work. I've tried unload... -
MP3 sound file out of sync in Projector file
I'm a relative beginner at Designer 8.5 on Windows XP (Pentium Xeon 2.20ghz, 1gb RAM, 80gb HD) and am having problems with the MP3 in my Director... -
exit! affects stdout redirection to a file
This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C33CCA.E6B22200 Content-Type: text/plain; charset="koi8-r"... -
mandingo #2
Re: How to exit out of a projector .exe file
Hi
Been a while but I think this is the bit you are chasing..
myExitButton.onRelease = function()
fscommand("quit")
it may need to be
fscommand("quit",true) ... but I don't think it needs the boolea
hope that help
cheers
mandingo Guest
-
JMPX #3
Re: How to exit out of a projector .exe file
Mandingo, thanks for your help. The following works-
on (click) {fscommand("quit");
}
JMPX Guest
-
alombrino@yahoo.com #4
Re: How to exit out of a projector .exe file
Please give me a step by step tutorial to create a exitout of a projector.exe file
alombrino@yahoo.com Guest



Reply With Quote

