Play pause movie controls

I would like to create play/pause movie controls that for different flv files.
I do not want to use skins but have the controls as part of the movie/video.
Can anyone point me to a tutorial source that will help me design these?

please don't cross-post.  check your duplicate thread.

Similar Messages

  • Animation couldnt control with Play pause toggle button..

    I have multiple movie clip with bg sound.I have used the code AS3 for toggling the animation ( Play & Pause ).Automatically the animation starts and button also togggled on click but couldnt control the animation .
    I need some solutions like when the intial stage the animation wont start etither the button click to play.After that the flow as it is in action ( ON Click ). Kindly anyone guide me to solve it. i'm very new to flash. this is my first project and ihave to finish it soon..
    btns.visible = false;
    btns.addEventListener(MouseEvent.CLICK,onEl);
    dfr.addEventListener(MouseEvent.MOUSE_OVER,onEls);
    dfr.addEventListener(MouseEvent.MOUSE_OUT,onEld);
    btns.addEventListener(MouseEvent.MOUSE_OVER,onEls);
    btns.addEventListener(MouseEvent.MOUSE_OUT,onEld);
    var _vrSts:int = 0;
    function onEl(eve:Event):void    {
        if(_vrSts)    {
            trace('status:'+_vrSts);
            _vrSts = 0;
            btns.gotoAndPlay(1);
        }else    {
            trace('status:'+_vrSts);
            _vrSts = 1;
            btns.gotoAndStop(2);
    function onEls(eve:Event):void    {
        btns.visible = true;
    function onEld(eve:Event):void    {
        btns.visible = false;

    Hi Ned!
    i done it. here is the solution.One issuse is" End of the animation it goes to 1st frame with pause button, but intially there has play button."
    stop();
    btns.visible = true;
    btns.addEventListener(MouseEvent.CLICK,onEl);
    dfr.addEventListener(MouseEvent.MOUSE_OVER,onEls);
    dfr.addEventListener(MouseEvent.MOUSE_OUT,onEld);
    btns.addEventListener(MouseEvent.MOUSE_OVER,onEls);
    btns.addEventListener(MouseEvent.MOUSE_OUT,onEld);
    var _vrSts:int = 0;
    function onEl(eve:Event):void    {
        if(_vrSts)    {
            //trace('status:'+_vrSts);  
            _vrSts = 0;
            //btns.label = "Play";
            btns.gotoAndPlay(1);
            btns.visible = false;
            //if(currentFrame == 445)
                //gotoAndPlay(1);
                if(currentFrame == 445) {
                gotoAndPlay(1);    
                btns.gotoAndStop(1);    
            else
               stop();
            //btns.gotoAndStop(1);
        }else    {
            //trace('status:'+_vrSts);
            //stop();
            _vrSts = 1;
            btns.gotoAndStop(2);
            //btns.label = "Pause";
               play();
    function onEls(eve:Event):void    {
        btns.visible = true;
    function onEld(eve:Event):void    {
        if(_vrSts)
            btns.visible = false;

  • Remote control play/pause gnome

    ok so i have just installed Gnome and tried to use the remote control that ships with my compro videomate T750, i can use the volume fine but when it comes to pausing a movie in say smplayer all i get is a ring with a line through it. i know the control works as i use it with LXDE and KDE with no issue at all, i have tried setting keyboard mapping and when i press play/pause the mapping is accepted however when i try to use it it wont work.
    anyone have any suggestions / experiance with this issue.
    Thanx
    EDIT.... have just discovered that the pause button on my keyboard also is not recognised (maybe linked)
    Last edited by wiggly (2013-07-11 15:41:33)

    yes i tried last night and totem and rythmbox both work. i would have liked to stick with smplayer and maybe i will look for a plugin or something later but for now it seems to be working. however as the original post was regarding a non standard gnome media player i shall hold off marking it solved until either i find or am informed about a work round.

  • When I play a movie in iDVD, how can I pause to return to main menu?

    When I play a Quicktime movie in iDVD, is it possible to have a progress slider and have controls with play, pause, forward or rewind while playing? Right now, what it does is the movie plays entirely and returns to main menu after playing.
    Also, how can I return to main menu even if the video hasn't entirely played?
    Thanx in advance!
    Serge

    When I play a Quicktime movie in iDVD, is it possible to have a progress slider and have controls with play, pause, forward or rewind while playing? Right now, what it does is the movie plays entirely and returns to main menu after playing.
    No, not in iDVD - Have you tried the controls on your DVD player remote - that's what I do.
    Also, how can I return to main menu even if the video hasn't entirely played?
    I just hit the 'Menu' button on my DVD player remote.

  • Play Pause  as2 swf Movie from As3swf Movie

    Ihave create one as3 flash file.That file loads as2 swf movies. Ineed Control like (play,pause,gotoAndstop)from as3 flashMovie. Is it posssible?

    Virtual Machines (VM)s run SWFs files. AS3 and AS2 have completely separate VMs. Thus they cannot directly talk to each other because they're running as if they're 2 completely separate applications.
    As mentioned you can use the localconnection class to communicate to any process listening. You'll need to have your AS2 documents listening for commands from your AS3 document to do what you want to do.

  • Need help in controlling a video (play/pause) with the main play bar in Cp7.

    In a presentation, I'm doing an online ordering demo - my slide(s) have a video object, audio clip and may have various text and/or shapes that will transition from time to time. The problem being, if Pause is clicked in the main/TOC play bar, the presentation pauses but the video continues to play, until the end of that video. My video is an .f4v (I've also tried it as an .flv).
    What can i do to allow the main play bar to control the video?

    Insert as Slide video, not as Event video.  Then the playbar will also control the video.

  • In QuickTime 10 is there a way to hide the movie controls when paused?

    Is there anyway to hide the movie controls in quicktime when pausing movies? It's quite irritating when trying to analyse video, especially when resolution is low, and can't move the controls out of the video window to see whole picture. There should be a way to move them outside the movie window?

    Click the mouse while it is over the player window. The onscreen controls and title bar will disappear.

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

  • Universal dock remote control play/pause button doesn't work

    Hi all,
    Ok since updating to Ipod touch software v2.2 I have been unable to use the play/pause button on my Apple universal dock remote, whilst my iPod touch is in the dock.
    The volume controls and track next and previous buttons commands on the remote control work just fine.
    I have tried unpairing and then pairing the remote with the universal dock but same issue. I thought that maybe the play/pause key was possibly broken. However I tested the remote on my iMac and play/pause button works fine in front row.
    Any ideas/suggestions would be much appreciated.

    Strange thing is mine started working again last night and is still working. Seems the problem went away as it originally appeared. I hope it doesn't stop working.
    I will mark this thread as unanswered until we can figure why the remote, universal dock and iPod touch are behaving this way.

  • 7th generation.  I bought a new iPod 7th generation.  I can't just touch music, I have to double tap it. I can't select songs with a tap, I have to double tap it.  I then have to double tap play/pause, or next song selection to move to next song.  I

    I bought a new iPod 7th generation.  I can't just touch music, I have to double tap it. I can't select songs with a tap, I have to double tap it.  I then have to double tap play/pause, or next song selection to move to next song.  I also can't use my finger to scroll volume.

    Hello HoopsMD,
    Welcome to the Apple Support Communities!
    I understand that the display on your iPod nano (7th generation) is not responding to your touch as you would expect. In this situation, I would recommend reading over the attached article and working through the steps within to help resolve this issue. 
    iPod nano (7th generation): Hardware troubleshooting - Apple Support
    Display
    Follow these steps if your iPod doesn't respond to your input or has a display-related issue.
    Screen is unresponsive and displays Apple logo or white screen
    Reset iPod by holding down the Sleep/Wake button and Home button until you see the Apple logo appear. If the Apple logo appears on the display, connect iPod to a computer and verify that it appears in iTunes.
    If the Apple logo does not appear, or if the iPod is not seen in iTunes, connect it to iTunes and try to restore.
    Touch screen does not accept input
    Clean the screen with a microfiber polishing cloth.
    Do not wear gloves while using the touchscreen. Do not use the touchscreen with wet hands or immediately after applying hand lotion. Moisture affects touchscreen behavior in the same manner as it affects a trackpad.
    If you have a protective plastic sheet or film on the touchscreen, try removing it, because it may be preventing the touchscreen from working properly.
    The current application may be unresponsive; try resetting iPod by pressing and holding the Sleep/Wake button and the Home buttons simultaneously for a least six seconds, until the Apple logo appears.
    Sync with iTunes and restore the iPod.
    Have a great day,
    Joe

  • Play/Pause controls not working properly after IOS 8

    I like streaming content off of a website I visit in safari.  Before the update, I was able to play/pause the content from the lockscreen, I was also able to do it using my apple earpods.  Now this feature doesn't want to work properly.  It will work when I start listening, but if I let it play or stay paused for more than a minute, the controls stop working.  If I press pause in the lock screen, nothing will happen.  However, when I Slide-To-Open, the audio will start playing  (or pausing) like I intended.

    Follow-up to my earlier post that iPhone 6 Bluetooth not working correctly.  I purchased a Jawbone MiniJambox to use as a speaker phone in my office.  Everyone in our company thinks they are the best.  However, it is experiencing the same issues as with all my other Bluetooth headsets.  Everything works except cannot answer or hang up calls pushing the buttons on the Bluetooth devices.  The Bluetooth patio speakers in our courtyard also have the same issue.  However, my colleagues using iPhone 5 and 5s who did not update to iOS8 are using all Bluetooth devices without any issues.  Apple says it is a problem with my Bluetooth device.  Come on Apple.... This makes 7 different Bluetooth devices with different manufacturers.  You cannot possibly believe the problem is with the Bluetooth devices when iOS7 works perfectly fine...
    On another issue, my iPhone 5s worked perfectly fine in my vehicle entertainment center connected via USB.  The vehicle entertainment center had complete control of my iPhone and iTunes.  However, now I plug in my new iPhone 6 and it no longer communicates with my vehicle entertainment center.  Again when I called Apple, they said my vehicle entertainment center needed a firmware update.  Are you kidding me...  That is a bunch of BS...!!!

  • Pause Movie and Play song file, sound is scratchy and hear movie sound

    When I play a movie then pause and go to a music file the sound is very scratchy and I can hear stuff from the movie playing. Once it was a sound that just kept repeating, the other time i could the voices but they were in super slow motion. Any help would be appreciated in understanding this issue.

    That is what is happening, I hope that they resolve this issue as it seems to be something I do quite often as everyone wants to see the video playback then on my drive home I kick off an audiobook for the drive.
    Thanks

  • Controlling keybaord Play/Pause button

    Hello:
    I have a PS2 keyboard that I cannot find a good replacemnt for, so I will keep it (Windows Natural Multimedia Keyboard). Most multimedia buttons on it works, but not Play/Pause, which I would really need. Spacebar works as a Play/Pause toggle, but only if the iTunes window is visible on the monitor screen. (Play/Pause would probably work on a USB keyboard, but, as I said, I cannot find anything but black keyboards, and my eyes are saying "No!".)
    Now, I can program buttons, and I wonder if there is any way to control iTunes Play/Pause via some command or such?
    Grateful for tips.
    Regards,
    Hans L

    Costco has an awesome return policy -
    90 days
    opened box,
    full refund..
    and they dont check serial #s)
    (Honestly i have no idea why Apple allows their iPods to be sold under so lenient a returns policy)
    Anyway, this info is facts. Do with it what you will.

  • [Solved] Control MPD with Macbook Pro Play/Pause keys

    I have mpd installed and working with ncmpcpp as the client.
    I have a 17" C2D 9600GT Mac book Po.
    I have pommed installed and working.
    I'm using openbox, but I sometimes use awesome when I feel like it.
    I think that's all you really need to know. This is probably really simple, but I'm not sure how to do it.
    I would like the play/pause key to play/pause, skip forward key to skip forward and the skip back to skip back.
    This is a little unrelated, but if any of you have a macbook pro you would know about the alternate to the F3 key. In mac It takes all of your active windows and tiles them across the screen so you can select what window. In awesome, to change the tiling mode you press Command(super)+space. Can I make that alternate F3 key mapped to this?
    Thanks guys.
    Last edited by starfox5194 (2011-01-10 22:14:48)

    Got it all set. Thanks dude. That link helped quite a bit.
    Just in case anyone was wondering, I ended up figuring out what the keys were mapped to and assigned them to control mpc via the rc.xml for openbox.
    So basically, copy and paste this into your rc.xml as long as your keys are mapped to XF86 correctly.
    <keybind key="XF86AudioPrev">
    <action name="Execute">
    <execute>mpc prev</execute>
    </action>
    </keybind>
    <keybind key="XF86AudioPlay">
    <action name="Execute">
    <execute>mpc toggle</execute>
    </action>
    </keybind>
    <keybind key="XF86AudioNext">
    <action name="Execute">
    <execute>mpc next</execute>
    </action>
    </keybind>
    Last edited by starfox5194 (2011-01-10 22:14:34)

  • A problem with the Play/ Pause control button in a quiz project

    Hi,
    I have a probem with the play/ pause button in this project,
    it is a quiz project, the problem is when I click the pause the
    project does not pause and keep working ? Any idea why?
    http://www.megaupload.com/?d=995I8WX9
    Thanks

    If you have bought you Macbook within 90 days or have bought AppleCare you can call them for free and ask them what you should do. 1-800-MY-APPLE

Maybe you are looking for

  • VerifyError on OC4J (9.0.2.1.0)

    We've been getting a smattering of these errors lately, and once they happen, we have to bounce our OC4J process. Sometimes they can return in 5 minutes, sometimes not till the next day. I just found out that the support staff applied a patch shortly

  • Session expiration issue with parent and child window

    Hi, We have two applications (App1 - Implemented using JSF, Spring and Hibernate and App2 -Implemented using Spring MVC, Spring JDBC). I have implemented 'Test Access Content' functionality in App1. First admin user (Role- Manager) needs to login to

  • Calling excel to open csv file created by export within same process

    Hello All, I'm very new to apex and never done any javascript. My company is trying to convert this old forms programmer. What I'm trying to do for a client is to open excel with a specific template I've created that will format the data from a csv f

  • Iphone 5C went black

    Slowly but surely when my iphone drpped(not too far away I may add) it went black and know I can't do anything. People call me but I can't answer or turn it off. What does this mean?

  • I need to create handling units by serial numbers in HUPAST

    Hello Experts, I need to create handling unit by serial numbers instead of Batch Numbers. Please suggest me how we can do this. Thanks, Gaurav