Common control buttons for animation+video

I wan to be able to embed an animation like one of these http://http://www.texample.net/tikz/examples/tag/animations/, which has its own control buttons,
alongside a regular video, and have both of them run by a common set of control buttons for play/pause/rewind.
For example, the video could be a video of an actual object or a ball falling, and the animation could be the animated drawing of some math formula related to the fall of the object.
Message was edited by: Maesumi

(1) Is it possible to put 3 buttons, say A, B, C, on a PDF page so that pressing A  will be equivalent to pressing B and C?
(2) And would Adobe Pro allow one button to be placed  on top of another one?
The simplistic idea here is to manually perform what a program would do. So I will use A as the master control  and place B on top of the control  button for the video and put C on the control button for animation. Then when I click on A it is as if I have pressed B and C simultaneously.

Similar Messages

  • How to make the common control button for all pages in TABCONTROL​?

    Dear all,
               I'm using TABCONTROL for my application. I'm having STOP and SAVE control. I have to show this button to all pages  in TABCONTROL.. How do i make it?
    Kindly help me?..
    Regards,
    Srinivasan.P
    Solved!
    Go to Solution.

    Hi srinivasan,
    If you want to keep "Save" and "Stop" common, Why do you want to keep them on Tab control? Is your tab control taking entire space on Front panel? If so, you can have SAVE and STOP on other vi, and you can call this vi (MODAL).
    Gaurav k
    CLD Certified !!!!!
    Do not forget to Mark solution and to give Kudo if problem is solved.

  • Best software for animated video

    What would be the best software for animated video similar to this:
    youtu.be/e9_vszxZGB4
    Thanks...

    Hi Mathew,
    You can go with Adobe Edge Animate.
    Its an premier HTML software with integrated tools for creating compliant cross-browser animation and other content.
    For more info please refer http://html.adobe.com/edge/animate/faq.html
    Let me know if you need more info.
    Thanks!
    Eshant

  • Common GO button for multiple prompts created in OBIEE Dashboard

    Hi,
    Is there any possibility to have a common GO button for multiple prompts created on the OBIEE dashboard.
    Any response to this would be appreciated.
    Regards,
    Rajkumar.

    Hey i used the java script given in link :- http://sranka.wordpress.com/2008/11/09/how-to-replace-multi-go-button-prompt-by-one/#comment-96
    to hide multi-go-button in prompts and it works for IE 7 and firefox 2.0* with 10.3.4.1.
    Now since 10.1.3.4.1 is certified with firefox 3.0* ,when i use this same script in firefox 3.0* for my prompts it doesn’t work .
    Any idea why ? Please help me with this,as i want to use this hide go button feature in firefox 3.0* too.
    Are these scripts browser to browser incompatible ? If yes from where can i get the script for firefox 3.0* ?
    Awaiting for the inputs.
    Thanks,
    Nisha

  • Backward and forward buttons for AVI video

    hi
    is there a way to do a backward and forward buttons for AVI
    video using lingo?

    Yes it is. Use a behavior like this for the forward button:
    property thisSprite
    property dvSprite
    on getPropertyDescriptionLIst
    myPropList = [:]
    myPropList.addProp(#dvSprite,[#comment:"enter the sprite
    channel number for the video
    sprite:",#format:#integer,#default:""])
    return myPropList
    end
    on beginSprite me
    thisSprite = me.spriteNum
    end
    on mouseUp me
    sprite(dvSprite).movieRate = 1
    end
    although I'm not sure that AVI can play backwards, try this
    for the reverse button sprite:
    property thisSprite
    property dvSprite
    on getPropertyDescriptionLIst
    myPropList = [:]
    myPropList.addProp(#dvSprite,[#comment:"enter the sprite
    channel number for the video
    sprite:",#format:#integer,#default:""])
    return myPropList
    end
    on beginSprite me
    thisSprite = me.spriteNum
    end
    on mouseUp me
    sprite(dvSprite).movieRate = -1
    end
    -----------------

  • Play/Pause button for embedded video

    I'm working with an embedded video file and have set up some
    basic controls. The client wants the play button to be able to go
    from Play to Pause and have the button visually do this as well.
    Currently I have one Play button and one Stop button. How do I do
    this?
    Right now I have this for the play button:
    on (release) {
    _root.embeddedVideo.stopped = false;
    _root.embeddedVideo.play();
    And for the Stop button I have:
    on (release) {
    _root.embeddedVideo.stopped = true;
    _root.embeddedVideo.stop();
    Any thoughts or ideas?

    What would that look like? Right now they're loading using the following code:
    btnCashCollect_btn.onRelease = function () {
          mcLoader.loadClip("CashCollections.swf",myLoader);
          btnEndPeriod_btn.enabled = false;
          btnCashCollect_btn.enabled = false;
          btnFinancialMGMT_btn.enabled = false;
          _root.btnHome_mc._visible = false;
    So would I use something like:
    btnPause.onRelease = function() {
         myLoader.content.pause();
    Actually I just tried that and it didn't work...I need the buttons to work for multiple external swfs that will be loaded into myLoader

  • Why is there not a window control button for Hide?

    Hello.
    Why is hiding a window / app not a 1-click window control?  Perhaps with Option+Click as Hide All Others.
    Window controls exist to streamline common tasks; hiding is a very common task in OS X.
    Can't even find a workaround or 3rd party solution.  Any thoughts?
    Thank you.

    Thank you for your replies. 
    All technically correct information, but not quite what I was getting at.
    I'm aware of the available methods, but would like to have a single button in the app's window.  Single click, no modifier needed from the keyboard, no need to go to the dock, etc.  Imagine if none of the dots were available in the upper-left and you could only access those functions via methods similar to those that toggle the Hide feature.  Most people would probably want the dots back pronto.
    That's how I feel about the absence of a Hide button.

  • Control button for boolean constant appears stretched in labview application.

    I placed a boolean constant on a block diagram.  Then I changed the shape of the corresponding button on the front panel to be square 15 x 15.  I placed the button over a portion of a graph legend.  I then created and .exe using application builder.
    When the application is run on my computer the buttons retains the intended shape, that is square 15 x 15, and the intended position but when run on another users computer the button appears in a slightly different position relative to the graph legend and is stretched in shape to something more like 15 high by 50 wide.
    I do not understand what is causing the behavior?  Is it possible that the user has the wrong RTE or is there some other explanation?
    Thanks,
    Bernie

    Under VI properties, window size, none of the items are checked/selected.
    I can not find a size to text property for the boolean but for what it is worth there is no text being displayed.
    Problem may be related to display on notebook with a wide aspect ratio.
    In the attached jpg you can see a pink boolean improperly stretched at the top of the screen and a black one near the middle.
    Any thoughts or further suggestions?
    Attachments:
    Stretched Booleans.JPG ‏291 KB

  • Need driver for Toshiba Control buttons for Windows 7

    Hello!
    When I was using Windows XP I had a driver Toshiba Controls so the keys for WMP were working.
    Now I am using Windows 7 and I cannot find that driver and the keys are not working.
    How can I fix this problem?

    Hi
    1) point; did you search in forum for similar questions?
    There are enough threads about similar themes
    2) why you dont provide any info about your notebook model?
    Its not easy to talk abut drivers without knowing the notebook model
    By the way; the VAP (value added package) for Win 7 enables and controls the Toshiba control buttons

  • Video control buttons not working

    I have an embedded video in an Interactive SWF project I am working on and the video control buttons I have built do not work.  Under the buttons panel, I selected "Video" and then used all the various control options available to create a control panel for my video.  It looks great, but none of the buttons work.   My video file shows up in the appropriate drop down menu and I am 100% sure I have done everything correct, but the buttons do not work.   The video is a SWF file, is that the problem?   Any help would be appreciated! 
    Thanks!
    Steve

    Hi
    As far as I know Toshiba controls utility must be preinstalled if you want to have proper functionality. Check this on your unit.
    Bye

  • Media Control Button Problem

    I can't turn on my wifi because the Media Control button for that function now starts my Windows Media Player instead.  This was not  problem until today.  The only change made yesterday was to download and install TouchPad drivers.  Any suggestions?
    Solved!
    Go to Solution.

    Try reinstalling TVAP.
    Toshiba Value Added Package(v1.3.19_64; 09-30-2010; 48.16M)
    - Peter

  • Profit Centre creation in common controlling area

    Hi,
    I am using common controlling area for all company codes in our company. However, while creating profit centre Master in the company code tab, I am not assigning the profit centre to all company codes. I am assigning it only to the company code in which it has to be used.
    Will this affect the consolidation?
    Regards

    Actually this is based on your client requirement and your business process.
    e.g.
    A group of company is dealing with the following products.
    SOAPS
    TOOTH PASTES
    OILS
    If you create profit center product wise, then these have to be extended to all company codes as all the company codes are dealing the same.
    If this is not the case the particular product is related to only one company, then profit center can be created only for that company code.
    Rgds
    Murali. N

  • How can I stop the control button from moving the open applications up and exposing the desktop?

    It is getting very annoying when I want to use the control button for other functions.
    I tried looking in settings under keyboard, but found nothing.
    If anybody knows how to change it, I would really appreciate it!
    Thanks,
    Neel.

    Please describe what you are doing and what is happening more fully. I can press the control key all day long and nothing happens.

  • Is there a way to make state transitions/animations of a fl.control states - button for example ?

    Is there a way to make state transitions/animations of a fl.control states - button for example ?
    All I can do now is change the skin design and that's it, I can't animate between states like I can with Flash Builder skins. So is there a way to do that, any technique or I have to create a button component from scratch?
    Thanks!

    simplebuttons have upState etc properties you can use to assign movieclips to the 3 states.  you can use the currentFrame property of movieclps to (appear to) smoothly transition from one state to another.

  • M30 - Front Mode and Audio/Video Control buttons don't work

    Hi
    The Front Mode and Audio/Video Control Buttons Don't Work
    Any ideas?
    Thanks

    Hi
    As far as I know the Toshiba Controls utility is responsible for key usage.
    Did you try to install Toshiba Controls?
    Check the Toshiba driver page for this driver.
    Bye

Maybe you are looking for