Captivate 7 SWF fails, flash export fails

Hi there,
I have recently installed Captivate 7 and an urgent project for a client that is generating bad SWF files and also fails on export to Flash 6 or CC. HTML5 published files works fine
OSX Maverics, MBA 2012 (8 GB / 512GB). Installed on machine is Adobe CC, CS6.5 etc..
Steps so far :
- resinstalled flash player
- reinstalled captivate
-changed various settings in captivate for publishing
Removed security from firefox/safari/chrome
Adjusted flash player security (and added local file player paths to exclusions)
Adjust Java settings to prompt only
Puublished to active www - still fails
Any ideas ?? I'm all out apart from wiping machine and starting again!
Thanks
MPH

Took a little while to fix - however, after some kind and thorough troubleshooting with Anurag at Adobe, we identified this as a permissions issue.  I suspect this has something to do with my Mac account having numerous versions of Adobe and/or MS Word accumulated. 
Solution:
uninstall both Captivate 7 and MS Word MAC 2011 (v.14.3.8)
Download and run the cs5 Cleaner utility:
          http://helpx.adobe.com/creative-suite/kb/ cs5-cleaner-tool-installation-problems.html
3. Log in using the root admin (possibly any admin), and re-installing both apps
4.  First open MS Word and Captivate, then re-run export.

Similar Messages

  • Controlling External Captivate 5 swf using flash AS3

    Hi,
    I have created a basic Flash AS3 interface in which I am trying to control the navigation (next slide / previous slide) of an external captivate 5 swf which I have added using a loader, but i cant work out the solution.
    My code is currently as follows:
    import flash.net.URLRequest;
    var Xpos: Number = 96
    var Ypos: Number = 94
    var my_loader:Loader = new Loader();
    my_loader.load(new URLRequest("content.swf"));
    my_loader.x = Xpos;
    my_loader.y = Ypos;
    addChild(my_loader);
    stop();
    nextBut.addEventListener(MouseEvent.MOUSE_UP,gotonextframe);
    function gotonextframe(event:MouseEvent){
    MovieClip(my_loader.content).rdcmndNextSlide();
    Any help would be much appreciated,
    thanks
    Dez

    Thats perfect, thanks for the reply, much appreciated!
    I guess you have tried:
    rdcmndRewindAndStop
    Set to 1 to rewind and stop the project.

  • How to find totalFrames of Captivate 4 .swf in Flash CS4

    I have a series of Captivate4 AS3 .swf files that I am loading into an interface created in Flash CS4.  The files are loading and playing correctly, but I need to find a way to detect when an imported .swf gets to the end of it's timeline so that I can load the next one.
    Here's my code:
    var myLoader:Loader = new Loader();
    var movieURL:String = "resources/testTestTest.swf";
    var req:URLRequest = new URLRequest(movieURL);
    var currentMovie;
    var endShow:Boolean = false;
    myLoader.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(evt:Event)
        currentMovie = myLoader.content;
        currentMovie.rdcmndPause = 0; //fails to pause imported .swf
        trace(currentMovie.cpInfoCurrentDate); //fails to trace out
    addChild(myLoader);
    myLoader.load(req);
    Please, help!!

    I forgot to add "contentLoaderInfo" to the myLoader eventListener.  Here's my working code:
    Captivate- output to AS3, make sure Flash player is same as destination
    AS3 code from flash UI:
    //initial variables
    var myLoader:Loader = new Loader();
    var movieURL:String = "fileName.swf";
    var req:URLRequest = new URLRequest(movieURL);
    var currentMovie:*; //data type movie; use wildcard- data type unavailable at compile time
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(evt:Event):void
        currentMovie = MovieClip(myLoader.content);//data type imported .swf
        trace("frame count = " + currentMovie.rdinfoFrameCount); //rdinfoFrameCount is a Captivate var
        //trace("current frame = " + currentMovie.rdinfocurrFrame); //rdinfoFrameCount is a Captivate var
    addChild(myLoader);
    myLoader.load(req);
    //set up timer to check to see if current frame == total frames
    var endTimer:Timer = new Timer(1000);//runs every sec.
    endTimer.addEventListener(TimerEvent.TIMER, onTimer);
    endTimer.start();
    function onTimer(evt:TimerEvent):void
        //trace("current frame = " + currentMovie.rdinfocurrFrame);
        if((currentMovie.rdinfocurrFrame + 10) >= currentMovie.rdinfoFrameCount) //had to add 10 to current frame
         //write your function here
        endTimer.stop();

  • Unable to preview published captivate 6 swf in flash player

    When I try to view a published preview of a Captivate 6 project, I am directed to the download Flash player page. I have the pugin installed for my browsers already. I am able to open my local .swf files with Flash Player.
    When I click Yes on  the "Publish completed successfully. Do you wish to view the output?" message I am sent here:Adobe Flash Player Install for all versions.
    How do I set Flash Player to open the preview files?

    Hello,
    Welcome to Adobe Forums.
    Which browser you are using and you may try to add your projects to Flash Player Global Settings.
    If you have Flash Player version lower than 10.3, you can manipulate the settings from Adobe Flash Player Settings Manager in the Global Security Settings panel. It can be done using these simple steps:
    Select the Always allow radio button on the top to allow security exceptions. This control is marked as "1" in the image below
    From the Edit Locations... drop down box, select "Add location..." option to bring up a dialog box. The drop down box is marked as "2" in the image below
    Now select Browse for folder... and browse to the location where you are keeping the chart SWF files
    After confirming your selection you should see the path of the exception added in area "3" of the image below
    Please let me know if that works.
    Regards,
    Rajeev.

  • Losing Captivate audio in Flash Export

    Hi everyone,
    >> I'm trying to export my CP project including audio
    (voice recording) to a Flash MX project. Notice that my voice
    recordings are often splitted between several slides, so that the
    voice can run over several slides... No problem with Captivate, my
    project runs fine. Troubles begin when I export the project to
    Flash...
    Here are my 2 problems :
    The audio files (voice recordings)
    are not imported in the Flash library.
    Indeed, only the mouse clic sounds are exported... What's
    weird about it is that once in while (let's say 1 on 10 attempts),
    it works fine, and I can finally get all my audio tracks exported
    to Flash.
    When I finally get the import to work
    fine with my audio tracks, it appears that Flash cannot handle the
    multi "slide audio" (same audio recording running on several
    slides), so it only plays half of a sentence for example...
    Example
    of swf generated from Captivate (working fine)
    Example of
    swf generated from Flash after Captivate export (audio is
    cut)
    Here are my 2 questions :
    Why can't I
    ALWAYS get a "clean" export ?
    What's the matter with the recordings
    running on several slides and not playing well in Flash ?
    I guess I've checked all the points mentionned in the
    following article
    Exporting
    your Adobe Captivate project to Flash , but found nothing that
    solved my problems.
    Softwares : Captivate 2, Flash MX2004
    Link to my Captivate
    test project (1.5Mo)
    Any idea ? please...
    :o)

    Hello Mark,
    I'm afraid this problem occurs with all my Captivate
    projects.
    I've submitted a bug last week but still got no answer...
    I guess, I'm going to abandon the idea of importing Captivate
    projects in Flash and work with another method : Design an HTML
    player and just play the Captivate generated swf in it.
    Here is an example :
    http://cedricsuire.free.fr/demo/demo1.html
    Anyway, thanks for your help !
    And if this is really a bug, I hope Adobe will fix it soon !
    Cédric

  • Can a Flash 6 SWF (AS 1) read variables of a Captivate 4 SWF (AS 2)?

    I have a Captivate 4 CP that I published to Flash Player 9, AS 2.0 SWF ( and Flash Player 7 as well, which didn't help either). I load this SWF in a Flash wrapper SWF (published to Flash Player 6, AS 1.0) which needs to read the rdinfoCurrentFrame and rdinfoFrameCount variables in order to find out if the Captivate movie has completed. The logic works when I test this locally, but not in our test environment, probably because the two (Flash SWF and the Captivate SWF) are in two different directories. My suspicion is that it is due to cross-domain issue which comes into play only with Captivate 4 SWFs, because when I tried replacing the Captivate 4 SWF with a Captivate 2 SWF it worked. I tried displaying the value of rdInfoCurrentFrame in the Flash wrapper using a dynamic text box, and while it shows and updates the value in case of a Captivate 2 SWF, it shows a null value for Captivate 4 SWF. Is this a known issue? I'm playing the content in Flash Player v9.0.45.0.
    Also, can someone here tell me what ActionScript version does Captivate 2 publish the SWFs to?
    Thanks in advance for your help!
    Mohsin

    The crossdomain policy is a result of the Flash player - not Captivate. It was implemented with FP 8.0 so if you publish to that then you will have the restrictions. However, the crossdomain policy only applies to different domains - not different directories.
    Captivate 4 publishes to AS2 per default.
    The problem you have is due to the fundamental changes between CP2 and CP4. While your paths for the variables might work for CP2 they have changed for CP4.
    I can't remember exactly what they are right now and I dont have access to my files but try these paths
    movie.rdInfoCurrentFrame
    mainmov.rdInfoCurrentFrame
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Captivate 2.0 Very Buggy After Import of SWF File (Flash 8)??

    Where should I begin...
    Issue 1
    I just updated to Cap 2 and started using it. I have come
    across a few very weird issues. Everyting works fine until I import
    a swf file to the stage. After I import a swf file to the stage I
    realize I made a mistake in the swf file. So I updated the swf in
    Flash 8 and publish it. I then went into Cap 2 and tried to update
    the file (which I noticed that the update button has been removed.)
    When I go to import and import the updated file, it does not update
    it. I had to close the program and reboot before it would recognize
    the new file??? Sounds like a caching issue of some sorts, but very
    buggy in my eyes.
    Issue 2
    So now I have the new file in... great! But when I try to use
    one of the drop down menus from the top tool bar, the menu
    disappears immeditly after I have clicked on it??? The only way to
    get my menu's back is to close the program and reopen it.
    Issue 3
    I just recently found another problem... I was trying to work
    with Cap 2 in its crazy state, and I pulled one of the bars on the
    timeline torwards the end of the screen and the timeline
    disappeard??? So I went to view and clicked timeline... no change.
    Now I do not have a timeline??? I have tried running a reapir and I
    even tried several different new projects with different swf files
    to see if it was just that file and I have the same results.
    Sorry so lengthly on my issues but this just sucks and I need
    help!! Anybody got any ideas!??
    Thank you!!

    Hi SaSQuaCh69247,
    Issue 1 :- Select the SWF file in library, right click, and
    select update.
    Issue 2 :- Actually it could be valid for Issue 1 also. It
    seems like SWF file you are trying to import, does some action
    like, importing another swf or connecting to server on the first
    frame itself. Captivate will try to play the first frame of SWF
    when you import them. Try creating a keyframe with the stop action
    as the first frame in your SWF, and see if you still have the
    issue.
    Issue 3 :- The approach I am mentioning over here is
    generally the last approach which I will take in such scenerios,
    but since you have already experimented a little, so try this.
    Go to C:\Documents and Settings\<user name>\Application
    Data\Adobe\Adobe Captivate
    Rename captivate_v20.dat as captivate_v20_org.dat.
    Restart Captivate Application.
    thanks

  • How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    Hi SaSQuaCh69247,
    Issue 1 :- Select the SWF file in library, right click, and
    select update.
    Issue 2 :- Actually it could be valid for Issue 1 also. It
    seems like SWF file you are trying to import, does some action
    like, importing another swf or connecting to server on the first
    frame itself. Captivate will try to play the first frame of SWF
    when you import them. Try creating a keyframe with the stop action
    as the first frame in your SWF, and see if you still have the
    issue.
    Issue 3 :- The approach I am mentioning over here is
    generally the last approach which I will take in such scenerios,
    but since you have already experimented a little, so try this.
    Go to C:\Documents and Settings\<user name>\Application
    Data\Adobe\Adobe Captivate
    Rename captivate_v20.dat as captivate_v20_org.dat.
    Restart Captivate Application.
    thanks

  • Dreamweaver I import swf from flash,it previews,but when I try to export to browswer nothing happens

    In Dreamweaver I import a .swf from flash, it previews fine but when I try to export it to a browser I get nothing....Any ideas on what I could be missing?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1200','height','440','src','file:///Macintosh HD/Users/jessiejellicorse/Documents/Professional/Paris Tattoos/public_html/Flash/newparis','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','file:///Macintosh HD/Users/jessiejellicorse/Documents/Professional/Paris Tattoos/public_html/Flash/newparis' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1200" height="440">
      <param name="movie" value="file:///Macintosh HD/Users/jessiejellicorse/Documents/Professional/Paris Tattoos/public_html/Flash/newparis.swf" />
      <param name="quality" value="high" />
      <embed src="file:///Macintosh HD/Users/jessiejellicorse/Documents/Professional/Paris Tattoos/public_html/Flash/newparis.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="440"></embed>
    </object></noscript>
    </body>
    </html>
    /www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;>

  • Preparing Captivate 5 SWF ready for Moodle

    Hello - I'm a bit of a noobie with all things Captivate and I was wondering someone can advise me on what I have done so far:
    I have 6 Captivate SWF exported movies, the final movie being a quiz. All the SWF's do not have reporting enabled except for the quiz.swf (SCORM 1.2).
    I have created a Captivate Aggregator SWF that bundles all the files up into a Table of Contents fashion.
    I now need to upload all the files to Moodle (in a ZIP file SCORM 1.2 compliant). This is what I plan to do:
    ZIP all the SWF's and associated .js and the XML files (generated by the Scorm compliant quiz.swf) using a SCORM packager (as Captivate 5 does not include this it seems).
    Upload to Moodle.
    Am I doing this correctly? My confusion occurs when saving out my quiz.swf as SCORM 1.2 AND the  .ZIP that holds all the files being SCORM compliant. Do they both need to be compliant or just the ZIP?
    I'm confused, please advise...
    Thanks!

    If you're going to upload a SCORM package to an LMS you DON'T use the Aggregator.  You need to use the Multi-SCO packager instead.  Having all the individual zip files in the Aggregator SCORM compliant isn't going to help you in this case.
    When working with SCOs in an LMS you have two choices:
    Package each individual lesson as a separate SCO. You don't need the Multi-SCO packager for this route. Cp itself can create a single SCO SCORM. You just upload them individually to the LMS, and set each one up as a SCORM lesson in the course.  The LMS will roll up the scores to give you a total for the course.
    Package all of the individual SCO lessons into one huge Multi-SCO SCORM package using the Multi-SCO packaging tool that comes with Cp4 or (in the case of Cp5) the ELS 2.0 suite.  You then create a course in your LMS that is ready to accept this package and upload the entire Multi-SCO SCORM.
    Your description of how you've got some lessons with scoring components and others that don't score (no reporting enabled) makes me feel that there's no point bundling all lessons into a Multi-SCO. LMSs are designed for tracking modules that either report a score (Pass/Fail) or user interaction (Complete/Incomplete). So unless you have at least turned on SCORM reporting for tracking user interaction, the non-scoring modules will pretty much be ignored by your LMS for reporting purposes.
    A Multi-SCO SCORM zip has to have a precise structure and an imsmanifest.xml file that lists all the content modules in the course.  You don't get all this just by zipping stuff up.  That's why you need the Multi-SCO packaging tool, unless you go the first route I describe above.

  • Keynote 08 Flash Export not compatible with Adobe Acrobat Connect Pro

    Hello
    Our company uses Keynote extensively for presentations. We also give presentations online using Adobe Acrobat Connect Professional (hosted, formerly known as Macromedia Breeze - <http://www.adobe.com/products/acrobatconnectpro/>). Where as it's a great environment for online seminars (best I've seen), it fails dramatically when you upload a looping Flash file created in Keynote. I first tried this in Keynote '06 and now in '08.
    When I tried in Keynote 06, the animation was three slides looping, synced to an audio track. When I tried in '08, it was one slide with (the new) animations looping over 20 seconds (or so) without a soundtrack.
    I have some contact with Adobe, and this issue has been sent to their engineering department, but they seem to think there's something funky about the format of the file that Keynote exports. I'm trying to gather more data for them to investigate with.
    Does anyone know what version of Flash Apple's export is most like? Do we have any specs on the file export format?
    Has anyone tried using Flash exports in other Flash-using online environments?
    Thanks!
    ~brian

    I believe I figured it was somewhere between Flash 5 and Flash 6. I say this because while the resulting presentations could be opened in QuickTime (which only uses Flash 5) a better result would be achieved by viewing in the browser. Either that, or QuickTime's Flash 5 support isn't complete.

  • Tracing Captivate 4 variables in Flash CS4 using AS3

    Hello. I've googled this 9 ways to Sunday and can't find an answer. I'm hoping one of you can help.
    I have a very simple Captivate 4 quiz with one question. I embed the Captivate SWF file in a Flash file, which plays fine. However I am struggling with tracing one of the Captivate variables in the Flash file using AS3.
    All I want is for Flash to read the Captivate variables so I can continue developing my quiz in Flash (building additional functionality Captivate does not provide).
    The variable I'm attempting to trace is cpInfoAuthor.
    I've attempted:
    trace(root.cpInfoAuthor);
    trace(root.movie.cpInfoAuthor);
    var cpAuthor = MovieClip(root).cpInfoAuthor;
    All of the above examples error out: TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Captivate preferences are set to publish in AS3.
    Anyone with an explanation?
    Be splendid, Jodie.

    Hi Jodie,
    I'm not exactly 100% proficient in AS3 but to me it looks like your statements are wrong.
    Since you are loading your Captivate SWF into a Flash SWF then (root) actually refers to your Flash SWF. I guess that you are loading your Captivate SWF into a movieclip on your Flash stage and that movieclip has an instance name,
    You would therefore need to grab the variables like var cpAuthor = yourLoaderMovieClip.cpInfoAuthor;
    See if that doesn't do the trick for you.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Load a Captivate movie in a Flash movie

    I'm trying to load a captivate 5.5 swf into flash, even with a simple script like:
    import flash.display.MovieClip;
    var request:URLRequest = new URLRequest("captivate.swf");
    var cargar:Loader = new Loader()
    cargar.load(request);
    var mc:MovieClip = new MovieClip();
    this.addChild(mc);
    addChild(cargar);
    I get an actionscript error:
    ReferenceError: Error #1065: No se ha definido la variable pbcBtnTips_FRA.
    at Aluminum_fla::MainTimeline/frame1()
    ReferenceError: Error #1065: No se ha definido la variable pbcBtnTips_SPA.
    at Localization/frame1()
    This seems to be happen only to non-english Captivates, ie Spanish version.
    Any ideas?

    You could pause the Captivate project when you start to preload it by using the Captivate system variables. Then when your file has been loaded 100% you could resume it again by using a different system variable.
    You can see a list of the various system variables here: http://www.cpguru.com/2009/04/28/system-variables-in-captivate-4-%e2%80%93-a-complete-list /
    The relevant variables for you would be:
    rdcmndPause = 1; (to pause the project)
    rdcmndResume = 1; (to resume playback)
    Naturally you need the instancename (where you load your Captivate movie into) infront of the variable name.
    myLoaderContainer.rdcmndPause = 1;
    /Michael

  • How do i include transitions in Flash export?

    when I export my Keynote presentation to Flash, the transitions I selected disappear leaving way to a simple change of screen. I was wondering if there was a way to preserve all transitions and effects in the Flash export.
    Thank you for your help!

    I am pretty sure its not possible at this stage.
    As most ads like Mochi etc are in fact .swf files loaded in from the web, which is not supported on the Iphone. ( as those would be actual 'Flash' files where as the app you are running is compiled to Xcode )
    PS: hmm i just realised you were referring to the native Iphone Ads... well I dont know then! but is a really really interesting question! I suppose when Adobe releases a 'non-preview' version of the Packager they might open up some API to it.

  • Encore CS6 Flash Export problem, Grey screens

    Hi everyone,
    I am having a problem with my encore CS6 flash exports, they are not behaving as expected online (seems to be like a loading issue).
    I've tried exporting FLV and F4V and the problem is the same. The same project exported from CS5.5 does not produce this undesirable
    problem. It may be important to say that the project was started in CS5.5.
    I have a button that links to another menu, and I am using videos as 'transitions'. The videos are dynamic after effects compositions.
    When it's online, and you press the button it fills the canvas with a  'grey screen' before starting the video transition. This totally breaks
    the experience and feels like an authoring error. It would be important to note, that this screens only appear the first time you see the flash.
    Somehow the next time you press it doesnt show it.
    I would happily go back to CS5.5 but I started using auto-activate buttons that are only available on CS6 flash exports.
    Any ideas what has changed between this versions flash exports?
    Any help would be appreciated..
    Thanks in advance,
    Cris

    Encore CS6 6.0.2.004, IE9, Win7
    Simple project, DVD NTSC, One menu with one button. One timeline. Menu first play, button linked to timeline.
    Output flash with flv (and again with f4v - same results), No template, keep with flash swf rather than streaming.
    Open index.html locally, must manually enable active content. Menu opens, movie plays. No grey screen.
    Copy entire folder to USB, same result; USB plays on a different PC also.
    Upload to web site; same result.
    Am I doing soething differently from either of you? Are you using templates?
    Factors related to flash security (for local and probably USB playback) can be problems. Various server settings can be problems for on line.

Maybe you are looking for