Captivate/Flash Movie Starts Automatically

I'm learning to use RoboHelp X5 and tried placing an .swf
(Flash movie) that I created with Captivate within my WebHelp. In
Captivate I added a playback control bar (forward, pause, play,
etc.), which works great standalone. However, after generating the
WebHelp, when I view the page that the movie is on, the movie
starts automatically---actually it waits about 8 seconds, but then
just starts. I would expect the person viewing the movie to have to
use the playback control to manually start the movie. Is there an
option somewhere that I need to turn on/off?
Thanks,
John

Hi John and welcome to the community
There are two ways I'm aware of that can be used to
accomplish this.
The first and possibly simplest way is to simply insert a
click box at the very beginning of the movie. By default, click
boxes are configured to pause the movie until the user interacts by
clicking the click box area. Actually, if you are presenting your
movie in .EXE format, I believe this is the only way you can
accomplish it.
The second way is to configure the HTML code used in the HTML
Companion page. Obviously this only works if you are presenting
your movie in .SWF format and using the companion HTML page to
display the movie.
Captivate creates the following code when you create Flash
(SWF) output and select the Export HTML option.
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8">
<title>Movie Title</title>
</head>
<body>
<center>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="640" height="480" ID="Captivate1">
<param name="movie" value="MovieName.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="loop" value="0">
<embed src="MovieName.swf" width="640" height="480"
loop="0" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" menu="false"></embed>
</object>
</center>
</body>
</html>
If you amend this code by inserting <param name="play"
value="false" /> and play="false", you achieve the goal of
displaying the movie in a "paused to begin with" state.
Amended code is below
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8">
<title>Movie Title</title>
</head>
<body>
<center>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="640" height="480" ID="Captivate1">
<param name="movie" value="MovieName.swf">
<param name="play" value="false" />
<param name="quality" value="high">
<param name="menu" value="false">
<param name="loop" value="0">
<embed src="MovieName.swf" play="false" width="640"
height="480" loop="0" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" menu="false"></embed>
</object>
</center>
</body>
</html>
Hope this helps... Rick

Similar Messages

  • How to make a movie start automatically and loop continuously

    Hi there,
    Two beginner questions here for a kind helpful person out there. I have searched the Encore help option but the answers all refer to menu options.
    I have exported a simple movie from Premiere into Encore. There is no menu. It if for a museum and the client wants to simply insert the DVD and for it to launch itself and then play on a continuous loop. They don't want any interactivity.
    So, my question is how do I apply a simple, 'on insert - play' rule and 'on end - go back to beginning and play' so that this happens automatically?
    Thanks in advance for any help.
    M

    Hi peachespeaches,
    rightfully, at the Menu>properties>Motion>just make sure the "Loop #:" stated "Forever" and your "Loop Point" and "Duration" will automatically adjusted when you insert the movie clip on the background of your Menu. I'm using a CS5 Encore... Trying out for very long time yet couldn't achieve it... However, I use to do it on Encore 1.5, no problem at all, it works! Just don't know why it doesn't on CS5 Encore... I'm suspecting that the software I'm holding might have some problem? Hope you are using CS5 Encore also, could you try on and let me know if it works on your side?
    Jaze,
    [email protected]

  • Transparent background in Captivate Flash movie on all slides

    hi im trying to make background transparent, and I've achieved it in first slide of presentation, but when slide changes the background changes to white.
    Im using transparent png as tile in stage background and changed parameter in html file - so.addParam("wmode", "transparent");
    The presentation is in:
    http://intersiec.com.pl/captivate/index.html
    The source file:
    http://intersiec.com.pl/captivate/szkolenie.cptx
    Can You help me make whole presentation background transparent?
    Best regards,
    Kamil

    Hi Erik
    The fact so much time has passed since your first post would seem to indicate you have managed to stump all of us. LOL
    I know way back around Captivate 1, 2 or 3 I would play with creating a transparent background, but I also recall that one of the versions seems to have unfortunately broken that.
    Frankly, I'm surprised you are able to coax the initial load to be transparent. And about the only think I can think of to suggest here is to look at the properties for slide 2 forward and see what's different between them and the first slide. Master Page? Maybe by doing that you will find the "secret sauce". If you do, please share!
    Cheers... Rick

  • Resizing Flash Movie to Size of Site

    I am developing a html Web site with a flash intro
    and need help because I am learning all over again, not having done
    it in 3 years.
    The screen is to start out white and fade to silver, which I
    did quite nicely after many frustrating moments of relearning and
    conditioning and realized it was quite simple. The movie is 600x400
    and I developed the site at 1028x768 with my html layer for the
    site at: <div id="Layer1" style="position:absolute; left:125px;
    top:7px; width:686px; height:623px; z-index:1">. The flash movie
    layer is: <div id="Layer1" style="position:absolute; left:128px;
    top:-68px; width:602px; height:424px; z-index:1"> which I
    changed to the html one and it did not work.
    Then I went back to Flash and tried to change the movie size.
    Well that was a trip. The stage is somehow off center to the right
    and when I used the hand to move it, it did not work
    Anyway, what I am trying to do is start the page off with a
    white background full screen and have the flash movie start out as
    white with a black dot and then fade to silver until the dot turns
    into the logo. The flash movie does this, but I can't figure out
    how to put it on the first page so when viewed the user will only
    see the movie and not the movie with a white background. Also can't
    figure what glitched when I was playing with it to get the stage
    off centered.
    If you want to see the movie, I can show you and please no
    jokes because the item my friend is selling is a bit different but
    highly used
    Thank you in advance...StarShine

    Am I missing something or your long story has nothing to do
    with "Resizing Flash Movie to Size of Site"?
    If you want your flash file to be displayed full
    size in browser window try setting the "width" and "height"
    parameters in "object" and "embed" tag to "100%".

  • Multiple Flash Movies in Captivate 1.0

    ok, heres the problem!
    I have imported a sound control into captivate which gives me
    better savings on the audio file size rather than letting captivate
    do the compression. These controls are limited to play and pause.
    well the problem is that I forgot to add a 'rdcmndPause = 1'
    command to the pause button actionscript and a subsequent
    'rdcmndResume = 1'. So although the narration is pausing and
    playing as you would expect, unfortunetly the slides are still
    playing onwards.
    has anyone taken a stab at controlling imported flash
    animations from other movies?
    I suppose the concept is that rather than re-export all of my
    narration files across again with the additional actionscript I
    would like to be able to add a small 'widget' which checks the
    status of the sound file and acts accordingly?
    Any help would be greatly appreciated.

    It seems that when you import an external flash movie into
    Captivate 1, the full path is...
    "_level0.slide0__image_mc.s0_i9_swf_mc.m_swf_mc"
    ...this was the start of the solution for my problem so I
    thought it best to post in case it helps out anyone else.
    BTW - The slide number changes (obviously) and so does the
    'i' reference depending on the attributes you have given to your
    imported movies.

  • Flash movie controlling Captivate navigation in an Aggregator project

    Hi everyone,
    I have a Flash movie which shows a Continue button after an interaction is completed by the user. This functionality prevents the user from clicking through the interaction slides so there is no captivate playbar or nav available. This Continue button works fine in advancing the Captivate movie that contains the Flash movie while published as an individual captivate file. However, when I take that published captivate movie and load it into an aggregator project, the communication of the cpCmndGotoSlide variable does not function properly. I'm using the following code in the Flash movie:
    // captivate access...
        var myRoot:MovieClip = MovieClip(root);
        var cptxMovie:MovieClip = MovieClip(myRoot.parent.root);
        var slide:String = cptxMovie.cpInfoCurrentSlide;   // get current slide for workaround below
    // Continue button handler...
    // cptxMovie.cpCmndNext = 1;  // wouldn't work at all
    var theNextSlide:Number = Number(slide) + 1;       // workaround for cpCmndNext not working
    cptxMovie.cpCmndGotoSlide = theNextSlide;
    Is this because I'm calling the root, and the root is the outermost parent (the aggregator movie) and I need to communicate with the immediate parent of the flash movie (the submodule captivate)?
    How can I access the intermediate captivate while it is in aggregator?
    This is an AS3 flash and captivate and I'm using Captivate 5.
    Thanks in advance!
    Brian

    Hi Tristan,
    Thanks for the reply and the great code!
    I tried it out and got the dynamic text field to display that it had found the main timeline, however, it still would not advance properly. Maybe I'm not doing something right with it. Here's how I had it:
    // captivate access...
    var cptxMovie:MovieClip = getParentWithProperty("cpCmndGotoSlide", this);
    var slide:String = cptxMovie.cpInfoCurrentSlide;
    function getParentWithProperty(propertyName:String, startFrom:DisplayObjectContainer):MovieClip {
              if (startFrom.hasOwnProperty(propertyName)) {
                        trace("Found the Captivate Main Timeline");
                        checkCode.text = "Found the Captivate Main Timeline";
                        return startFrom as MovieClip;
              else if (startFrom == stage) {
                        trace("Could not find the Captivate Main Timeline");
                        checkCode.text = "Could not find the Captivate Main Timeline";
                        return null;
              else {
                        return getParentWithProperty(propertyName, startFrom.parent);
    // advance button handler...
    function advance(e:Event):void {
              for (var i:uint=0; i < orangeCircleArray.length; i++) {
                        orangeCircleArray[j].removeEventListener(MouseEvent.ROLL_OVER, onRollover);
                        orangeCircleArray[j].removeEventListener(MouseEvent.ROLL_OUT, onRollout);
              var slideNum:Number = Number(slide);
              var theNextSlide:Number = slideNum + 1;
              cptxMovie.cpCmndGotoSlide = theNextSlide;
              btnContinue.removeEventListner(MouseEvent.CLICK, advance);
    Thanks! Brian

  • How to make a Quicktime movie start when I want, not automatically?

    Is there any way to control when a Quicktime movie starts playing? I can pause and resume it pressing the K key, but I would like the ability to start a movie inside a slide clicking a key or the mouse.
    Any ideas?

    Hugo, in Keynote movies automatically start whenever they appear on a slide, either because they have "built in" on a slide, or because the slide they are on has transitioned in (and the movie has no build itself).
    Given this, there are two ways to control the start of a movie. One is to put the movie on a separate slide, and advance to that slide when you want the movie to start. If you like, you can do a screenshot of the first frame of the movie and put that on the prior slide, so that it looks like the movie is paused on the first frame, and when you click, it runs. If there is no transition effect used on the second slide, the audience won't be aware that you have used two slides to achieve this effect.
    The other way to control the start is to assign a build to the movie, so that it builds in on a click. Again, you can have the first still from the movie already on the slide, and then, when you want to play the movie, have it build in directly on top of the still -- this will again give the appearance of a stopped movie suddenly starting up.
    PowerMac G5   Mac OS X (10.4.4)  

  • Movie will not start automatically on slide in Keynote 09

    I have watched the "how to" videos, read the manual and appear to be doing exactly what was instructed to add video and audio.  Nothing is working.  The movie will only start on a click (I selected "start automatically") and in preview mode - not in the presentation itself when playing. 

    I had the same problem. Here is what you need to do:
    1. Collect all your videos in one folder on your Mac
    2 Through iTune transfer them to iPad via photo. Now they will be on your iPad
    3. Open your presentation in Keynote on iPad.
    4. Delete he video.
    5. paste he video from your folder with the video in your iPad
    6. automate it to come as a cube.
    All set to go

  • Flash Movie to Play Sitewide w/o Re-Starting...

    Hi,
    Is it possible to have a Flash movie play sitewide without
    re-starting on each page and without using frames?
    How?
    Thanks!

    You could hack something with unique URL's to get the SWF to
    stay on the correct section. I've seen some interesting ideas in
    this train of thought for making the SWF work with the back button
    of the browser. Essentially, you would cause each "page" or
    "section" of your SWF to change the url to something like "
    http://www.myWebsite.com?sect=portfolio"
    changing the ?sect= at the end each time. Then, have the HTML
    auto-read that URL variable and pass it into the SWF. In the SWF,
    check to see if the variable exists, if not, play from the start,
    if it does, go straight to that section. This would mimick the type
    of behavior you are looking for, and you would have the added
    benefit of a browser page-like structure that works with the
    back/forward buttons.
    The downside is you would need a page-refresh in-between SWF
    sections, though the SWF would be cached, so the user wouldn't need
    to re-download it. Of course, you could use some AJAX structure to
    get rid of the white flicker of the screen...... but that is
    another discussion entirely.
    Hope I gave you a good starting point for some play. It may
    be more of a hassle than its worth to do this, but definitely
    possible.

  • Making a flash movie delay before starting for the first time

    Flash noob here. I've currently got a little bit of
    actionscript in my flash movie which makes it loop a couple times,
    and then pause, before looping over again, and then pausing again,
    and wash-rinse-repeat, which is fine.
    But now what I also need is to add a small bit of code
    (preferably on the first frame) which allows me to set a delay
    time, that the movie will just appear to be paused, but it should
    ONLY do this the first time. Every other time, the movie should
    loop like it does normally.
    The reason is because I've got about 3 movies on my page,
    when one stops moving, I want a 2nd one to start, then when that
    one stops, the 3nd will start, and when the third one stops, the
    1irst one will start again, etc. so I have to time it just
    right.

    If it might help, here's the code I have so far. The movie
    has 17 frames. But that shouldn't matter, I was going to just go by
    the loop count, and try to even them up that way.
    frame 1
    function pause(){
    play();
    clearInterval(timer);
    loopCount=0;
    frame 16
    if (!loopCount) {
    var loopCount:Number = 0;
    loopCount++;
    if (loopCount < 5) {
    this.gotoAndPlay(1);
    } else {
    this.gotoAndPlay(17);
    frame 17
    stop(); // 60000 = 1 minute
    timer = setInterval(pause, 10000);

  • Flash movies "paused at start"

    I'm a total newbie to flash, so go easy...:)
    I've a flash movie created from a wmv I have, which I want to
    play on a website. I've worked out by dragging the flv into Flash
    it gives me the options to create the skins for the player etc,
    which is all fine. I can even publish it and get it to work -
    http://swanningabout.co.uk/flashMovie/movie.html
    However, in my "publish settings" options I've ticked "paused
    at start". However, as you can see in the above link the movie
    plays right away. Looking at the source, the "play" parameter is
    flash so I can't see what the problem would be?
    Am I missing something?
    Many thanks in advance,
    Ed Ludlow

    Hi Ed
    That function is not used for other things then the basic
    timeline control.
    Therefore what you need is following:
    Select your FLVPlayback component and move over to the
    properties panel, and set the AutoStart parameter to false.
    That's it.
    Cheers

  • IPhoto (7.1.5) doesn't start automatically Quicktime player 10.0 with .mov

    Hi
    I'm running iPhoto 7.1.5, I'm using OS 10.6.2 and Quicktime 10.0
    I don't know why all .mov sequences under my iPhoto library don't start automatically anymore.
    I have to locate the original file into finder and double click the .mov file into its folder.
    Does someone can help me
    Thanks.

    I'm running iPhoto 7.1.5, I'm using OS 10.6.2
    It's possible Snow Leopard is not compatible with all the settings in the older versions of iPhoto.
    I don't know why all .mov sequences under my iPhoto library don't start automatically anymore.
    Did it work prior to updating to Snow Leopard?

  • When both plug-in objects and jQuery mouse events are present, Firefox re-starts the plug-in object (eg Flash movie) after a jQuery mouse event occurs. This doesn't happen in any other browser. How can I get around this?

    Please check http://www.syus.com for an example. There is a Flash movie underneath the main navigation. The main navigation has a jQuery mouse event, and when you mouse over a button in the main navigation, the Flash movie re-starts. I can confirm that this happens not only on Flash swf files, but on standard <object> YouTube embeds.

    Ok, I promise this is my last post without your help. I did some more troubleshooting and it only seems to happen when jQuery appends elements to the body that were previously invisible. In other words, I can simply change the css in jQuery from using element.css('display','inline'), but if I try to use something like slideDown or other jQuery tooltip functions that append and/or remove elements or style definitions it causes the "object restart" bug.
    It is impossible for any developer to eliminate this bug without changing the actual source of jQuery, which I can't do. My only other option is not to use sophisticated show/hide jQuery elements like drop-down menus and tooltips on the same page as an embedded object, but I don't want to do this since Safari, Chrome and even IE (dear God) users won't have a problem with this. I think this is a major major bug that should be fixed in Firefox 4 as more and more sites will be looking to use the latest jQuery plugins.

  • Since updating to 10.9.2 iTunes starts automatically when watching movies via Safari, that annoys

    Hi
    since the most recent update, iTunes starts automatically. I can quit iTunes at least 10 times since it finally stops to launch.
    Any idea, why?
    thanks in advance

    Thanks for your helpful hint, but unfortunatly it did not solve the problem. I know, its rather difficult to explain:
    I use the same order on MacBook Pro & Mac Mini (sorted by name in descending order). Both display the photos in iphoto correct as follows:
    "20111009 London
    20111008 Festival
    20110924 Marriage
    20110820 Summer
    20110617 Italy
    20110524 Spring
    ...etc...
    20030101 Wintertrip"
    But on apple tv 2 - only when using the Mac Mini as the source - the order is wrong like this (on apple tv 2):
    "20110924 Marriage
    20110820 Summer
    20110617 Italy
    20110524 Spring
    ...etc...
    20030101 Wintertrip
    20111008 Festival
    20111009 London"
    Using my MacBook Pro as source for the apple tv 2: everything is fine, the sort order on my apple tv 2 is correct. I imported "20111008 Festival" and "20111009 London" both after the update to iOS5, when I returned from London. I updated my Mac Mini, MacBook Pro and my apple tv 2 (ios5, iphoto 9.2 and iTunes 10.5).
    I did another test and changed the sort order on the Mac Mini to be sorted by date and in ascending order. This had no effect to the way the photos are displayed on apple tv 2. The photos are still displayed wrong as described above ("20111008 Festival" and "20111009 London" are put to the very end). It seems, as if apple tv 2 does simple ignore the sort order given by Mac Mini. On apple tv 2 I have to scroll down to the very end to watch my Festival photos and my London photos.
    I have two apple tv 2 and the problem is just the same. This is why I thought it might be a problem of my Mac Minis iphoto library or the way it is transmitted via iTunes.
    E.

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

Maybe you are looking for

  • Need Help, how to create more than one rectangle from one button in one stage of canvas

    Dear Guys, I has problem to create more than one rectangle canvas from one button. here my role to create : 1. I create input size with textfield 2. I click button called "submit query" 3. My web will create a rectangle with specific size. My problem

  • Is there a video generator for lines?

    I'm still drawing circles, squares, and lines to overlay on my videos. Some time ago when I needed to make circles and squares, but didn't know how, someone here (Piero I think) told me about a great plug-in generator called Frames for just that purp

  • FM  to insert info type 0008 for indirect evalutaion

    Hi, can i use hr info type operation FM, for inserting info type 0008 because annual salary is indirectly evaluted? is there any other FM which does this calculation and insert info type 0008. Thanks, Kranthi.

  • URGENT - Random Restart Reboot only when Plugged in

    I am marking this urgent because I have a term paper due in a couple of days, and this is happening at the worst possible time. My MacBook, as of last night, has begun shutting down and rebooting automatically. Once it reboots, it finishes loading ev

  • Nothing display on creen

    I open webpage:"http://crackzplanet.org/get_217869_Alias.SketchBook.Pro.v2.0_crack.html" but nothing display.Only this page.