Scaling Captivate videos in RoboHelp Multiscreen

RoboHelp HTML 11, Captivate 7
I'm including Captivate videos into my Robohelp HTML project. I need to be able to shrink the video "object" to fit in our window. 
Rick, you've answered this question several times over the years, such as here: Re: How do you scale captivate file in Robo 9 to fit the screen?  In my case, the output has to run in Internet Explorer without Shockwave Flash enabled.  (Also, the user won't have RoboHelp or Captivate installed, if that matters).  I'm told that our Captivate demos were published in "Scalable HTML" format. I was using Multiscreen as the output, but I'm open to one of the other HTML outputs.
I tried it two different ways:
I imported the Demos using File --> Import --> Adobe Captivate Demo --> HTML5 Output, then selected the appropriate index.htm file. The videos run, but resizing the text box or demo "object" only crops the video.  We even tried saving them in a smaller size in Captivate, but they seem to be the same size in RoboHelp.
I imported the project (*.cptx) using File --> Import --> Adobe Captivate Project. Doing this, I can resize the video (and watch it using that "viewer" that appears after I click "Generate"). However, when I run the index.htm file in Internet Explorer (as I assume the users will do), the video is blank unless I enable Flash. (This is despite the fact that I checked "Use Adobe Captivate HTML5 Output" in the Multiscreen layout!)
What's the best way to approach this?  (I hope you're not going to tell me that I have to put everything into Baggage, because as you've pointed out in the past, that would be a very big job.)
Thanks.
-- Shawn

Hi Shawn
Unless you want to host the Captivate output separately from RoboHelp and just link to it where needed, you are going to find yourself a bit "stuck" with the baggage trick.
If the content needs to scale, you have a couple of ways to deal with it.
1. You can simply link from a TOC page to the html page for the Captivate output. Using this method should cause the Captivate output to scale to the topic frame.
2. You can insert an InlineFrame and point its content to the Captivate html page in Baggage. You would then need to configure the frame to be 100% wide. You would take this approach if you have other content that needs to come before and/or after the video.
I would heartily encourage you to report the pain points of being forced to add Baggage folders and files as a bug to Adobe using the link below.
Click here to view
Cheers... Rick

Similar Messages

  • Imported Captivate video playbar doesn't display close captioning icon

    I've imported a captivate 6 demo into robohelp 10 and everything works perfectly, except that the closed captioning (CC) icon does not display on the Captivate playbar. It shows up just fine in Captivate, but not in Robohelp.
    I've tried externalizing the skin to import into Robohelp and I still get the same result. The CC icon doesn't show up in the playbar. I have to have closed captioning in my work environment for my Captivate videos. Can anyone help?

    Hi there
    Screen captures might prove useful, but if you are to provide them, you will need to use the camera icon and upload them here.
    When you are linking to the Captivate, how are you doing it? Are you pointing to the SWF or are you using HTML 5 output from Captivate?
    Cheers... Rick

  • Captivate videos in RH 5

    I have a Captivate video that I want to link to from within a
    RoboHelp X5.02 topic. It's a software demo of the application for
    which I've created the help. I can link the video ok, but when it
    displays in the topic pane it's too small. When I maximize the help
    window, everything looks great.
    Can I insert a script that would resize the help window upon
    launching the Captivate video and then resize it back after the
    video has finished? I guess the alternative would be to include the
    words "maximumize the help window" as part of the link that
    displays in the topic.
    Would the resize function be controlled by the application
    programmers instead, since they are calling the help window in the
    first place?
    Thanks,
    Jim

    It sounds like an easier solution would be to fix the size
    problem of the video. Does it have a fixed width and height? If the
    width and height specs somehow are percentages, I think that would
    explain the video looking different when you have different sizes
    of windows.
    --Ben

  • Working with Captivate videos

    I've been trying for a while now to find the best way to
    incorporate Captivate videos into my (html) help projects and
    haven't found a solution yet. The video files either display much
    too large or appear very fuzzy or out-of-focus when we try to
    resize them for better display. The file sizes have also been an
    issue, since these tend to be quite large. I'm currently running
    RoboHelp 7 HTML. Any help or insight on this would be greatly
    appreciated.
    Thanks very much in advance.
    Sincerely,
    Dave

    Hi Dave
    When Captivate creates output in SWF format you usually end
    up with a few different files.
    * .HTM file to present the whole thing
    * .SWF containing the main part of the movie
    * .SWF containing the skin and playback controls
    * standard.js (a JavaScript file)
    I'm hopeful that strides have been made by Adobe so just
    pointing at the .HTM file is now sufficient. So assuming it all
    comes in fine, you could then just open the .HTM page Captivate
    creates and ensure it opens in a new window so as to maximize
    available playback space.
    Other than that, always create your Captivate projects as
    small as you physically can.
    Cheers... Rick

  • Embed a video in RoboHelp HTML 10

    Hello,
    It seems a few people have asked questions similar to this but I haven't found a good answer. We create videos in Camtasia as MP4 files. We would like to insert the videos into RoboHelp 10. The output we are using is WebHelp and I need the videos to work in Chrome, Internet Explorer, and Firefox. I'm not HTML savvy, however one of the developers here helped me and we inserted this into the HTML:
    <video width="320" height="240" controls="">
      <source src="VIDEO_FILEPATH" type="video/mp4">
    Your browser does not support the video tag.
    </video>
    And removed:
    <object data="VIDEO_FILEPATH.mp4"
      classid="CLSID:02bf25d5-8c17-4b23-bc80-d3488abddc6b"
      codebase="http://www.apple.com/qtactivex/qtplugin.cab"
      type="video/quicktime"
      style="border: none;">
    <param name="src" value="Images/ConfiguringArcGISDesktopConnections.mp4"
      />
    <param name="autoplay" value="false"  />
    <param name="autostart" value="false"  />
    <param name="ShowControls" value="1"  />
    <param name="controller" value="true"  />
    </object>
    The output worked great in Chrome. In IE 10, the video didn't display at all. In Firefox the audio played but no video (although on the developer's machine it worked fine).
    I have TCS Suite 4 on my laptop and have never really used Captivate. So it's possible I could convert MP4 in Captivate to another format if that will work.
    These files will be deployed on internal servers, not on the Internet.
    Any help would be greatly appreciated!
    Ken

    Ken, until Adobe finally creates a version of RoboHelp that makes anything other than Captivate easy to do, your likely best approach will involve carefully re-creating the Camtasia folder structure created in the output you produced, then carefully adding baggage files from each of the folders to your RoboHelp project.
    Once you have done all this, you then link to the HTML page Camtasia created that presents the video.
    I would strongly encourage everyone to hammer Adobe with feature requests to make this process better and more seamless. Video is everywhere!
    Click here to file a feature request
    Cheers... Rick

  • Captivate videos created in RH9 cannot be found in RH11

    We just upgraded from RH9 to RH11 and our Captivate videos now have errors "file or directory cannot be found". Any ideas?

    Hmmm, was the captivate video added as an element in an existing Topic page? Or was it added to the project where you import the Captivate HTML page?
    Here's my thinking. The link seems to be attempting to open an HTML page that doesn't exist for whatever reason. Unfortunately there are many ways you may have created that link.
    Have you tried adding the content as Baggage? Perhaps that's the answer here. To add as Baggage.
    In your Project Manager pod, try right-clicking the Baggage Files folder and adding that way. If you don't see a folder named Baggage Files, the right click action should present Baggage File on the context menu after you click New.
    Cheers... Rick

  • Load limitations for Captivate Files in RoboHelp?

    We are investigating RoboHelp 9 as a solution for an upcoming help project that would involve a large number of Captivate demos (approximately 70) ranging in size from 1 - 5MB. Has anyone run into issues using large numbers of Captivate files in a RoboHelp project? Is there a maximum file size for Captivate demos in RoboHelp? Any other issues? I'd be very interested in hearing from anyone with experience in this area.

    Welcome to our community
    There really shouldn't be any load limitations other than those imposed by the Captivate files themselves. My guess is that you plan on using WebHelp, no? And if you are, the Captivate demos will be loaded as needed from the server. So the only lag you will see is the delay for what it takes for the server to serve up the demo itself.
    Hopefully this answers your question. If not, post back and we will take another stab at it.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Captivate movies in RoboHelp

    I'm looking for information/instructions on how to integrate
    Captivate version 3 movies into RoboHelp. If anyone has
    suggestions, I'd appreciate your help.

    Hi Jay
    I provided you two links over in the Captivate forums about a
    week or so ago. Although the links were for Captivate 2 and
    RoboHelp X5, the process hasn't really changed. So those links are
    valid. At least for RoboHelp.
    As for Frame, you will need to find someone that has dealt
    with that extensively. I don't know Frame. Maybe someone else here
    can help with that.
    Cheers... Rick

  • Adobe captivate video publisher upload button does nothing

    Hi, on 2 different machines, the adobe captivate video publisher upload button does nothing.  Add to that support says it's not available when I called in on a trial product.  Hmmm if you won't help BEFORE I buy, what will happen after?  c'mon... i've purches thousands of dollars worth of adobe software and currently own the creative cloud ...and I get the brushoff like that?  Oh and the chat system wasn't working becuase the queue was too full....

    lol.  Great day.  Just not for Adobe! .  Worked fine on my older imac 27", but not my 2 new machines at work... macbook air and pc with a lowly 24gb ram... go figure.

  • Aggregated Adobe Captivate Video in Flash Media Server

    Hey,
    Has anyone attempted to implement a captivate video into Flash Media Server?
    I specifically need to know if an aggregated Captivate video will work in Flash Streaming Server. The reason I am not sure that it will is because there are multiple .swf files that an Aggregated video must communicate with and I wonder if that will cause any issues.
    Please let me know if you've run into any problems, if this works, or if you have any other information.
    Thanks!

    So an Aggregated Captivate Video is basically a compilation of several other Captivate Videos. To see what I mean, open up Captivate
    go to File --> New Project-->Aggregator Project.
    Choose the .swf files of published projects that you want to run together as a single video (aggregated .swf).
    Then, publish the Aggregator Video and you will generate a .swf file that plays all the ones you selected previously.
    So basically I am worried that Flash Media Server won't work because the main video file (the aggregated .swf) uses the component .swf files to play.
    Any thoughts?

  • Publishing Captivate quiz using RoboHelp HTML 9

    I am trying to publish a quiz made with Captivate 4 using RoboHelp HTML 9 webhelp pro output.  The quiz is saved on a network drive and I tried to link out to it from Robohelp but that did not work so I imported the quiz html file into Robohelp and I can view the quiz using the goggle tool in Robohelp but when I publish the screen is blank.  Does anyone know what I am doing wrong and how to get it to work?  This is my first time trying to use Captivate with Robohelp. 
    Thanks,
    Chrissy

    Did you also import the SWF and JS files as well as the HTM?

  • Captivate Video into Indesign

    Good Morning!
    I've been given the task of updating our company's help text from an old school HAT to Adobe Indesign. We decided to go this route because you can make the documents interactive and incorporate video. However, I've looked everywhere and I don't see any tutorials on integrating a Captivate video into your Indesign document. Can anyone here tell me if that's possible and, if so, where I can learn how to make it happen?
    Thanks!
    James

    Hello,
    I have tried it once, with InDesign CS5 but because I couldn't get it to be functional, I converted the InDesign document to a PDF and inserted the CP-SWF's in the PDF. That is of course not the same as what you want since you want to have an interactive InDesign doc.
    This is an interesting question, think I should try again and be back if and when I have an answer. Or perhaps someone else has already tried this out?
    Lilybiri

  • Adobe Captivate video encountered an internal error (unable to understand category list).

    Using Captivate 6 (64bit) on Windows 7 machine. When I try to upload a demonstration video to YouTube I get the error: adobe captivate video encountered an internal error (unable to understand category list). Any ideas what would be causing this?

    I am indeed running version 6.0.1.240 here are the screen shots:

  • Can't embed a Captivate video (swf) into Power Point 2007

    I am trying to embed an Adobe Captivate video (swf) into power Point 2007. I very carefully followed all the steps outlined from a search I did on the web and it is not working.
    These are the steps I followed:
    1. Create a simulation using Adobe Captivate and publish it as a SWF file.
    2. Open the PowerPoint presentation and insert a blank slide for adding simulation.
    3. We need to work with the Developer tab now. If you can't see it in the ribbon, follow these steps to make it visible.
    (steps to get developer)
    4.On the developer tab, in the Controls group, click More Controls
    5. In the list of controls, click Shockwave Flash Object and click OK.
    6. Drag diagonally to create a box in which the simulation would appear. Don't worry about sizing it accurately; you can adjust it later as well.
    7. Right click the Shockwave Flash Object, and then click Properties.
    8. On the Alphbetic tab, click the Movie property. In the value columnm type the full drive path, including the file name.
    9. Set the Playing property to true, Loop to false and Embed Movie to true.
    10. Close the Properties dialog and test the movie.
    The simulation will now play in your PowerPoint presentation.
    Note: If during the slideshow,t he simulation doesn't play automatically, right-click and select Play.
    I followed these steps, and it is just not working. I go to play my power point presentation and set it to play from the beginning, and when it gets to the slide with the swf file, I just get a faded out still picture of the video, and it will not play.  If someone has had luck with embedding swf files from Captivate into Power Point, please let me know how you did it.   Thanks.

    Thanks, I really appreciate the information. The only problem is that I have to keep it as a power point presentation.   I convert from ppt to a video, so I need to keep it as power point.
    I found these steps on the internet and followed them exactly, and went through the steps 3 times, to make sure I wasn't leaving anything out, and it just didn't work. I have a tech guy who's supposed to call me today regarding this issue, and hopefully he'll be able to go through it with me step by step to try and work it out.
    Ultimately, these are going to be training videos that are going to be set up on a website, so they ultimately have to be saved as videos. 
    I'm keep trying to figure it out though.
    Thanks.
    Ariane

  • Deleting Inserted Captivate Movies from RoboHelp 7?

    How do you delete Captivate movies that you insert into
    RoboHelp 7? It seems like it should be easy, but I don't see how.
    Thanks,
    Tom
    blog:
    http://idratherbewriting.com
    podcast:
    http://techwritervoices.com

    Thanks Rick. My problem was that I was trying to delete the
    swf file directly, rather than deleting the topic the Captivate
    movie was inserted on. After deleting the topic (or companion page)
    like you said, the swf is removed automatically.
    On another note, I was reading an instructional article by
    John Daigle on Captivate 2 and RoboHelp.
    http://www.adobe.com/devnet/captivate/articles/cp_rh_integration_06.html
    In the article, he describes a workaround for getting the player
    controls and border to appear when you insert a Captivate movie
    into RoboHelp (a Captivate movie that was created outside of
    RoboHelp). However, I've found that when I import the Captivate swf
    file with the word _skin in it (there are a couple of swf files
    Captivate outputs), the borders and player controls appear
    automatically without the workaround. Is this a bug that Captivate
    3 and RoboHelp 7 fixed from the previous version?

Maybe you are looking for

  • Two iPhones, 1 iTunes account, 2 iCloud accounts - still getting duplicate texts

    Hi everyone, I have an iPhone 5 with iOS 6.1.4, my husband has an iPhone 3 and has finally updated his software to iOS 6.1.4 as well (he hadn't updated it since he bought it years ago). We have the problem of duplicate text messages - my phone now th

  • Small problems after system update

    I have a couple of problems which appeared after a recent pacman update. A lot of stuff was updated, including the kernel and xorg. 1) Shutdown stalls at "Save system clock". 2) Ctl-Alt-F(1-6) doesn't get me out of X11. Actually, this works sometimes

  • Mac Mini 2011 Tech Tool Pro 7

    Hello, I recently bought Tech Tool Pro 7, in ABOUT THIS MAC the info says (Mac mini MID 2011) but when I used for the first time Tech Tool Pro 7, the info was in the report was different, and the report says MAC MINI 2012, LOCATION CHINA... Any ideas

  • Oracle 11g Enterprise Manager Issue -- Cannot run DB & em dbconsole at 1ce

    Hi All I am coming for your help with a query uncommon. I have configured, my oracle 11g database, on windows 32 bit machine. Initially I had set sga_target to enable ASMM expecting Oracle to manage this part. However, upon subsequent restart, DB cou

  • MaxTotalMsgBytes not propogating correctly through cluster

    I'm trying to set the maxTotalMsgBytes to 500 Mb for a destination (queue). I'm running a 2 broker cluster (3.5 SP1). On one of the servers, I enter -o maxTotalMsgBytes=524288000 as a parameter for an imqcmd update dst or imqcmd create dst command. W