Display next button after the SWF file embedded is over

I have a SWF file (AS3) I'm embedding in Captivate 7.

I have the commands in the file SWF Captivate a pause until the SWF is done playing, then he will resume the Captivate slide at the end of the embedded SWF file.

I would like to be able to trigger the 'Next' button on the blade so that it appears when the SWF file is finished.  I've included a variable 'videoDone' on the blade and the SWF successfully assigns to the variable '1' when it is complete.

So far so good, where I'm having a problem is makes the following button.

Is it possible for me to tell Captivate to show the button next to the SWF embedded? Or is there a way I can add a listener for the Captivate slide as well as when the variable "videoDone = 1" it will show the next button?

I managed to solve the problem by having 2 following buttons

#1 on show/hide slide entry based on the 'videoDone' user variable
#2 placed lower in the timeline panel and looks after the SWF file finishes.

Tags: Adobe Captivate

Similar Questions

  • He had to play TV Tuner o/p in the SWF file

    Hello
    I want to see the Telivision exit in the SWF file. I use flex.

    I have alread display webcam oputput in the SWF file using the class 'flash.media.Camera. I used < mx:VideoDisplay / > to show live images captured by webcam on the SWF file.

    Is it possible so that I can show output TV Tuner in the SWF file?

    Thank you
    Shikhar

    Hey I have this problem.
    Here is the code:
    http://www.Adobe.com/2006/mxml"layout ="absolute">


    import flash.profiler.showRedrawRegions;
    Import mx.controls.Alert;

    Define a variable of type camera.
    import flash.media.Camera;
    public var cam

    public function initCamera (): void {}
    Initialize the variable.

    Cam = Camera.getCamera ();
    cam.setQuality (0.100);
    cam.setMode (320, 288,30);
    cam.setMotionLevel (100);
    myVid.maintainAspectRatio = true;

    myVid.attachCamera (cam)

    }
    ]]>

    creationComplete = "initCamera (); "autoPlay ="true"/ >

    Thank you
    Shikhar
    www.shikhar.NET

  • Firefox does not display the .swf files

    Hello

    Everything worked quite well in Firefox and then all of a sudden it stopped simply to display .swf files. Where they should be is simply empty. On Web sites with a background, I can see the background through where the .swf file should be. This includes the locally saved files as well as all Web sites with a .swf file that is supposed to play.

    I don't want to suddenly quite literally, as it was in the middle of a browsing session. I changed nothing, just... one minute they worked very well, the next they completely arrested. It is clear that the program is to recognize that something is supposed to be there, like Adblock appears a little tab 'Block' on where the file should be, but again, this space is completely empty. He's not black, it is transparent.

    I completely uninstalled reinstalled from zero and 'upgrade' Shockwave it three times now, all without effect.

    You can check for problems with the current versions of the plugin Shockwave Flash and try this:

    See also:

    Start the computer in safe mode Windows with network support (on the startup screen, press F8) to see if it has an impact.

  • How to run the SWF file when I click on a button

    Dear friends!

    I did three and kept SWF files in a folder, how do I make a flash 8 project to execute when I click on a button. I'm going to make buttons for each SWF file

    Please help me

    use loadMovie to load in your main swf (with button).

  • How can I prevent Captivate to advance to the next slide, after the end of the audio and I click on click to show/hide sidebar box?

    I currently have a slide that plays audio.  While usage is listening to the narration that I can click on three different click the boxes with advanced actions to open and close text boxes, I want the user to read the value.  When reading narrative ends and I'll click on the boxes to click to read a text box, it moves to the next slide.  I understand that I may have to replace the box with smart buttons click but I don't know how to stop the progression to the next slide.  I already have a next button that is put on pause until the user clicks.  Any help would be greatly appreciated.  I'm on a tight schedule.

    Quickly, I created a sample file, just have a slide with three form buttons that act as the toggles and a next button. The first three buttons break late exactly at the same time and the next button.

    Since it's the slide by clicking the audio stops no audio at all (common misunderstanding). I created a shared action, with the purpose to display and the variable (mine are labeled v_one instead of v_visib) as parameters:

    StarOne is what you want to show/hide. You can click on infinite time on each key to show/hide this element. He won't interfere not audio, once he started playing he will continue. When the audio is finished, you can still continue to click. Just click on the next button will advance to the next slide. It's my calendar

    No need to rewind the playback head in this case at all.

  • Could not get the same font in the swf file

    Hello

    I created a swf files in which the text was written using a particular font. When I run the swf files on other computers that do not have this font, the text gets displayed in different characters.

    How to get the same font in other computers also without having to install the font.

    I tried embedding fonts in the fla file. But I made the mistake to a place. Could someone help me understand?

    Thank you!

    Hello

    Finally, I found the reason for the display of incorrect fonts on different computers. It is the font settings.

    In the font settings, Anti alias has been defined as use device fonts. That's why he was choosing fonts of device on which the machine is not. Now, I changed it to anti-alias for animation. I was not even embed all fonts. It works perfectly.

    I do not change even from static to dynamic text text. Just changed the parameters of smoothing. Is this right? Could you tell me whether he set the anti-alias for animation or anti-alias for readability, I see no big difference between the two but?

    Thanks for your great support in due course.

    Thank you.

  • How to click on the button in the SWF exported to go to frame parent SWF?

    I looked online, but couldn't find anything useful.   I got these codes on the web, but they do not work... (I'm pretty new to Flash).

    -----------------------------------------------

    projectgallery.swf - PARENT SWF

    projectgallery_cutLimestone.swf - EXPORT SWF

    returnToAlbums_btn_inst - instance of a button on the export swf I want to be able to click to go to a different image in the parent SWF

    ___________________________

    Here are my codes:

    ------------------------------------------------

    the parent SWF:

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    var myLoader:Loader = new Loader();

    var url: URLRequest = new URLRequest ("projectgallery_cutlimestone.swf");

    myLoader.load (url);

    loadHandler function (event: Event) {}

    var projectgallery_cutlimestone:MovieClip = event.target.content;

    addChild (myLoader);

    trace (projectgallery_cutlimestone);

    function returnToAlbums (event: MouseEvent): void {}

    projectgallery_cutlimestone.returnToAlbums_btn_inst. Play();

    }

    projectgallery_cutlimestone.addEventListener (MouseEvent.CLICK, returnToAlbums);

    }

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, loadHandler);

    ---------------------------------------------

    When I try, the SWF file loads fine, but when loading, this OUTPUT error is displayed:

    [focus]

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    hand / frame2)

    at flash.display::MovieClip/gotoAndStop()

    hand / preload1)

    --------------------------------------------------

    then, when I try to click on the returnToAlbums_btn_inst button, the OUTPUT error is displayed:

    ReferenceError: Error #1069: property is not found on flash.display.SimpleButton and there is no default value.

    function / < anonymous >)

    -------------------------------------------------

    I'm really new to Flash, so I don't know why it doesn't work.  The proceeding is labeled (I checked).

    OK, fixed.

    The main problem was by naming your classes of documents. In both files, the Document class has been the main. Flash Player implements cache all definitions of class so they can be reused and shared across loaded SWF files. This is really useful if you're aware of it. Otherwise, it may cause a headache. The errors seem to come out without apparent reason, etc. I've renamed the first Index swf Document class. Make sure you never have two classes of documents with the same name. You must also change the hand to CutLimestone if you're considering other galleries of loading.

    I also made a few small changes - be sure to copy it to new galleries so they all have the same behavior.

    Good luck!

  • questions to open the .swf files

    At the opening of the .swf files I open or save as options. I tried all the fixes I could find nothing help. I even tried reinstalling the flash player program. I can read the files from the site, but after downloading, I can no longer read the files from my desktop without having to open it or save as options as it tries to re - download the same file. This repeats non-stop. I checked the options in tools but I can't seem to change or reset things to the .swf files. One of the options for the target of shockwave flash file, which I installed it, but the other says always ask. I can't change to firefox, if I set it to IE he repeats the open or save as options as it does in firefox. I can't locate any program to open the file in firefox.

    Before the last update that I use to just be able to click on a .swf file and it will open in firefox without problem. I don't know what has changed in the last update, but now I can't open the .swf files unless I do it from the site, I downloaded the file from.

    Try to rename (or delete) the file mimeTypes.rdf in the profile folder of Firefox to reset all the actions file.

  • The problem "your current security settings do not allow this action" when I want to open the swf file in Windows Media Player.

    How to solve the problem when I want to open the swf file in windows media player? There, half year, when I click on a swf file, it could automatically play in Windows Media Player.

    Now when I want to open a SWF with Windows Media Player, it pops up a window "your current security settings do not allow this action".

    How to use watch the video in Windows Media Player swf?

    Hello

    SWF is a file format for multimedia, vector graphics and Action Script in the Adobe Flash environment. Origin with future Wave Software, then transferred to Macromedia and then coming under the control of Adobe, SWF files can contain animations or applets of varying degrees of interactivity and function.

    SWF functions as the dominant vector "animation" on the Web for graphics display format. It can also be used for programs, games by browser commonly, using ActionScript.

    Method 1:

    I suggest open he file in Internet Explorer and check to see if you encounter the same problem.

    Method 2:

    Step 1:

    You can also try reinstalling Flash Player on the system to fix the problem.

    To uninstall a program in Windows 7 refer to the link below

    http://Windows.Microsoft.com/en-in/Windows7/uninstall-or-change-a-program

    Step 2:

    Once you uninstall Flash Player reinstall rear and check to see if you encounter the same issue.
    To download the latest version of Flash player refer to the link below

    http://get.Adobe.com/flashplayer/

    Once you download Flash Player see the link below to install a program downloaded in Windows 7.

    http://Windows.Microsoft.com/en-us/Windows7/install-a-program

  • Captivate 6 graphic bug in the SWF file

    Hello

    I use 6 Captivate and have a problem with the SWF file. There are some glitches in the video. They are a bit like after images of the contents of the previous slide.

    bug.JPG

    (Here the white lines should not appear).

    Curiously, in the preview of these lines do not appear.

    I already tried a lot of things like the use of the highest quality for slides (24-bit) or increasing the frames per second, but nothing seems to help.

    Does anyone know a solution?

    Kind regards

    Rini

    Hello and welcome,

    You can specify the exact version number (help, Captivate)?

    Try turning off all compression under preferences, project, SWF size and quality settings. And what publication check the option 'Force republication... '. »

    Lilybiri

    PS increasing the pace will not help in this case.

  • Error #2136: The SWF file

    I am trying to learn how to use classes. The book I use gave me this example.

    In Vechile.as

    package {}

    import flash.display.MovieClip;

    import flash.events.Event;

    Vehicle/public class extends MovieClip {}

    public var _gasMileage:Number;

    public var _fuelAvailable:Number;

    public var _milesTraveled:Number = 0;

    public var _go:Boolean;

    public void vehicle (mpg:Number = 21, fuel: Number = 18.5) {}

    _gasMileage = mi/gal.

    _fuelAvailable = fuel;

    this.addEventListener (Event.ENTER_FRAME, onLoop, false,

    0, true);

    }

    public void onLoop (evt:Event): void {}

    If {("go-ahead")

    -_fuelAvailable;

    _milesTraveled += _gasMileage;

    If (_fuelAvailable < 1) {}

    this.removeEventListener (Event.ENTER_FRAME,

    onLoop);

    }

    trace (this, _milesTraveled, _fuelAvailable);

    This.x = _milesTraveled;

    }

    }

    public void go (): void {}

    "go-ahead" = true;

    }

    }

    }

    In the main.fla

    Framework 1

    var: = new Vehicle vehicle (21,18.5);

    addChild (vehicle);

    Vehicle.Go ();

    When I compile it gives an error output.

    Error #2136: The SWF file file:///C|/Users/Ravenwind/Documents/Main.swf contains invalid data.

    in Vehicle / frame1)

    I'm stumped

    ' I don't then assign vehicle to document class box in the property ' Do not assign the vehicle that the document class... out of the way.

    In the main file, if you don't already create one, create a movieclip symbol (just draw a shape in there at the moment).  Right click on the symbol in the library and select the link.   In the interface that appears, select the export for Actionscript option and give it the class name "Vehicle" in the field labeled 'Class'

    Make sure that you save the file Vehicle.as once you put the code in it and have this file in the same folder as your Main.fla file.

    If you do the things that I just you describe should see an instance of movieclip, which cross the scene when you run the file.

  • Impossible to apply the swf police embedded in the text in text layout

    Hello

    We have created a SWF for a police given (e.g., Calibri.swf) that contains all the styles (Regular, Italic, Bold, BoldItalic).

    We have created an xml that lists the name of the font and the path of the swf file. The names of xml is loaded into a drop-down list box in the application.

    When we try to apply the font selected in a text under text layout, it does the same. It sets the font to the font "Times" by default.

    Here is a snippet of code to apply the font for the text:

    private void selectFont(fontXML:XML):void {}
    var path: String = fontXML.@source;
    var myEvent:IEventDispatcher = styleManager.loadStyleDeclarations (FlexGlobals.topLevelApplication.url.substring (0, FlexGl obals.topLevelApplication.url.lastIndexOf("/"))+"/"+path);)
    myEvent.addEventListener (StyleEvent.COMPLETE, {function(event:StyleEvent):void}
    var editManager:EditManager = textFlow.interactionManager as EditManager;
    var itextLayout:TextLayoutFormat = new TextLayoutFormat();
    itextLayout.fontSize = 20;
    var fontName:String = fontXML.@name;
    Alert.Show (FontName);
    itextLayout.fontFamily = fontName;
    Alert.Show ("itext =" + itextLayout.fontFamily);
    editManager.applyFormat (itextLayout, itextLayout, itextLayout);
    var flowLeafElement:FlowElement = textFlow.findLeaf (editManager.anchorPosition) as element FlowElement.
    editManager.changeStyleName (fontName, flowLeafElement);
    });
    }

    Can someone please let us know what is missing in the implementation?

    Thanks in advance.

    Vikram

    Did you put the fontLookup in ITextLayoutFormat? It must be set to search for the police as an embedded policy. I think that, by default, it will consider it as a device font.

    -robin

  • After the separate file .fla code do not see my objects on the stage.

    I have the .fla file. There, in the library, I have 3 film clips, cockroach0, cockroach1, cockroach2. I want to show they randomly on the stage on the .swf file.

    Labour Code:

    var classNames:Array = ["cockroach0", "cockroach1", "cockroach3"];
                   var len:int = classNames.length;
                   var cockRoachList:Array = [];
                   var ClassRef:Class;
                    
                   for (var i:int = 0; i < len ; i++) {
                         ClassRef = Class(getDefinitionByName(classNames[i]));
                         cockRoachList[i] = new ClassRef();
                         addChild(cockRoachList[i]);
                   }
                   
                   var currentCockRoach:MovieClip;
                   for (var ii:int = 0; ii < len ; ii++) {
                         currentCockRoach = cockRoachList[ii];
                         currentCockRoach.x = Math.random() * (stage.stageWidth - currentCockRoach.width);
                         currentCockRoach.y = Math.random() * (stage.stageHeight - currentCockRoach.height);
                   }
    

    But when I try to separate the code from the .fla to .as I have problems.

    I see the error:

    TypeError: Error #1009: cannot access a property or method of a null object reference.
    code: KillCockRoach()
    at cockroach0()
    code: KillCockRoach / showCockRoach)
    code: KillCockRoach()

    The attached photo, maybe this would help you to undestand...

    each class of cockroach extends flash.display.MovieClip

  • HELP DREAMWEAVER CS4 NOT SHOWING THE SWF FILES

    I have a presentation in two days in Tokyo. And I'm panicking.

    I'm on am Intel Mac OS X 10.4.11.

    I have the latest version of Flash Player 10 installed. (Not the new beta version).

    A few years ago, I created a great site in Dreamweaver MX.

    I never had PROBLEMS with the .swf files display until using Dreamweaver CS4.

    I updated my photography portfolios in Adobe Bridge and used Dreamweaver CS4 for link updates.

    IT'S NOTHING MORE THAN THAT!

    Then, show NONE of the .swf files which were still visible.

    There is absolutely NO of Flash content now showing on any page of the site.

    Not even in view in Safari or Firefox browser.

    I downloaded the files with the SCRIPTS folder newly created on my server, and still no .swf file is visible.

    These aren't the FLV files that they are .swf files which were anchored properly and were still visible. So far.

    I have to go to Tokyo in two days and give a presentation of this site.

    What is the problem?

    Attached files view in Dreamweaver CS4. The view in Safari and view in Firefox.

    I'm screwed for a job badly in Tokyo, if I can't get this fixed as soon as POSSIBLE.

    Help, please.

    You download the Scripts?

  • Size of the SWF file and Rollover text problem

    Hello and thanks in advance for any input.

    Two problems...

    1. size of the SWF file

    I did a small enough (at least in my eyes its small) flash site. However, when even it is really not much content, the swf file is already 2.4 mb and I have yet to finish. It loads fine on my internet speed, but im worried general users with slower internet connection. Y at - it something that I should get the size of the file (if all goes well without comprimising quality).

    2 text buttons (video Clips)

    Function rollover (event listener) for MCs containing the text continues to run when the mouse is over the button. That is he is not treating the text as a button box, his processor only as a button, while you ride between a letter and another, the reversal is re - define and restarts.

    The Swf file is here.

    And the FLA is here. * Edit *-how can I get this fla to you guys? This doesn't seem to work when I try to download the file - it gives just a fla.txt file?

    Thank you.

    Zack.

    Click with the right button on the bitmap images in the library, select "Properties".

Maybe you are looking for