Audio still plays after IE7 tab closed

Trying debug an issue we are having with OSMF when using a live stream in Internet Explorer in a tab. When the tab is closed, the audio will continue the play. I did a search and and found a post by someone who experienced a similar situation in IE6 with audio in general (http://forums.adobe.com/message/69675#69675) but no responses.
Anyone experienced this and could share any knowledge?
Cheers
/Kris

Ok I think I solved the issue. I was removing and nulling the media element before I was removing it from the video player. Once I switched those two, everything worked fine. Seems to make sense.

Similar Messages

  • After reducing audio in all clips, audio still plays?

    When making music videos, I reduce the volume to 0% in all the clips. This worked for a while, but after making multiple music videos, the audio still played AFTER I reduced it to 0%.

    That's a real shame, kinda renders the software useless if you cannot match video to music timing.. I just edited my first movie with imovie9 and the amount of bugs i found was astonishing. I feel i'm only doing simple things with it.
    Very disappointing..

  • Youtube audio keeps playing after I leave video page.

    Video and audio play just fine but when I backtrack or close tab the audio still plays. If i reload the tab the audio will stop but i've never had this issue before. I have the most current firefox downloaded and have even deleted and re-downloaded the browser twice.

    First you have two Flash Player installed
    *Shockwave Flash 12.0 r0
    *Shockwave Flash 11.5 r502
    Try disable the hardware acceleration:
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Extracted audio still plays.

    Hi Everyone,
    I extracted the audio from a very short video clip. I want the clip to run in slow motion. My problem is that I don't hear any sound when I play the clip normally, but when I try to add the slow motion effect, the audio comes back. Any solutions?
    Thanks, Jennifer

    Sometimes (..always?..) when you try out an effect in the little Preview window, after the audio's been extracted, the audio still plays.
    However, that's just a feature (bug?) of the effect preview.
    My experience is that if you actually Apply the effect, when you've tested it - so that the timing is correct for what you want - the audio, in the real clip, does stay muted, etc.
    I've had muted ('extracted') audio still playing - in that teeny Preview window - when I try to slow down or reverse a clip. Nevertheless, when I've Applied the effect, everything's as it should be.
    I think that the Preview facility relies on a separate little QuickTime player, and that doesn't necessarily pick up all the alterations you've made to your project until after the effect has been Applied. (..The effect and transition Preview generally tries to play from a memory cache, so it plays back a clip from within the computer's memory, instead of reading from the list of recent alterations to the project, such as audio muting..)

  • I am importing a video and in iMovie the video is now white. the audio still plays and I can play the video properly outside of iMovie so any help is good?

    I am importing a video and in iMovie the video is now white. the audio still plays and I can play the video properly outside of iMovie so any help is good?

    I going to recommend again, downloading and installing some video helper applications.
    1. http://perian.org/ (this will add a number of different file types to the ones QuickTime already plays)
    2. http://www.divx.com/en/software/mac (will add more file types to what QuickTime can play)
    Either one of these might be necessary to get MPEG Streamclip to export the video. Failing that the only other thing I have found is an obscurve discussion thread on Avid.com:
    http://duc.avid.com/archive/index.php/t-277791.html
    I've figured out what the problem is on my end. The video came from Avid on a Windows machine and was encoded with Squeeze. I found out that the 2 seconds of black at the top of the video were at a different frame rate than the rest of the video. I chopped off the 2 seconds of black and started at the first frame of video, exported it with Quicktime Pro and was able successfully view the video in ProTools. Apparently Squeeze will let you create a movie file that has different frame rates within the same movie... This fixed my issue that was exactly as you describe, hopefully it might work for you.
    Lastly, you could try converting the video clip using HandBrake

  • RemoveChild() but audio still plays

    Hy!
    I have a flash website where different pages are movieclips which are added or removed from the main stage, depending on which buttons are clicked.
    The problem is that I have a 'video' page where a YouTube player is embedded. The video plays as soon as the movieclip loads, but when I remove the child from the stage and I add another movieclip on top of it, the audio still plays.
    I have tried using the SounMixer.stopAll() but it works only when I test swf in Flash. When I open the swf separately from the folder it is in, it doesn't work anymore.
    Can somebody please help me?
    Thanks a lot!

    It is not a FLVPlayback control, it is a YouTube ActionScript 3.0 Player API.
    Here is the code :
    // The player SWF file on www.youtube.com needs to communicate with your host
    // SWF file. Your code must call Security.allowDomain() to allow this
    // communication.
    Security.allowDomain("www.youtube.com");
    // This will hold the API player instance once it is initialized.
    var player:Object;
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
    loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3")); //load the embedded player
    play_btn.addEventListener(MouseEvent.CLICK, playVid);
    pause_btn.addEventListener(MouseEvent.CLICK, pauseVid);
    video1_btn.addEventListener(MouseEvent.CLICK,playVid1);
    video2_btn.addEventListener(MouseEvent.CLICK,playVid2);
    video3_btn.addEventListener(MouseEvent.CLICK,playVid3);
    mute_btn.addEventListener(MouseEvent.CLICK,muteVideo);
    unmute_btn.addEventListener(MouseEvent.CLICK,unmuteVideo);
    function onLoaderInit(event:Event):void {
        addChild(loader);
        loader.content.addEventListener("onReady", onPlayerReady);
        loader.content.addEventListener("onError", onPlayerError);
        loader.content.addEventListener("onStateChange", onPlayerStateChange);
        loader.content.addEventListener("onPlaybackQualityChange", onVideoPlaybackQualityChange);
    function onPlayerReady(event:Event):void {
        // Event.data contains the event parameter, which is the Player API ID
      trace("player ready:", Object(event).data);
      player = loader.content;
              player.loadVideoByUrl("http://www.youtube.com/v/v6oJ5rw9mys",0);
        // Set appropriate player dimensions an its position
      player.setSize(480, 360);
              player.x=50;
              player.y=220;
              video_title.text="Multiplying Sevens-Times Table";
    function onPlayerError(event:Event):void {
        // Event.data contains the event parameter, which is the error code
        trace("player error:", Object(event).data);
    function onPlayerStateChange(event:Event):void {
        // Event.data contains the event parameter, which is the new player state
        trace("player state:", Object(event).data);
    function onVideoPlaybackQualityChange(event:Event):void {
        // Event.data contains the event parameter, which is the new video quality
        trace("video quality:", Object(event).data);
    I have taken this code from its YouTube ActionScript 3.0 Player API Reference

  • I removeChild but audio still plays

    I have as3 script that loads an external swf which contains flv video:
    var eventInitialLoader:Loader = new Loader();
    var eventInitialURL:String = parent['eventPath'+ie];
    var eventInitialRequest:URLRequest = new URLRequest(eventInitialURL);
    eventInitialLoader.load(eventInitialRequest);
    eventOdd.addChild(eventInitialLoader);
    ...And some script later on that removes it:
    eventOdd.removeChild(eventInitialLoader);
    The movie clip is removed but the audio continues to play. Why is this? What can I do to make sure the audio is removed also?
    Thank You!

    Hey BrianatArean I have the same problem . Were you using the Video class? I user this code to kill everything but the audio still plays:
    public function stopIt()
                video.clear();
                ns.close();
            public function killIt()
                 trace("VideoHandler.killIt() called");
                 stopIt();
                 _stage.removeChild(video);
                 nc.removeEventListener (NetStatusEvent.NET_STATUS,checkConnect);
                 ns.removeEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                 nc.close();
                 video = null;
                 ns = null;
                 nc = null;
                 flag_Running =false;

  • Audio wont play after importing from camcorder

    I import video fine via the camcorder, the audio plays fine while importing but when I went to edit it, the audio track stops playing after about a mintue or two.
    It shows up in the timeline, I have it checked to play, but for some reason it does not play, any ideas why this happens? I extracted a small clip of audio, and it still wont play. Any help is appreciated!

    I'll double check at home the cam is there, I was messing with the settings at one point, new cam but don't think I changed any audio settings, just put it to stereo....

  • Audio stops playing after a few seconds when importing a HD clip

    I have CS4 running on Enterprise version of Windows 7 64 bit on the following hardware:
    Processor:  Intel i7-970 Hex core Gulftown
    Motherboard: Asus P6X58 Premium
    RAM: 24GB Kingston DDR3 1065
    Video card: Nvidia Geforce9800GT
    Four hard drives, system disk is stand alone and the other three are split in groups of RAID0
    When I import a HD clip from file (EXCAM EX 720p60p) the audio will play in the source window or the timeline for a few seconds and then quit.  If I edit the clip in Soundbooth, from the timeline, the waveform quits at the point that the audio stopped in the timeline.
    This behavior is very sporatic; sometimes it happens and sometimes it doesn't.  Closing the program and restarting sometimes solves a certain clips audio problem, sometimes it doesn't. Yesterday I worked all day without it happening but today it is happening every few clips.  Some I can fix by restarting Premiere, some I can't.
    If I import the clip from Bridge to Soundbooth the audio waveform is just fine.
    I have seen this problem discussed several years ago but never resolved in that discussion.  Any ideas?

    Yes!  I imported the entire BPAV in a file on my scratch drive under the specific project folder.  From there I am using the media browser in CS4 to either preview the clip or import it into the project.  The audio drops out whether it is previewed or imported.  And as I have said, this behavior is not consistant.  I have yet to find a repeatable cure.
    Also as I have said if I import the offending clip, from the same folder, into Soundbooth using Bridge the waveform is fine.  If I import the same clip into Soundbooth from the Premiere timeline the waveform goes flat where the audio stopped in Premiere.
    Thanks for the quick replies.
    I am readingthe article that was suggested soon.

  • Audio stops playing after applying effect

    First of all, I'm a beginner, so any help is appreciated. I' ve strung a few clips together including a photo and some video. I imported a sound file to go with the clips. Everything worked fine until I applied an effect to the video clip (contrast and brightness). Now when I play back the movie, the audio stops playing soon after beginning the video clip. I've checked the volume of the audio and it's fine.... as soon as I undo the effect, it all plays fine again.
    Any suggestions?
    powerbook G4   Mac OS X (10.3.9)  

    Hi jdoo and welcome!
    Try extracting the audio from that video clip before
    adding the transition/effect.
    Thanks for your suggestion. I just discovered what the problem was. When I applied the effect I didn't notice that there was a progress bar and that it took quite a while for the effect to be totally applied. I was trying to play the movie back while processing was taking place and that interrupted the audio.
    powerbook G4 Mac OS X (10.3.9)

  • Deleted audio still plays - help

    project in imovie hd. i have extracted the audio, lowered the audio in the video clip to 0%, and unchecked the audio box in the time line. most of the audio in the video clip is gone but about 2 seconds at the start and end of each video clip still plays. so you hear "and cut!" at the end!
    fyi i m working on a slient film so i dont care if all the video sound is gone. the soundtrack is done.

    most of the audio in the video clip is gone but about 2 seconds at the start and end of each video clip still play
    Do you by any chance have transitions where this happens?
    Extracting the audio from the clips before applying transitions prevents this.

  • Music still playing after turning device off

    Hello I've got a curve 9300 3g os6, and when I play music on it and decide to switch the device off, the music still plays even though the device is switched off, could you please tell me what could be wrong? Thankyou.

    Usually even if you take the tick out of "GPS Satellites", google apps still can access the gps if you had granted it permission, the best way to completely stop GPS is to go to Settings>Location Services and turn off  "Access to my location" this will completely shut down GPS from everything. Just restart the phone after that and check if that solved your problem

  • Audio keeps playing after I navigate away from page?

    Hi
    When I play media, for example a YouTube video, when I navigate away from the page the audio keeps playing. This is unique to Safari. Firefox doesn't behave in this way. Any ideas how to fix this?
    Cheers.

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
    2. Safari > Preferences > Privacy
        Press the button “ Remove All Website Data”.

  • A30 audio wont play after XP pro install

    My A30 crashed a few days ago, and I have done a complete format and re-install of XP pro. A number of features did not subsequently work, such as power management, touch pad, and audio. Touch pad and power management have been fixed with the relevant drivers, however, I cannot get any audio to play. Its almost as if the sound card is not being recognised, though the drivers are installed. Am at a complete loss so all help gratefully received

    Hello,
    at http://eu.computers.toshiba-europe.com in the driver download section you will fin the current Realtek sound driver for the A30 series! Try to install it!
    Otherwise you should install the sound driver from the tools & Utilities CD!
    Bye Tok

  • Re: Random music playing after smart cover closed

    My music is randomly playing after I close the smart cover.  Not much fun in a business meeting.  Any ideas?

    i had the same issue and it wasn't music from my library. I shut dow all running apps and it continued

Maybe you are looking for