Html over the swf animation

Hello to all, I am a newbie for this newsgroup.
I have the following problem:
I have a movie with some object at different levels.
I would like to place an HTML table in the middle of
these levels (between two levels)
Anyone can suggest me the solution?
Thank you,
Luca

you'll have to set the wmode parameter to transparent and
give your html object a z-index higher then your flash
movie.

Similar Messages

  • Captive 6 file publish to html 5 with swf animations

    hi..i created one project in captivate 6. i used some swf animations for it. i want to publish my project for HTML 5. But swf animations are not supported in HTML 5 file. so pls give me any solution , how i publish my project  for HTML 5?. thanks

    Well, for starters, as you already know that SWF won't work on most HTML5 devices, the obvious first step is to remove all SWF components from your course.
    If you still want to have animation in your course content, your alternatives are:
    Build the animation in Captivate using Effects, but limit those effects to the ones supported for HTML5 output.
    Build your animations as Animated GIFs in a graphics editor and bring them into Cp afterward.
    Build your animations in Adobe Edge and merge them with Captivate output after publishing.

  • Management of links html in a swf animation

    Hello,
    I have a menu in swf which is composed of four part.
    Each part called an html file.
    The problem is that in one html file I have internal links and I can't use them when this html file is inserted in the animation.
    Does anybody ever try to do something like that?
    Does anybody know an actionscript 2 code?
    Thank you very much.
    Jessica.

    OK. It is the code of the animation of the menu which calls my html file.
    stop();
    myData = new LoadVars();
    myData.onLoad = addItems;
    //URL du fichier html à loader
    if (_parent.page==4){myData.load("aux_menu.html");}
    function addItems() {
    // propriétés du champ texte dynamique.
    contenu_text.multiline    = true;
    contenu_text.wordWrap    = true;
    contenu_text.type     = "dynamic";
    //contenu_text.background    = true;
    //contenu_text.backgroundColor   = "0xFFFFFF";
    contenu_text.border     = false;
    contenu_text.html     = true;
    // content_text.charset = UTF-8;
    //<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    contenu_text.htmlText = myData.contenu_text;
    ScrollBar.setScrollTarget(contenu_text);
    //Mise en forme du texte
    textFormat          = new TextFormat();
    textFormat.color        = "0x000000";
    textFormat.bullet        = false;
    textFormat.underline       = false;
    textFormat.bullet       = false;
    textFormat.size         = 11;
    textFormat.font           = "arial";
    //contenu_text.setTextFormat(textFormat);

  • How to Restart a SWF movie (from in the SWF)

    Hello all:)
    My designer has a flash movie that is heavily actionscript
    (it has only 1 frame on the timeline!) Is it possible to create a
    button that will either replay the movie from the beginning
    (ignoring any input info) or refresh the HTML page it is on so the
    movie starts over? We can't use the "Go to Frame 1" action because
    it does not clear the variables already input (it's already in
    Frame 1).
    I appreciate any help anyone can come up with...
    Again, we need to either refresh the HTML page the SWF file
    is on from inside the SWF, or make the SWF play again from scratch,
    erasing any variables it may have.

    Delete it.

  • SWF animation is not showing up in IE8

    I have test page : http://drupal-windwater/windWaterWidget
    With two flash banners which are clickable . On click they open bigger window with additional swf animation inside. In any case, neither small or expanded animation is showing up in IE8.
    It works perfect in all other browsers and even IE9.
    Using suggestions from these places didn't seam helping.
    http://stackoverflow.com/questions/6258258/swf-file-loading-in-firefox-but-not-ie
    http://stackoverflow.com/questions/5507265/flash-movie-not-showing-up-in-ie8-on-my-pc-can- someone-take-a-look
    Please advise
    thanx

    The link you provided for the test page fails.
    Browser issues normally result from embedding code issues.  Did you let Flash publish the html for the swf's... if not, give it a try.

  • SWF animation issue in Captivate CS4

    Hello All...
    Okay, I have been working on this for hours, and I am getting pretty frustrated.
    I have an swf animation that I need to insert into Adobe Captivate CS4 slide. I have thested the swf file and it opens and plays just fine. I am able to insert it into the Captivate slide just fine, and it plays - however it only plays for about 27 seconds then cuts out. The total swf animation is approx. 40 seconds long.
    Why is it cutting out the animation? When I import the swf file, it plays the entire animation before I actually insert it (in the Animation window). However, the "duration" only shows 27.7 seconds. Why is it only showing a duration of 27.7 seconds, when the actual animation is longer?
    I extended the slide to be over 40 seconds in length, and I am playing the animation for the "duration of animation" - but it is still stopping early!
    Any ideas?
    Thanks for the help, it is much appreciated!

    Hi there
    I'm wondering if the issue might be a mismatch of frame rates. You need to investigate the frame rate the SWF was created at. Captivate typically uses 30 frames per second. So if the SWF animation has a different frame rate, perhaps that explains it?
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • In Flex 3 how to Stop and Replay .swf animation created in Flash

    Hi
    I have an animation file that is created in Flash (I think
    CS3). In Flex if I import it inside a SWFLoader or if I import it
    as an Image. It plays once and stops. Then I can not replay it. I
    also can not pause it when its playing.
    I have tried few things based on help and code available in
    the Web to of no help. I have tried to convert the swfLoader
    instance to a movie clip like so to stop
    var c:MovieClip = swfLoaderHeaddress1.content as MovieClip;
    c.stop();
    <mx:SWFLoader x="53" y="116" width="206" height="255.3"
    visible="true"
    source="assets/animations/curatorial/ZoomHeadress_2nd.swf"
    id="swfLoaderHeaddress1"/>
    It does not work.
    I have not created the .swf animation, I am not sure how it
    is done. I belive it may not be using any ActionScript as I know
    the artist who created it does not know ActionScript. Does
    something need to be done inside the Flash to support the stop and
    play? Or is there a way to restart/replay stop a .swf animation in
    Flex 3 no matter how (and whether or not its developed using
    ActionScript) its developed in Flash?

    One way is she has to add some AS code to the animation, or
    you can do it yourself.
    In swf there must be something like this:
    var connReciever:LocalConnection = new LocalConnection();
    connReciever.client = this;
    connReciever.connect("fromFlexToSWF");
    function myFunction(parameter:SomeClass):void {...}
    And in Flex:
    var connSender:LocalConnection = new LocalConnection();
    connSender.send("fromFlexToSWF", "myFunction", [..args]);
    The other way: in case with just play/stop there is a way to
    resolve this by using that Flex Component Kit (or maybe "Flex Skin
    Design Extension", i do not remember), it is something like she
    just adding labels to animation frames then she exports it with
    Flex Kit and then you can work with it like with an object with
    "states".

  • CP5 Project with inserted SWF animations

    We have a CP5 project with SWF Animations inserted on the slide.  The narration for the slide is on the CP5 project.  Is there a way to tell the SWF animation to pause is a student pauses the CP5 project?  I'm thinking some advanced action.  Also if they select the pause button on the SWF animation the animation's screen goes blue until the project advances to the next slide.
    As always thanks in advance for any help/ideas.
    Susan

    You won't be able to control the SWF playback with Advanced Actions in Captivate.  They're a bit limited in that respect.
    If you have access to an ActionScript developer, they might be able to create a solution for you.  AS3 is much more powerful than Advanced Actions.
    Your query seems to suggest that you have tried inserting these SWF animations in your project already and that there is a "pause button" on the SWF.  In most SWF animations that I've created in Flash and inserted into Captivate projects, the pause button on the main project also pauses the animation at the same time.
    So if your SWF is NOT pausing, it might be something to do with the way it was created.  Were these SWFs created in Flash or some other application?

  • Issue with looping swf animation - conflicting settings

    I have a captivate project where I use a click box “stop” to inhibit the slide from moving to the next slide. (The click box set to no action, pause until user clicks.)
    This forces the user (using the player control) to click the “forward” button to advance to the next slide. This is by design.
    I have a Flash swf file embedded in one of the slides. This Flash file does not have a stop function. It is meant to continuously play (loop). I also have this Flash file set to loop in the Captivate project file.
    The problem is this…
    The click box “stop” (pause until user clicks) seems to be causing the SWF animation file to stop at the end of the slide. I want it to keep playing.
    Does anyone have any idea as to how to do this? Is it even possible since I am essentially giving conflicting commands?
    I suppose I could embed another SWF file (that would command the Captivate slide to stop) but I am unsure how to script the swf to pause the Captivate project. I could also use an animated gif, but I would like to use a swf file if possible.
    Any ideas?
    TPK

    Hi 1970Skylark,
    I still haven't been able to figure out the mechanism, but I have been able to determine something rather interesting (but mystifying).
    If I take and drop a SWF (set to loop) or animated gif (set to loop infinitely) directly on a Captivate slide, and include a click box "stop" like I usually do, then when the slide timeline reaches the "stop" both types of animations stop.
    However, if I first drop either of those animations and drop them in a PowerPoint slide, then import the slide into the Captivate project, then the animations continually play (even though the slide timeline might be at its end).
    I haven't a clue as to why importing the PowerPoint slide changes the play behaviors of the animation, but it does. The problem with this approach is that I want to keep the file size of the project files down. Importing PowerPoint slides seems to cause some serious file size increases that I want to avoid.
    TPK

  • How to remove a virus that is reported to be in the text animation files of Captivate 8

    The virus protection program ClamAV is reporting a virus Swf.Exploit.CVE_2014_0564-2 exploit. in several of the Captivate program files that are located in the programs/Adobe folder (some of the text animations swf files, interaction files, and widget files- there are several text animation files that are not infected). How can I remove this virus. I found out in other forums that many other people experience the same issue. But I could not find a resolution yet.
    The scan reported that the following files were infected:
    C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Blade.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Blue_Aura.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Blurrywave.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Cascade_Dive.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Catapult.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Cloning.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\DePlume.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Elliptical.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Fade_In.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Feather.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Fillin_Blanks.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Flashlight.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Flight.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Flowright.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Fly_Away.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Fog_Lifted.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Futbol.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Giftwrap.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Green_Globe.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Gridright.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Hori_Scan.swf: swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\illusion.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Leading_Star.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Light_Passage.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Matador.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Mini_Starburst.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Modflare.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Multi_Wake.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Ornaments.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Paradigm.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Passby.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Pastel_Prism.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Pivot.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Prismflow.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Pythagorean.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Raindrops.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Red_Hot_Skew.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Reflect.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Rotate_Left.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Shufflecards.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Sidestep.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Slant_Slide_Blinds.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Sliced.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Sliding.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Slidingblinds.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Spindle.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Spintop.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Square_Roll.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Starburst.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Stuff_It.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Swingstack.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Take_Two.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Topsy_Turvy.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Tossup.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Trailing_Light.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Transition.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Trans_Pivot.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Trickle_In.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Turnabout.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Twinkle.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Twinkle_Trail.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Twirl_flip.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Typing Text With Sound.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Typing Text.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Wake.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Waltz.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Waveripple.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Whimsy.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
    C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Windblown.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Windmill.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Wizard.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\TextAnimations\Zoomout.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
    C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Interactions\Digital Timer.wdgt: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Interactions\hangman.wdgt: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Interactions\hourglass.wdgt: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Interactions\memoryGame.wdgt: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Widgets\emailIcon.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Widgets\pocastIcon.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Widgets\print.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Widgets\videoIcon.swf: Swf.Exploit.CVE_2014_0564-2 FOUND
      C:\Program Files\Adobe\Adobe Captivate 8 x64\Gallery\Widgets\volumeControl.swf: Swf.Exploit.CVE_2014_0564-2 FOUND

    Here is an update on this issue. Maybe it will help someone else. After many months of working with Adobe support, they finally helped me to remove all viruses from my computer. This included Adobe Captivate cleaning up their Captivate 8 code and removing the Swf.Exploit.CVE_2014_0564-2 virus from their Captivate program files. As my research showed, the danger with this virus is that it seems to be dormant until a visit to a website that activates it and then it can destroy all your data (that terrified me when I read that and I made sure I had lots of backups in the Cloud). I got lucky and it did not get activated.
    As it turns out, it's not only the text animation files but also the widget animation files. Following is the final correspondence with Adobe. I hope the links work too.
    These are the fixed program files that Adobe uploaded for me to access https://www.dropbox.com/sh/cyelu2yvkc0f521/AADRYR3X0n3nM7lmIUNMQokWa?dl=0. However, do not use the "text animations folder", there was a little bug left and they sent me a replacement for the text animations here https://www.dropbox.com/sh/ymen27rrba75mc2/AABwsQjCmxdQHvkSx5Kjybo_a?dl=0
    These are the steps they had me take and it worked for me.
    Download and extract the SWF Animations from the TextAnimations folder
    Take a back-up of the old animations which are located at “<Captivate Installation Dir>\Gallery\TextAnimations\” and “<Captivate Installation Dir>\Gallery\Widgets\”
    Replace the existing animations with the new ones in the same folder
    Open your Captivate project and delete all the old animations which were inserted, and then close Captivate.
    Even though the animations have been deleted, Captivate still holds them as internal resources. Hence, the following tool must be run :
    Download and extract the files in the CCFix folder(Win 32-bit or Win 64-bit)
    Place AdobeCaptivateFix.exe, CleanResources.bat and CPProjectsNSlides.dll in the Installation folder of Captivate 8.1
    Run CleanResources.bat
    Captivate opens in a special mode, where you get a file browser.
    Choose the files to be fixed and proceed. The fixed cptx files will be placed in the same location as the original. A “_fixed” suffix is added to the new cptx.
    Captivate automatically exits after this.Your file is now fixed.
    Now open the fixed project and replace all the deleted text animations with the new ones.
    I scanned my computer with ClamWin again and it still found the virus. This time it was in the Captivate Cache. Maybe it was from fixing the old files. I deleted all Captivate Cache files and I no longer got a positive Swf.Exploit.CVE_2014_0564-2 found report from ClamWin. YIPPPIEEEEE!
    It took almost 200 hours of effort to repair infected files. What I don't understand is how Adobe can have a virus in their Captivate program files and then make us fix the infected files manually. I have asked them to write a program to fix infected files (how hard can that be to automate the steps they gave me?). I never got a response.  That seems really sad.

  • .swf animations stop half way through?

    Hi!
    Urgent question about a problem that I would love to have fixed by tomorrow.
    I am using Captivate 3, probably trying to do some things that are not really recommended. I have recorded multiple demonstrations of a software product, then exported them as .swf files. Each of the demonstrations is about 15-20 slides long.
    I have a 'master' project of about 70 slides in length.
    I want to import the .swf files into my master project, so that about 15 slides will have one .swf on them each. I have a pretty complex menu navigation system - I want people to be able to go back and forth between the slides with the animations quite seamlessly from slides with static information on them.
    I am publishing the project as a standalone file - my idea is to have it as an autoplay CD. File size at the moment is about 12 meg. I have only imported 3 of the animations so far, and I already have a problem.
    When two of the animations get about 2/3 of the way through, they stop. I have tried inserting a dummy 15 second 'loading' screen on the page before them, and that made no difference.
    Can anyone help explain why I am having this problem, and suggest a solution?

    First of all, are the .swf animations recorded at the same frame rate as your master project? Default is 30fps. They need ot be the same so everything rols along at the same pace.
    Secondly, check the timeline of each slide is sufficiently long enough to allow the animation swf which it contains to play right through.
    What happens when the animation is finished playing? is there something pausing the slide before the animation has finished like a button or is the navigation of the slide set to auto return the learner to the menu slide when completed?
    Webbo

  • FLV in SWF over the web. Possible or Not?

    Is it possible to insert an FLV in a captivate project,
    publish it, and upload it to the web and watch it???
    apparently not. It works locally, it works if you publish to
    the 'C:\' drive and then download the file to another person's
    'C:\' drive and open it. But it doesn't work if you try to open it
    over a network.
    I'm simply creating a .cp file in a folder. Putting an .flv
    file in the same folder. Publishing the .cp file to create the .swf
    and .html all in the same folder. I even take out the full path to
    the .flv file so there is nothing but the filename. It doesn't work
    except locally on my machine.
    It seems ridiculous that this wouldn't work over a network or
    the web. It works if you embed video in a swf and insert it as an
    animation, but that is lame (super huge file size).
    - mm

    Maybe this help you out
    http://www.raisingaimee.co.uk/index.php?option=com_content&task=category&sectionid=4&id=14 &Itemid=28
    they have flv playing on web and some information may
    help

  • 0 down vote favorite share [fb] share [tw]        How to hide cut/copy/paste/Replace- menu on the UIWebView when it is being displayed over the keyboard.  Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text b

    How to hide cut/copy/paste/Replace… menu on the UIWebView when it is being displayed over the keyboard.
    Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text box it shows the keyboard. Now If user tap and hold on text box it shows a popup menu. Now while keyboard and pop up are being displayed user scrolls the view. At this time it shows pop up over the keyboard which I need to hide.
    I tried setMenuVisible of UIMenuController when popup rect and keyboard rect intersects each other on viewDidScroll but it didn't help me.
    Any clues will help a lot.
    Thanks.

    You are more likely to get an answer if you post programming problems to the Developer forum. This forum is intended for normal user level problems.

  • Inserted swf animation plays slowly 50% of the time.

    Hi, I am currentlyhaving a problem where i am trying to add a swf file animation to a captivate 6 project.
    the swf is made in flash 4 and is at most 2mb big.
    there is lots of moving things in the swf file.
    Basically, when i add the swf to any project (heavily tested) or even a blank project:
    the cpu jumps to 45%ish
    the animation plays slowly at points or constantly, if i move forward a page, then move back it pretty much always is smooth like it should be but if i go to next page then back again, this time it could be slow.  there seems to be no tangible pattern to whether or not the animation will run choppy or smooth.
    My animation originally was in layers, i systematically broke it all down so that everything moving is on the first layer now.
    There's a lot of masks in my animation.
    Both captivate and flash are/were set to 30 fps.
    I have been trying to fix this for weeks now but to no avail, i have exhausted every bit of advice i can find. 
    Remember, the problem still persists even on a blank project.
    If anyone can help me, that would be greatly apppreciated.  I will be around for the next hour then on again tomorow (and the day after, and the day after)
    thanks

    ok, i got into contact with adobe.  Afer about 30 mins it seems the problem is only when i preview, when i actually publish the project, it is fine. 
    So for other people experiencing this problem, publish your project (even publish a dummy copy) and test that if your previews are playing back slowly and unpredictably.  I get the feeling this is a problem thats been happening with a lot of people because nobody wants to publish something that doesnt seem to be working.

  • How do I get the SWF file to send a variable to HTML file

    I am new to flash and trying to figure out how this is working. I have a task to upgrade a web site. I have a map of ND with some cities on it. I needed to add a new city to the SWF which did not seem to be hard (asuming I did it correct). The action on all the buttons for each city look like this except the name after the # is the city selected.
    on (release)
        getURL("locations_info.html#minot", "location_content");
    In HTML code snip that controls this looked like this :
                          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="627" height="400">
                            <param name="movie" value="flash/map.swf">
                            <param name="quality" value="high">
                            <embed src="flash/map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="627" height="400"></embed>
                          </td>
                        </tr>
                        <tr>
                          <td align="left" valign="top"><IFRAME src="locations_info.html" name="location_content" width="627" height="190" scrolling="no" frameborder="0"></IFRAME></td>
                          </tr>
                      </table>                 
                      </td>
    snip from the locations_info.html file looks like:
      <tr>
        <td align="left" valign="top"><table width="687" border="0" cellspacing="0" cellpadding="10">
          <tr>
            <td align="left" valign="top"><p class="maintext12"> </p>
              <p class="maintext12"><strong><a name="minot"></a>Minot/Home Office</strong><br>
                408 20th Ave SW, Suite 101, Minot, N.D. 58701<br>
                Main line: (701) 852-5383<br>
                Toll Free: (800) 735-4955<br>
                Fax: (701) 852-6272<br>
                Office hours: Monday - Friday 8 a.m. to 5 p.m.</p>
              <p> </p>
    Can someone help me understand way when I run this from my system it should load and address information for the correct city from the locations_info.html file but it doesn't. Nothing shows up..
    Jeanne

    If all of the other getURL() directives in the movie use the same syntax for the named anchor link then that part should be OK. In the html document, locations_info, again, if all of the named anchors look like the one that you listed, then you may just need to clear your cache to get the new anchor to work.
    The a name="XXX" anchor is being depricated in some browsers. You can use id="XXX", or both, instead. Although if one works, they should all work.

Maybe you are looking for

  • Update GCC on mac os x 10.7.4

    Dear, I need a newer version of gcc to compile libgimli (http://sourceforge.net/projects/libgimli/) under mac os x 10.7.4. I already tried macports, homebrew and compiling from hand, but I keep getting errors. Below is the error if I use Homebrew. Ho

  • Script to automatically duplicate files/folders?

    I can't search this on Google because of all of the "duplicate removal" scripts, so I'm asking: I have a folder that is changed very often that is not very large. I need to keep backups of it frequently (I'd say twice or thrice a day). Currently, I j

  • BIP Standalone 10 : JDBC  & pool

    hello,   I need  to know how BI Publisher define a pool connection  for a  datasource JDBC. in witch file it's configured? BI Publisher  is  deployed on Jboss Regards

  • Problem in Activating Master Data 0mat_plant!!

    hi David, You mentioned that you faced the same problemm I am having the same problem activating the 0mat_plant... It is says that the object status is inactive & try to activate it... Can you tell me what u did??? The steps I did was.... Hi All, I a

  • Reading Metadata Tags from FLV

    For an example - before the .flv plays I want to add all the cue point data to a list so then a user can seek through the video from a list - instead of the cue point data to be added to a list when the stream reaches the event time tagged? Thanks, G