video play when you click on anywhere

Hello

I'm having a problem with the video full screen when I click (tap) anywhere on the screen, the video plays. I have the video attributed to a key. In principle, when I click on the button, this is when the video should play, and he does. However, if I type else where on the screen, the video is still playing.

In the gif below, I select the video play button and the video plays very well, however when I click outside on the light gray background other video playback. It just seems to be the video.

indesign_video_problem.gif

Here's how I have my put layers in place. Each video is on its own layer. And the buttons that call videos are on the top most layer (they are recantgles without outline, or background color). The blue boxes are a State of the multiple object that is a slide show. I included that because I'm not sure if the text boxes (as buttons) have an effect on the video.

perfect_planning_indd___100_-9.png

Any contributions to this issue would be most appreciated. Thanks in advance.

Solved.

I double clicked on the video on the artboard, and then resize the video down to the size of the buttons. I thought I did it before, the video has been resized in its outer limits if that makes sense. When I double clicked on the video, however, I saw another set of guidelines, which was in the area where I clicked.

If someone wants to fix my termonology which is appreciated.

Tags: Digital Publishing Suite

Similar Questions

  • A link to a file, audio to play when you click

    Hello

    I downloaded a file audio .asx small on my server.

    I would like to make a link to it so that it plays on win media player or similar, when you click on it.

    However I've linked to it in the same way you would any other page or file, but he tells you to open rather than play.

    Can I do so that the sound plays just when you click on?

    http://www.matthamiltonracing.com

    The link in question is in the div. bottom right

    Thank you very much

    Mark

    The way that a file is used on the client computer is determined by the way you set its file type on your server and the configuration of the individual browser to support. Basically, you have little control here, especially with an ASX file. A more accessible way to read audio data in a browser is through Flash/SWF. You can google for 'flowplayer' find a free option that does not require you to own Flash.

  • Want the audio file, click on the box to play when you click

    Hi all

    I would like to have a click box that plays a short audio file when you click it, much the way you can have a view of the legend and a playing audio file with a bearing. It seems that there is no way to get the 'success on click' action to be 'read the audio file '. I can associate an audio file with the box click on the Audio tab, but this makes the audio file play automatically when the click box, not display when clicked.

    If someone was able to get an audio file to play when the user clicks on a click box, as I describe it, without connection to another slide and without the help of a button? I don't want to use a button because the real object that is clicked is a box of nail on something else. The highlight box means that there is more information about the highlighted item.

    In addition, I don't want to create a branch to another slide, because they are really short texts of audio presentation bit, and I have three of them. I prefer to have interactivity on a slide, rather that force the user to navigate around.

    If anyone did what I describe and has ideas, I welcome them. At this point, I think a bearing with legend and play on the mouse on an audio file can be the best thing, except if the user moves the mouse out of the hotspot, the sound stops. Maybe it's not bad anyway, but thought I'd check here everything first before resorting to a reversal.

    Thank you very much!
    Lisa

    Hi Rick!

    Thanks a lot for your answer. Hmm... I think in my situation, workaround to reread the previous slide to reset the box click doesn't work. Before arriving at these interactive click boxes, the slide has other text and audio playback. Start the slide would re-read everything until the blade stops, then display the interactive elements. However, I think that something like that might work for a project where the interactive stuff "starts" immediately on the slide. It's simply not how mine is set up at this stage. I think that the legend of attached with audio reversal will probably be my best option right now.

    Thanks again for your response!
    Lisa

  • SWF inside the Accordion widget Muse continues to play when you click on another tab.

    I placed a swf inside a Muse Accordion widget. I would like that to stop and return to the beginning, when I click on a button on the widget. Is this possible? Thank you... and besides, I can do a bit of copy and paste javascript, but I'm not a coder.

    Please try to use the composition with video container.

    Thank you

    Sanjit

  • How to make a motion tween play when you click it?

    I am brand new to the FLASh and I have a motion tween of a wheel that rotates 360 degrees and I need to play when it is clicked on.  This is probably something that is really easy to do, but I just can't understand it.  Someone at - it good indications?

    Hello

    you need to do an instance name for your movieclip, for example "myMC". Select the first frame in the new layer, and then click window-> Actions.

    To write:

    myMC.stop (); stop your mc when movie starts

    myMC.addEventListener (MouseEvent.CLICK, regarderMovie); Add a listener for the click of the mouse the mc that will trigger the function playMovie

    playMovie(event:MouseEvent) //function MC function start

    {

    myMC.play ();

    }

    I hope this has been helpful.

  • Why Mp3 files will not play when you click it?

    Win Xp Sp3
    Firefox 32.0.3

    I can't my mp3 on Box.net to play. This link opens a player, but when I push the 'Play' button, nothing happens.

    https://app.box.com/s/s2yq8eokzcrihprv63yl

    In the console of the Web Developer, I see a message saying that the file can not be decoded.

    f_21818880347 Media resource https://app.box.com/preview/f_21818880347.mp3 could not be decoded.

    This problem is new. Firefox has always worked before. I don't know how long I had the problem without knowing on the subject.

    If you use extensions (Firefox/tools > Modules > Extensions) which can block content (e.g., Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that these extensions are not blocking content.

  • Pause video when you click it?

    Hi, I have a flash video which is set to auto play when page loads. We have just implemented system thickbox/lightbox on it now so when you click on the video she is growing in this new framework. Problem, when it made the video/audio is still playing while the video in the thickbox plays too. This listening ineffective attack. Does anyone know a code that would trigger the video to pause when you click anywhere on the video screen?

    Now the videos tested at this link- http://edlevinjewelry.com/indexTEST.html

    I don't currently have the video related to lightbox, just a link above the video to expand.

    With FLVPlayback, this is my current code (he currently coded and implemented for the automatic video game starts at 52 seconds)...

    Import fl.video.MetadataEvent;
    Import fl.video.VideoProgressEvent;

    Fl.video import. *;

    my_FLVPlybk.addEventListener (VideoEvent.COMPLETE, rewind);
    function rewind(eventObject:VideoEvent):void {}
    my_FLVPlybk.seek (52);
    my_FLVPlybk.play ();

    }

    var fp:FLVPlayback = my_FLVPlybk;
    fp.addEventListener (VideoProgressEvent.PROGRESS, videoProgressHandler, false, 0, true);
    fp.addEventListener (MetadataEvent.METADATA_RECEIVED, metaDataHandler, false, 0, true);
    fp.autoPlay = false;

    var startSeekTime:Number = 52;
    var videoDuration:Number;
    var videoSeeked:Boolean = false;

    function metaDataHandler(event:MetadataEvent):void {}
    If (event.info.duration! = null) {}
    videoDuration = event.info.duration;
    }
    }

    function videoProgressHandler(event:VideoProgressEvent):void {}
    var fp:FLVPlayback = event.currentTarget as FLVPlayback;
    var bytesLoaded:Number = event.bytesLoaded;
    var bytesTotal:Number = event.bytesTotal;
    If (! isNaN (videoDuration)) {}

    If ((bytesLoaded/bytesTotal) > = ((startSeekTime + 4) / videoDuration) & &! videoSeeked) {}

    videoSeeked = true;
    FP. Seek (startSeekTime);

    FP. Play();
    }
    }
    }

    Sorry, I thought that the flvplayback component extended the class movieclip.

    use:

    var toggle: Boolean = false;

    stage.addEventListener (MouseEvent.CLICK, videoF);

    function videoF(e:MouseEvent) {}

    {if (!) Toggle)}

    my_FLVPlybk.pause ();

    } else {}

    my_FLVPlybk.play ();

    }

    Toggle =! switch;

    }

  • Can see is more videos on the internet when you click on the arrow of reading, it becomes just a black screen.

    Original title: can see more videos on the internet is

    Since last week, my computer won't play any video on the internet. When you click on the arrow of reading, it becomes just a black screen.  I can always download movies from netflix.  I uninstalled adobe Flash Player and reinstalled and still does not work.  Someone at - it answers? Thank you!

    Hello

    Yes, it will work.
    However, when you try to open something on the internet, it opens with the default browser.
    Method 1: You can make the default Internet Explorer browser and then perform the troubleshooting steps.
    Reference:
    Change the web browser by default
    http://Windows.Microsoft.com/en-GB/Windows-Vista/change-your-default-Web-browser

    Method 2: Since then, it was working fine before, you can restore the computer to a date when it was working fine.

    Reference:
     
     
    If online videos play fine in Internet Explorer and cause problems only when you play in Mozilla Firefox, you can ask your question in the Forums in Support of Firefox as well:
  • Small box, Adobe Flash Settings for storage space interferes with videos. It won't go away when you click DECLINE. Windows 7

    This little box pop up asking the storage space appears constantly during the videos, and it won't go away when you click DECLINE.  I tried to DENY EVERYTHING in the settings, but then I couldn't videos, even videos that play, but are covered by the small box of Adobe, asking for storage.  I just never will have access to the videos without the interference of Adobe?

    Hello

    The application that you are running in Adobe Flash Player wants to store some information on your computer, but it needs more space than is currently allocated. Player, Flash displays the amount of space that is currently used for storage and pray the required maximum to save the information.

    You can use the Save Local settings panel to let future applications of this Web site to store information on your computer without asking you for permission each time. To display the Local Storage Panel:

    a. right click on the image for application during its execution.

    b. in the context menu, select settings and then click the Local Storage tab.

    You can also use the Flash Player Settings Manager to manage your settings of local storage at the global level and on a site-by-site basis.

    1. what application you run using Adobe Flash Player?

    2. you are trying to play the videos from the computer or online?

    3. what web browser do you use on your computer?

    Follow the steps below:

    Method 1:

    In the Settings of Adobe Flash Playerpop-up message, check the box never ask again, click allow and control.

    For reference:

    http://www.Macromedia.com/support/documentation/en/flashplayer/help/help07.html#117290

    Method 2:

    Uninstall Adobe Flash Player and reinstall the latest version and check.

    Uninstall or change a program:

    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

    Install the latest version of Adobe Flash Player from the link below:

    Adobe Flash Player:

    http://get.Adobe.com/flashplayer/

    Method 3:

    If you are facing problems in Internet Explorer, and then follow the steps in the link below.

    The video problems when you use Internet Explorer:

    http://support.Microsoft.com/kb/2532294

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    For reference:

    Of local storage pop-up question:

    http://www.Macromedia.com/support/documentation/en/flashplayer/help/help06.html

    Let us know the status of the issue. If you need help, please after return. We will be happy to help you.

  • How to integrate an audio to a Muse image file so that the music plays only when you click on the image?

    Hello! I'm looking for a way to incorporate an audio file (mp3 or quicktime) into a still image in my Muse site. Ideally, the audio would play only when you click the image, so that each image can contain a separate audio file. So important is that the audio file is not visible on the site (so soundcloud, youtube and vimeo doesn't work here). Is there a way to do this? Thank you, AR

    Check out this edition of the month of 123Muse (www.123Muse.com). This is audio and video by Muse.

  • the video is the future. How do videos PLAY when sharing with others?

    How to make video content on game Keynote when shared with others.

    Hey dominiek releases,

    Thanks for this info and choosing the communities Support from Apple. I know how important, given your speech work the way you want when share you!

    If I understand correctly, you want the video to play automatically. Good news is that it looks like it is possible!

    «When the media begins to play in Keynote: check the box "start the media when the click on" to start playback when you click.» If you want the media to play automatically when the slide is displayed, uncheck the box.

    Add video and audio - speech help

    See you soon!

  • Dynamically replace the spark icon button when you click on

    I'm looking to turn 'play' and the button icons 'pause' button in a video player, I developed.  It is a packaged application IOS so "ToggleButton" use is not recommended by Adobe. It is not mobile optimized.

    When you click on the button of the current icon should be replaced by another dynamically.

    How to do that generically - in essence, with traces hard coding to the assets inside the skin?

    I see a lot of examples where you can move an icon to a skin - like this http://blog.flexwiz.net/tip-easy-spark-icon-button/instance.

    But how did you then fail over to another icon on the fly when the user clicks on the button?

    Think I see how.  The value of the element of style "icon" in the AS button click handler.

    btnPlyPause.setStyle ("icon", "path_to_asset");

    Now just the logic of maintaining awareness of the State in which I am currently in - play or pause so I can choose the icon on the right.

    Cool.

  • AS3: How an instance of flvplayback stop playing when you leave its frame in the timeline?

    I created a small theatre program and it is working very well, but I cannot for the life of me understand why it works without additional code.

    I have a timeline with frames 5 and last 4 executives have a different instance of an animation flash (flvplayback) in them: all of them charge a different movie as its source and I don't give instance names to one of them.

    To get to one of these frameworks, there are 4 buttons and the eventlistener to click a button calls a function that specifies which image to go to and stop at the.  Since each flvplayback has autoplay set to 'true', the movie starts to play when you enter its framework.  If I click a different button to get a different picture, this first film stops play and the video in the 2nd starts frame.  I have not any actionscript in saying the first movie to stop and I can't find anything in the AS3 reference that suggests that the flvplayback component could work this way.  Why didn't I tell an flvplayback instance programmatically to stop when I'm out of its frame in the timeline?

    Thank you

    Sean

    If you leave its framework there are more.  But from other postings I've seen, people most often ask why he always plays because they can hear the continuous sound even if they left the frame.  I think in your case what could have to do with you based on components in the adjacent blocks, such that you essentially load a new source in the player.  There is an anomaly MNI Flash where if you place instances of the same object in adjacent frames, the latter inherits the properties of the former, essentially becoming it.  Then you fall into this scenario where essentially the same player is told to change what he is playing.  You could try to stagger the instances with empty frames between and see whether you get similar results.

  • Explorer Windows has stopped working when you click FLVfile

    http://go.Microsoft.com/fwlink/?LinkId=104288&clcid=0x0409

    Explorer Windows has stopped working when you click FLVfile / video clip downloaded by REALPLAYER

    Hello

    What version of the windows operating system is installed in the computer?

    I suggest you to see link and check. (That applies to windows vista and windows 7)?

    Error: Windows Explorer has stopped working

    http://support.Microsoft.com/kb/2694911

    Note: After checking in the clean boot, follow step: 7 article to reset your computer to normal startup.

    Note that it takes as much time to do the upgrade as to reinstall the operating system. In addition, some of your custom Windows settings may be lost through this process.

  • My Windows Media Player does not open upward when you click it in the list of available programs, nor will any media over the internet using Windows Media does not work

    My Windows Media does not open upward, when you click on Window Media Player in the list of available programs nor play any internet media using the Media window. I have the 110.6002.18311 version. Any help to fix this problem will be appreciated.

    Hello

    You can try to re register the dll files for windows media player and if it helps fix your problem. To do this, please follow the steps below:
    1. Click Start, type cmd in the search box and right-click on cmd.exe, and then click Run as administrator.
    2. At the command prompt, type the following commands and press ENTER after each command:
    regsvr32 vbscript.dll
    regsvr32 jscript.dll
    regsvr32 wmp.dll

Maybe you are looking for

  • How to use a web application?

    I have install BarFight from here "https://apps.mozillalabs.com/appdir/". How do I use and how I can uninstall it?

  • Support vlan missing R6250

    Hi guys,. Are there any chance to get r6250 to support the vlan in update close? The specifications of this router is excellent, good speed - memory support for usb 3.0 everything is cool. But I miss a lot of support of vlan. My fiber optics connecti

  • lack 32 sysvol file

    Failed to get volume on the taskbar control, sends me to add remove programs, can't find it!

  • Add Remove Programs list

    When I open Add & Remove only a few select programs, I can remove it how I display it all if I deleted windows live messenger messenger as & when I try to reinstall the program of installtion says I already how can I fix so thank you Bill weber

  • BlackBerry smartphone keyboard lock missing

    Just upgraded to 5.0 and keyboard lock is missing. Shortcut as well as the convenience keys. Does anyone have a solution for this short of reinstalling the old software?