Navigation
Records in this category
- What versions of Adobe Captivate are supported?
- What web browsers are supported?
- Do I need to know HTML, CSS, or JavaScript to use the Launch Pad?
- What versions of the Flash browser plug-in are supported?
- Can I include a home page or display introduction or instructions screen?
- Can I organize the menu items into categories?
- Do you offer technical support for the Launch Pad?
- What CSS technique did use to keep the column heights of the DIVs at 100%?
- Can I use the Launch Pad for SCORM/AICC projects?
- How is the Launch Pad licensed?
- Can I produce projects using the Launch Pad to market our own product or for clients who pay/contract with me?
- Why is part of the Captivate movie cropped in the browser? Or, why are there scroll bars around the Captivate movie in the browser?
- Why are all of the Play Bars in the Captivate movies in your examples at the top?
- How do I adjust the width of the menu column in the Menu Left and Menu Right layouts?
- How can i adjust the color of the menu column?
- Can I remove the section titles (sub-sections) in the menu?
- When I preview the index.html file on my local PC, I get a Flash Security Warning before each movie loads? How do I get rid of the security warning?
- What happens if a visitor does not have the minimum required version of Flash Player?
- Can I have a Captivate movie automatically open another Captivate movie when it reaches the end?
- Can I have a Captivate movie automatically display in the Launch Pad at the end of a Captivate movie?
- How do I display a Flash (.swf) movie on the homepage when the page loads, and display the Flash movie when the home link is clicked?
Tags
Sticky FAQs
Launch Pad
Why is part of the Captivate movie cropped in the browser? Or, why are there scroll bars around the Captivate movie in the browser?
This is a really common problem when deploying Captivate movies on the web. The problem is not isolated to the Launch Pad. You can google this topic or look it up in the Adobe Forums and see a huge variety of issues - size of screen captures, browser-specific issues, resolution of end-users' monitors, HTML and css/div "clearing floats" issues, etc.
The bottom line is, the most effective remedy is to capture and create smaller movies. Captivate movies have to play back within the web browser - and you have to take into account the required screen real estate taken by the broser for the menu bar, scroll bar, status bar, etc.
Here's how we deal with this specifically in the Launch Pad.
We set the container DIV used to display the Flash movies to overflow: hidden. This will crop the portion of the Flash movie that extends beyoynd the available space of the browser window. If you desire, you can change this value to overflow: auto if you desire to display scroll bars around the Flash movie. Neither of these options are ideal.
In our experience, you'll typically, run out of horizontal space before you run out of vertical space, but you have to take both into account.
Let's go through the numbers for a user with 1024 x 768 resolution. The widest Flash movie you can place in the Lanuch Pad would be:
768 - 8 (4px x 2 body margin) - 225 (menu column) - 12 (4x x 2 padding right column) - (XX browser interface) =
approximately 450 pixels width
Using the Right and Left menu Launch Pad layouts, we've approximated that there's room for Captivate movies at 755 x 540 size. However, this is not a gurantee, and developers need to test solutions in their intended environment.
You options are to:
- Capture smaller movies.
- Provide scroll bars around the Flash movie by setting the value in #right .content { to overflow: auto;. By default, this is set to overflow: hidden.
- Uncheck the option to include borders in the Captivate publishing options
- Resize movies after capturing in Captivate. Note: perform a File > Save As and save a coyp of your original size movie because resizing is a permanent change to the movie.
- Use the horizontal Launch Pad layout to allow for more (horizontal) space.
We strongly suggest testing your layout using various browsers and resolutions. You can use free browser resizing utilities such as RJL Software's Resize Browser.
Tags: -
Related entries:
- Can I use the Enhancement Pack backgrounds in a movie of Width x Height size?
- Why does the Enhancement Pack use .BMP and .PNG image files?
- When I open a Captivate movie using the Menu Wizard on my computer, I just see a blank browser window. What is wrong?
- How can I match the colors used in the Enhancement Pack for Adobe Captivate product in the Menu Wizard?
- Is there any limit to the number of buttons a Menu can contain?
Last update: 2009-02-25 12:18
Author: KCWebPlaza
Revision: 1.2
You can comment this FAQ