Interactive video elements

Hello

I want to do what follows with captivate, but has not found a way til now:

I want to make the video with interactive elements. The video must be played in full format and at some points, interactive elements should appear on the videoframe.

For example:

At some point it should be several clickable buttons. Each button must lead to another element of additional content.

As in this example (buttons in the upper left corner)

Zwischenablage02.jpg

Click on a button opens a Textbox on the videoframe. The video must stop til the user clicks on the text box. Then the text box should disappear and the video continues.

Other buttons should work the same way - with photographs and graphics, or a second video as content.

Here an example with the graphic content - video must stop when the graph is opened (by clicking on the graphic button in the top row icon) and click on the graph, the graph must disappear and the video continues:

Zwischenablage01.jpg

Til now, I discovered, that objects can be displayed at a certain time, but not during an arrested video til the object is clicked again...

Maybe someone can help me.

Adobe @: if it does not really captivate 5.5, maybe in captivate 6?

Thank you and best regards

Markus

Hi Markus,.

I tried to create a test project.

I inserted a slide video, image and a button on the slide.

I created an advanced - action "put to death".

How to create progress to action: Please check http://help.adobe.com/en_US/captivate/cp/using/WS5b3ccc516d4fbf351e63e3d119e9581fd8-8000.h tml

-Click the Project menu, and then select Advanced action

-J' created a conditional action

the 'IF' of the action part is

and the ELSE part of the action is

Save this action.

I add the button action: "the action run advanced."

This interrupts the reading for me and show the image. and if I click on the button again, it resumes playback and hides the image.

Try this action on your computer.

If you need more information, let me know.

Thank you

Tags: Adobe Captivate

Similar Questions

  • What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    The

    https://developer.BlackBerry.com/HTML5/documentation/html_elements_2006657_11.html

  • Interactive video in CC Animate

    Hello

    I'm looking to create an interactive video that will run on a single computer, locally.   The video itself is composed of a series of short videos, which can be implemented through keystrokes.

    That is to say. Click on number 1 on the keyboard to find video 1 click 2 to find 2 of the videos etc... There are 5 videos in total.  Audio sync is important and the videos should run full screen without control.

    There may be a few extra flash animation superimposed bits, which can also be high with strikes.  But for the moment I focus just on how the different videos to load up.

    What is the best way to go about this?  I want she runs as an application and will only run on a mac.  Should I publish in Adobe Air?

    I've embedded a video in a clip and placed it in my calendar, when I export as a swf, the film loads, but when I publish under the name Air it does not at all.

    It is true that I have not used correctly Flash since CS4 and I looked online for solutions, but most of the questions and answers refer to the publication on the web or use multiple apps.  The thing I want to create is only for a person to use, on a single machine...

    Answers, advice or further reading would be much appreciated.

    Thank you

    1 - link the CSM library in ac3 (as link)

    2. create a new movie clip

    3 - Add the keyboard on stage event listener:

    Code:

    var vid_mc:MovieClip = new MovieClip();

    stage.addEventListener (KeyboardEvent.KEY_UP, keyUp);

    function keyUp(e:KeyboardEvent):void {}

    If (vid_mc.stage)

    {

    removeChild (vid_mc);

    }

    If (e.keyCode == 49) //1

    {

    vid_mc = new video1() / / use the binding of the first video

    }

    Else if (e.keyCode == 50) //2

    {

    vid_mc = new video2();

    vid_mc.x =

    }

    addChild (vid_mc)

    };

    Publish the project as a .dmg file > go to the commands menu > export as projector

  • Creating a non-linear interactive video

    Hello

    I would like to know if it is possible to create non-linear interactive video in adobe captivate 9?

    I would like to design a video course with multiple options of connections according to responses from users on the way.

    Thank you

    Emmanuel

    You must have different video clips and inserting question slides between the video clips which are each on a slide.

  • Interactive video playback problem

    CP8.0.1.242. I have interactive video across multiple slides. When the user replays (via a button at the end that refers to the first slide of video), they play back fine with all the buttons work EXCEPT at the end (of the buttons whose associated actions adv illustrating the legends of your comments. They are initially hidden by another 'press enter' adv action). On replay, just to know the last 3 seconds and going on to the next video, where everything still works very well until the end. What is different about replay?

    OK, I thought about it. I didn't know slides 'memory' of advanced actions which started you when you were on the slide, the first time. A combination of that and my action adv "on entrance" seems to be the problem. I added a few items to the "entry" and it seems to behave normally now.

  • Interactive videos

    I'm interested in making videos interactive and their distribution on different platforms (download of the computer, tablets, smartphones). What software package would be better for me? Would have an interactive video created with the package works on all adobe operating systems?

    If you want a video that changes depending on user interaction, you use Flash Professional. You can use After Effects to create component movies that you assemble in Flash Professional.

  • Creating an interactive video to compatible HTML5.

    Hello


    I've seen a few sites that offer interactive video (wirewax.com flixmaster.com) where you can add hotspots\buttons which place the cursor on any object on the screen (fully verified), when you click on these may present additional information on this object\ or take you to another part of the video.

    How this can be created without using the Flash? For the race for example on an iPad or a non-active flash tablets\platforms?

    Any advice would be greatly appreciated

    Martin

    Cacophony interactive video player in HTML5 and Javascript.

    http://www.cacophonyjs.com/

    Nancy O.

  • HTML5 video Elements

    I'm trying to get a video element HTML5, working in a superposition of web content. The markup is very simple - HTML5 doctype and this in the body:

    < div class = "decisive" = 'hand' >

    < div class = "id ="button">"

    < video controls = 'control' height = 'auto' id = 'video' width = 100% ">"

    < source src =' http://URL-to-media.com/media/a.WEBM ' > < / source >

    < source src =' http://URL-to-media.com/media/a.MP4 ' > < / source >

    < source src =' http://URL-to-media.com/media/a.OGV ' > < / source >

    < / video >

    < / div >

    < / div >

    It works in all modern browsers without a single issue. In desktop or iPad previews, the video element is completely ignored. Even if I give him an absolute width/height and background color, it is not there. I can put some color divs before and after him, and he apparently isn't on the page. Now, if I run the alert (document.getElementById(video')), it will reveal that the element is always in the DOM in two preview modes.

    I'm puzzled. There is no debugging tools that I can say with strong web modes overview uneducated overlays, which made me impotent.

    Any help is appreciated!

    Try listing the MP4 firstly I think that Mac and iOS will be unreliable.

    It works, with a fallback for IE8, on everything, except on the default browser of Android 4.2 for videos in a flash password protected folder (works well in FF on Android).

    I use the light therapy Reaveal for this device: http://ws-none.ws-responsive.com/index.php?option=com_content&view=article&id=9&Itemid=113

  • Camtasia Studio 8.6 interactive video interactivity disabled when downloaded as module first Adobe SCORM.

    Hello!

    I used Camtasia Studio (version 8.6) to create a short video with an evaluation questionnaire. The way it works is, during the production of the video I tell the software to produce the SCORM package. I imported the SCORM in Adobe first, but interactivity is not displayed. Please see the attached video that illustrates what the interactive quiz is supposed to look like

    .

    Hi Thomas,

    We checked the issue and managed to reproduce if Camtasia is published with SCORM 2004. Can you please try with SCORM 1.2 and see if it works?

    Kind regards

    MILIN

  • Adding video elements on the canvas

    The current documentation, I found this refers mainly to Flash not canvas.

    When I created a canvas element and go to the menu to import the grey import video out. Even if I try to drag and drop a video it is also rejected. Sorry if this is obvious, I am moving how I already did with edge animate.

    Thank you

    Dan

    You can use the HTML5 video tag in your HTML for Web export.

    video + canvas = magic | HTML5 doctor

  • How you trigger sort column of the APEX report interactive page element?

    Hi guys!

    A certain page, I have an interactive report of the APEX. Part of the query is similar to:

    SELECT

    ...,

    (definition column1) BCV,

    (definition column2) RFV,

    ...

    table. RAU,

    The TABLE table_name,...

    WHERE conditions;

    I also have a defined through the following LOV page P121_SORT_BY (selection box) element:

    SELECT "BCV" d, "BCV" r FROM DUAL

    UNION ALL

    SELECT "RF value" d, 'RFV r' FROM DUAL

    UNION ALL

    SELECT 'RA (USD)' d, "RAU" r FROM DUAL

    I've linked a dynamic Action to P121_SORT_BY which runs on the 'Change' event and performs the following JavaScript Code:

    var my_column = $v ('P121_SORT_BY');

    Alert ('test1');

    $x('apexir_COLUMN_NAME').value = my_column;

    Alert ('test2');

    gReport.column.order ('DESC');

    Alert ('test3');

    Alert (my_column);


    Obiously, there is something wrong with my code JS... What can I do to make my report interactive sort DESCENDING column selected in my page element?

    Please note that I also tested the JS without comments and I get pop ups (test1, test2, test3 and the correct name of the column of my_column) but the report isn't back to normal... What am I doing wrong?

    Thank you

    Digital

    Hi all

    I found the answer to my question by navigating through the java scripts in Apex.

    So, this is what works:

    gReport.last_col_id = "BCV";

    gReport.column.order ('DESC');

    Where "BCV" is actually your name of column position, you can send it by a Page Item and means of descending "DESC" and "CSA" means growing.

    I hope this helps other people too.

    Thank you

    Digital

  • Sync audio first 10 with video elements

    Hello

    I'm new to elements.

    In a new project, I imported a video that was also audio as a new project.

    It is a 14 minute clip.

    Somehow at minute 03:19, the audio starts from the beginning again, totally ruining the film.

    I spent all day trying to solve this.

    I have uninstalled and removed all adobe first and then reinstalled a couple of times.

    I renamed the video and tried to import it again, but still the audio problem.

    I used the generator of Wondershare dvd to make the film, the sound is fine, but adobe should be able to fix my video white balance, so I really want to use it.

    I played the video in media player 10 and quick time, and the audio is there also.

    Elements has a bug, or somehow I messed up something in elements for this clip.

    I also use in the same movie, a six-minute clip that does not have this problem.

    Does anyone know how to fix this?

    Along the way, I have also not related to audio and video, chopped the first 03:19 and she crept over it, but I can't do it exact.

    Because I know that the source file is not the problem, I just want to somehow get rid of everything that is registered to the origin of this and use the correct file

    This saved the notes are on different models, but reading CAN help

    Nikon DSLR stutter http://forums.adobe.com/thread/889477

    Nikon D7000 MOV http://forums.adobe.com/thread/860846
    -Rename .mpg to force the file loader to actually parse the .mov file
    - and http://forums.adobe.com/thread/873475

    Nikon D90 MJPEG http://forums.adobe.com/thread/901259
    -http://www.nikonusa.com/Nikon-Products/Product/Digital-SLR-Cameras/25446/D90.html

  • Nikon D90 3 video elements + first works at random

    I have the first of 3 elements and just started trying to work with my D90 video. I have a problem as some of the video files AVI D90 to import and are very well, and others give an error that they are corrupt or the codec is not installed. All the files play in VLC and other players. Thus, they are not corrupt. Other sons talk about codec issues, but this doesn't seem to be the case here, as some AVI files will important a fine piece in first elements. It seems not to be a problem with size of file as will import some files of the same size and others don't and some larger files (65MO) will be, but won't some files of 5 MB. This includes the video tour on the same day. So, changed nothing on the encoding on the camera. Does anyone have any suggestions?

    Thank you

    Jeff

    Here's how to do it.

    http://forums.Adobe.com/thread/415317?TSTART=0

  • Access a video element of first importer Plugin

    Hello

    I would like to access clip-products already imported into a tank of one importer plugin. Unfortunately I've found a way to retrieve a list of clipitems in a project. Is it possible to access this information (maybe a specific reminder Suite or one of the GI functions *)?

    I would avoid importation of an item, in which case it has been already imported before by another importer-plugin.

    Is there anyone who has already done something like this before, or know a way to do it?

    See you soon,.

    Martin

    The importer API does not allow queries/interactions with the project.

    However...

    If your importer for the .xyz file format is called for import file_1.xyz, no other importer will be called for import file_1.xyz.

    So your importer can track (by body session) which files are already asked to import. [Even if file_1.xyz was in the project from a previous session, your importer is still called for the launch of the Agency, so it can know which files are already in the project.]

  • How you activate a serial number for first 14 video elements so that it is accepted on mac?

    Could not get the serial number accepted by adobe for first 14 elements!  What I would do!

    Hi Elaine,.

    I saw your Adobe ID (email address) you used to post here and found that you have a version of multiple Prime 14 elements platform.

    This is why it can be used on both Windows & Mac, see, Learn how to enable or disable Adobe applications

    Click here to Download Adobe Premiere elements 14, 10, 11, 12, 13

    Let us know if that helps.

Maybe you are looking for

  • Our computer is running slow and sounds like it runs all the time, then gives error reading disk

    Our computer is running slowly.  Looks like it is running all the time.  It will turn off by itself and I say disc read error.  You need to restart all the time.  A lot of the time, he does not let us start windows. Original title: slow slow slow

  • Aspire 4730Z wireless network card problem

    My internet connection suddenly stopped wireless adapter. He pointed out that my wireless router cannot connect to the internet. However, I know this isn't the case since all my other devices connect via the same router. The same thing happens when I

  • CD rom is not working properly

    I insert disc read a movie or music, but the habit of my computer or ask to format how can I solve this problem

  • Update KB3161102

    Hello Windows Update, update KB3161102 is offered as an optional update recommended for my Windows 7 Home Premium SP1 32-bit of the system.   On the study, I discovered is the update to allow the elimination of the component of Windows Journal which

  • How can I fix corrupted BIOS? tx2500

    My tx2500 gives the double LED flash that signals that a corrupt BIOS.  According to this URL you can 'restore BIOS backup shipped (jumpers).'  If anyone has any idea what that means and how to fix my computer, I would be very grateful.