How to add video section to capivate toc like adobe presneter sidebar?

hi guys
i want to add video section for each slide in my own content to toc section like adobe presenter , can i customiz adobe captivate toc and add video section with video url parameter?
thank

Add the video as Multi-Slide Synchronized Video, not Event Video.  Then you get the option to have the video play in the TOC.  However, be aware that the area you can use in the TOC will be quite small.

Similar Messages

  • How to add Video on the OAF page like youtube ?

    Any one know how to add Video on the page?

    If you are getting HTML code from one of these slideshow.com places, you can add this code to your iWeb pages with a little bit of work. Two things to keep in mind...1. No way to do this via iWeb directly, so it involves editing the published html files, and 2. Because iWeb republishes the html files whenever you update the your webpage, you will lose your changes and have to redo them to add your slideshows back.
    The general directions are as follows...
    1. Decide where you want your slideshow and know exactly what dimensions you need.
    2. Insert a text box onto your page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "SLIDESHOWHERE" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything). You may need to set your text editor to "ignore rich text" or to "show HTML source".
    6. Scroll through the html file and locate your placeholder text, e.g. "SLIDESHOWHERE".
    7. Replace the placeholder text with your html code and save your page.
    That's it. You should see your slideshow element show up in Safari where you placed the text box in iWeb!

  • How to add video tag in office 365 master page?

    Hi All,
    I have created a branding in Office 365. Now I want to add video in the background of my master page.
    How should I achieve It. the <Video></Video> is not working. It is giving error to me.
    Any option how to add videos in background of master page in Office 365?
    Thanks in Advance.

    Hi,
    From your description, my understanding is that you want to use video tag in your Office 365.
    You should check the video type in your issue, video tag only support mp4 file which you could refer to this article:http://www.w3schools.com/tags/tag_video.asp.
    In addition, you could refer to these articles:
    Video Player for SharePoint 2013 and Office 365
    http://sharepointroot.com/2014/01/22/video-player-for-sharepoint-2013-and-office-365-2/
    how to play a video in sharepoint 2013 foundation version
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/2818becf-e132-4b9a-b50f-8990fa28cf88/how-to-play-a-video-in-sharepoint-2013-foundation-version?forum=appsforsharepoint.
    Best Regards
    Vincent Han
    TechNet Community Support

  • How to add videos to ipod?

    hi! i'm just new..just bought my new ipod video..i want to know how to add videos to my ipod?coz i rili don't know how..i've read the manual but still, i don't have an idea on how to add videos to my ipod..i've tried to click on file > add file to library.. but then, nothing happens..can someone help me on this??
      Windows XP  
      Windows XP  

    so meaning to say..i cannot put videos directly..i need to convert all the videos that i want?

  • HT5654 how to add videos to the ipad using the latest version of itunes

    how to add videos to the ipad using the latest version of itunes ?

    Hello zaraa90,
    After reviewing your post, I have located an article that can help with syncing content. It contains a number of troubleshooting steps and helpful advice for the issue you are experiencing:
    Sync your iPhone, iPad and iPod with iTunes using USB
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • How to add video in oracle froms ?

    can any one suggest me how to add videos in oracle forms ..
    and the video should also be played in output..
    like the video played in you tube ..

    If you are under form 10g you can use webutil functions.
    Have a look here:
    http://sheikyerbouti.developpez.com/webutil-docs/Webutil_store_edit_docs.htm
    Hope it helps you,
    Fabrizio
    If this answer is helpful or correct, please mark it. Thanks.

  • How to add video to itunes11

    how to add video to itunes11

    Open iTunes. Under the menu bar (may need to hit 'control B' to bring that bar back to being visible) click on 'file' then 'Library' 'add to library' and navigate to your videos, choose them and iTunes should add them.
    Sometimes iTunes insists that videos must be in the 'Videos' or 'My Videos' folder in your computer. So navigate to your main file explorer, where you see 'Documents' 'Music' etc. Put your videos into the video folder then follow the 'add to library' step and import them that way.

  • YouTube - How to add videos from youtube on jsf-adf

    YouTube - How to add videos from youtube on jsf-adf.
    when i using iframe i can't send data from beans.

    you can use a <f:verbatim> tag in your page and in it just write the HTML code for embedding a video.
    and can i send data from beans class in html components?
    i wrote this
    <af:iterator id="i2" var="row"
    value="#{MyBean.src_items}"
    varStatus="st">
    <af:showDetail disclosed="false" id="sd1"
    styleClass="AFStretchWidth"
    disclosedText="#{row}">
    <f:verbatim>
    <iframe id="ifv" src="#{row}"/>
    </f:verbatim>
    </af:showDetail>
    </af:iterator>
    but that were not worked .
    Edited by: Vakhushti on May 9, 2011 12:40 PM

  • How to add blank page to existing Document In Adobe Dc

    how to add blank page to existing Document In Adobe Dc Pro

    Hi thashrifs16749461,
    You can add a blank page using Adobe Acrobat DC by following the below instructions :-
    1) Open your existing pdf document in Acrobat DC.
    2) Choose the 'Organize Page' option form the Tools pane on the right as shown below in the screen shoot.
    3) Now at the top you will see all the tools to Organize the page, Click on 'Insert' & select 'Blank Page' from the drop-down to insert blank pages.
    *Shortcut : If you are using windows computer you can use ' Shift+Ctrl+T ' key to insert blank pages.
    In case if you experience any issue or have any query please let us know. We will be happy to help you.
    Regards,
    Aadesh

  • How to add values to drop down list in adobe forms

    how to add values to drop down list in adobe forms

    Hi,
    If you are using WD Java following are steps of filling values in DD Box:
    1 Create a simple type in the Dictionary.
    2 Create an attribute "CountryNew" in the Context of type created by you.
    3 Write following code in the init method of the form:
    IWDAttributeInfo countryinfo =
                   wdContext.nodeEmployee().getNodeInfo().getAttribute("CountryNew");
    ISimpleTypeModifiable Country = countryinfo.getModifiableSimpleType();
    IModifiableSimpleValueSet countryValueSet =
                   Country.getSVServices().getModifiableSimpleValueSet();
    countryValueSet.put("IN", "INDIA");
    countryValueSet.put("US "USA");
    4 Add a Enumrated DD box in the form and bind it to the attribute "CountryNew"
    Hope this helps
    Amit

  • Who is the best app for video effects ?, some one like adobe after effects ? Thank u for ur help.

    Who is the best app for video effects ? Some one like adobe after effects ?

    Tweakers Page - What video card to use?

  • How to add video in stellent

    Hello everybody,
    I'm trying to add video or MP3 in my web site, so i add a custom element but in contributor mode i can't add a video or a MP3. How can i proceed to do that??
    Thanks.

    Kinda need more info here. As already posted; If you want the clip/sound to play from your site then you will need to add an extra component/element to you site to allow that (Flash maybe).
    From a content point of view uploading the files is easy, you can follow the normal set of steps. If you want the files properly sorted you can add the file types in content manager.
    Then again, if you have the Digital Video Manager component this all changes again.

  • How to add video files to iMovie that are not present in photos ?

    i purchased iMovie yesterday for iPad and i am enjoying it a lot , but how to add my personal videos to edit that are not present in photos ? i m not a mac user but i hope soon i will get the budget to buy mac

    Put your videos in a folder and sync iPhone with iTunes, "Photos" tabpreviously selected "Sync photos" and checked the box next to "videos include" I understand you do not have Mac, but with a PC can do the same, with this you will reel and your videos can be edited withiMovie on your iPhone.

  • RE: How to add Configuration Section to an OEM Plug-In

    Hi:
    - Some OEM plug-ins which I downloaded have a Configuration Section on the Plug-In's home page.
    - The OEM Extensibility Guide does not explain how to add the Configuration Section to a Plug-In.
    - Could someone please provide some pointers on how to add the Configuration Section to an OEM plug-in?
    Thanks
    John

    For certain Oracle built plug-ins, ECM configuration data is collected, which will show up in the Configuration Section on the target homepage. However, the ECM functionality is not supported for plug-ins built outside of Oracle.
    You can still collection configuration data as a regular metric, but it wouldn't appear on the homepage under the Configuration Section; it would appear as any other metric collected for the target type.

  • How to add video's control bar?

    Today, I've searched 24 pages here for related discussion but no solution was found.
    These pictures I listed here were created by other people.
    I want to know how to add a control bar below the video? Is it to use the Insert->Video button of Adobe Presenter (0002.jpg), or use the Insert->video button of PowerPoint (0003.jpg)? When I insert a video (in .flv format), it shows like a white box in the original PPT (see 0004.jpg), looks different from the existing 0001.jpg.
    And after I published this PPT (with the white box-like video) locally, when this video slide loads, that video plays immediately, but I want pause/stop function.
    I also noticed if I try to import a video in .m4v (MP4 Video), PowerPoint says QuickTime is required.
    I used to insert video in year 2010, but I forget the details. Maybe at that time I inserted a video with pause/stop function, but I forget.
    Or, is it because a specific video format would naturally show the control button?
    0001.jpg
    0002.jpg
    0003.jpg
    0004.jpg

    Feng Sien wrote:
    What do you mean,
    "insert a SWF player that contains the video."?
    Think of Presenter as your SWF player. It has a play bar that shows at the bottom of the content (or bottom right in full screen). So you would be embedding a different player via the Insert Flash option in Presenter (could be a Captivate SWF if that helps with an example) which could then be told to play independantly of the Presenter SWF.
    Feng Sien wrote:
    After publication, the video file inside the assets folder has .flv files, which are converted by presenter during the publication process.
    Presenter would do the conversion when importing the videos, not on publication, but that is more semantic than anything. I seems like Presenter 10 is doing this for all files, including MP4's. Presenter 9 and 8 only did the FLV conversion for the supported non FLV or MP4 files.

Maybe you are looking for

  • Is this normal or am I screwed?

    Hi, I just got a $25 500mb data plan from my carrier Fido. When I go to Settings>General>Usage and look at my Sent and Received data, I notice that it it keeps increasing. For example, it will be at 605kb sent and 4.6mb received and then when I reche

  • PD Profile / Structural Authorization in Access Request - 10.1

    Hi - We are upgrading from 5.3 to 10.1 SP6.  We are not migrating.  In 5.3 we provisioned PD profiles directly to a user in OOSB. I'm having issues with our PD Profile showing up in my access request search.  Here's what I have done. Business Role Ma

  • E-Recruiting 6.0 with ECC 5.0

    We're planning on implementing SAP E-Recruiting 6.0, and we're currenlty running ECC 5.0 that we want to use with it. Is this possible? If so, can we take advantage of the new features of E-Recruiting 6.0 with our ECC 5.0, or do the new features requ

  • FireFox garbled after update last night.

    Saw .33 was pushed out of testing, ran the upgrade, this morning I tried to open firefox (firefox-pgo-beta from the AUR). It was completely garbled, so I rebuilt it. Still garbled. So I removed it and installed the binary firefox release from Extra.

  • IWeb question and feedback

    I've been testing iWeb '08 and putting it through its paces. It really does a good job if you know what you are doing. It is way more capable then the easy templates reveal. But first I have a question. If I want to include an external javascript fil