• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Exit button for .swf or projector?

New Here ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

Hi All,

I am admittedly a complete novice, so please bear with...just completed Lynda tutorial on Flash Pro cs5.

Just trying to do a simple animation with an exit button to close out the player (projector, Flash Player). I have seen several discussions on the same, and have tried all example code to no avail. I am testing through publishing, not preview and it does not function as an exit button.

Have tried:

on(release){

fscommand("quit");

}

...and...

import flash.events.MouseEvent;

exitButton_mc
.addEventListener(MouseEvent.CLICK, function()
{
        fscommand
("quit");
}

I created the button symbol, selected it and then selected the first keyframe on that layer...entered AS3 window and tried the above code. No luck : /

Any help would be greatly appreciated! I searched through the forum and was unable to locate the answer to this question. Apologies if I missed it somehow.

Thanks in advance!!!

TOPICS
ActionScript

Views

27.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Nov 04, 2011 Nov 04, 2011

Sorry, I thought I saved it as CS4.. anyway, I uploaded a CS5 version now. Try downloading it again.

Votes

Translate

Translate
Enthusiast ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

I created an example which works just fine. You can download it here: http://dev.flashlabs.eu/examples/fscommand/source.zip

The source looks like this:

import flash.display.StageScaleMode;

stage.scaleMode = StageScaleMode.NO_SCALE;

btn_exit.addEventListener(MouseEvent.CLICK, exitBtn_clickHandler);

function exitBtn_clickHandler(event:MouseEvent):void {

    fscommand("quit");

}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

Thanks Peter, is there any way you could send me a legacy cs5 version of your example? I don't have 5.5 as of yet and connot view : /

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

Sorry, I thought I saved it as CS4.. anyway, I uploaded a CS5 version now. Try downloading it again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

FAN-FREAKIN'-TASITC! Thanks Peter!!! Works beautifully, thanks so much!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

You're wellcome.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 30, 2012 Jul 30, 2012

Copy link to clipboard

Copied

Hi,

I want to know the swf can call fscommand too.

I know projector file can call .bat/.exe but it is not working with swf in browser as well as standalone.

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 20, 2014 Nov 20, 2014

Copy link to clipboard

Copied

Hey.. It really works...thanks for the gunshot post....

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 16, 2020 Feb 16, 2020

Copy link to clipboard

Copied

LATEST

cant. i know exit coding for adobe animate actionscript 3.0?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines