Sound from video plays after video player removed from stage

I have a website http://www.droolpigs.com when I go there if I click the video archives button then play a video  then click on the home or photos button or one of the alternate  background buttons on the left the video goes away as it should but not  always the audio (especially when I click while the video is still  buffering).  Is there a command I can use to kill the sound from the  flvPlayback component and nothing else(I have a mp3 player there also I  so I don't want to use the SoundMatrix class.
btw the videos are all played on an instance of the flvPlayback component.

That didn't work.  I found this posting where someone claimed to access the netstream object in flvPlayback
video1.addEventListener(VideoEvent.STATE_CHANGE, onVideoStateChange);
        private function onVideoStateChange(evt:VideoEvent)
            ns = evt.target.getVideoPlayer(evt.vp).netStream;
            video1.removeEventListener(VideoEvent.STATE_CHANGE, onVideoStateChange);
            setNetstreamObject();        
I attempted to instantiate ns this way var ns:NetStream = new NetStream(); but the compiler was expecting a argument.
I'm about ready to ditch flvPlayback and try my luck with the NetStream class.

Similar Messages

  • Hello. I've Apple TV 3rd gen and MacBook Pro 2013 all with latest updates. AirPlay works fine till I don't start streaming videos from YouTube. After that AirPlay icon from MacBook menu bar simply disappears. Could some help. I'm using 2 Mbps Internet

    Hello. I've Apple TV 3rd gen and MacBook Pro 2013 all with latest updates. AirPlay works fine till I don't start streaming videos from YouTube. After that AirPlay icon from MacBook menu bar simply disappears. Could some help. I'm using 2 Mbps internet connection.

    Same issue here- I can airplay my amazon prime library just fine from my iphone 5 but on my macbook- (mavericks, 15 inch 2013 retina with quad core i7, nvidia 650 M and SSD) it just sputters and lags.
    I have noticed web video is considerably worse than local content, giving me pauses of up to 2 or 3 seconds in which video stops but audio continues in the amazon player. Youku video, however, seems relatively stable. Our subscription speed is 25 mbps, so that should be plenty to stream SD video from Amazon and doesn't account for why it would be nice and stable from the iphone, but not the mbp.
    Playing light, locally hosted steam sidescrollers  like Limbo is better but gives periodic drops in framerate on the Tv. when mirroring the framerate remains steady on the MBP screen.
    Games airplayed from my iphone seem relatively stable, though with a noticably lower framerate on the TV than on the phone.
    It seems these issues have abated considerably since yesterday's Apple TV update, but are still curious nonetheless and I'm not sure that the update yesterday was specifically meant to address those issues or if I'm just getting a time with less network interference now.
    Comcast recently installed a new router/modem/phone combo, replacing our old separate modem and router setup. I'm going to test if putting the network on a different channel helps.

  • GRRR - MuVo won't play songs after it's removed from USB P

    :robotmad:Just bought a Nomad MuVo for a X-mas gift for my daughter, and I can't get the songs to play after I've removed the player from the USB Port. WMA songs seem to download to player OK, as I can play them from the MuVo through the jukebox software that was included with the MuVo. However, as soon as I take it out of the computer and turn it on, the light quickly goes from green to red as if there are no files there. Windows Explorer shows that they ARE. I always use the "safely remove hardware" function. I've tried to solve this by:
    Reformatting the player</LI>
    Removing the "settings.dat" file from the player</LI>
    Downloading/installing latest firmware</LI>
    Downloading/installing latest driver</LI>
    None of the above has changed anything.
    If it matters, the WMA files I'm trying to download were purchased from WalMart online.
    <PLEASE HELP!

    Jason - I could kiss you!!! The Windows Media software worked!!!!
    Call yourself Santa because the only thing my daughter wanted for X-mas was an MP3 player and gift cards for music to download online. The MuVo was the 2nd player I bought -first one was an unnamed cool-looking (but so far entirely useless and supportless) one from EBay. I've been wasting endless hours since November trying to get one or the other to work with downloaded DRM-protected WMA files. I don't know what I would've done without you!!!
    However, I'm irritated that the Creative website inferred that if I downloaded the latest software/firmware, it would allow me to use DRM songs with their software. I would think that a ton of people are going to have this issue, and the Creative info tells you that you have to use the enclosed software. This issue should really be prominently posted in the troubleshooting section.

  • Problem: Audio from the video plays, but video does not show.

    Hi,
    I used the following code to play the video. The audio from the video plays displaying the player but there is no visual.
    There is no problem with the video as I have tried several other videos with .mpg and .mov extensions.
    import javax.swing.*;
    import java.awt.*;
    import javax.media.*;
    import java.awt.event.*;
    import java.net.*;
    public class MediaPanel {
        JFrame frame = new JFrame("Movie Player");
        static Player player = null;
        public MediaPanel(){
            try{ // method using URL
                URL url=new URL("file",null,"c:\\temp\\A.mpg");
                player = Manager.createRealizedPlayer(url);
            } catch( Exception e) {
                System.out.println(" Unable to create the audioPlayer :" + e );
            Component control = player.getControlPanelComponent();
            frame.getContentPane().add( control, BorderLayout.CENTER);
            frame.addWindowListener( new WindowAdapter() {
                public void windowClosing(WindowEvent we) {
                    MediaPanel.stop();
                    System.exit(0);
            frame.pack();
            frame.setSize( new Dimension(600,600) );
            frame.setVisible(true);
            player.start();
        public static void stop(){
            player.stop();
            player.close();
        public static void main( String args[]){
            MediaPanel panel = new MediaPanel();
    }

    use this code "Component control = player.getVisualComponent(); "
    instead of this code " Component control = player.getControlPanelComponent();"
    But if you want show both of them, modify as following
    Component control1 = player.getControlPanelComponent();
    Component control2 = player.getVisualComponent();
    then add the two control (control1 & control2 ) to your JFrame panel

  • My iPhone 4S has no sound when I play music, videos and movies

    My iPhone 4S has no sound when I play music, videos and movies

    Is the slider all the way to the right??
    And no, if your phone is vibrating when you get texts/calls then you're not in Do Not Disturb.   You would see a Crescent Moon symbol to the left of Battery % if it was on.

  • How do I remove a song from my ipod that has been removed from itunes but still appears on my ipod

    I have an ipod touch and my problem is how to remove songs from it when they have been removed from itunes. After synching the songs still appear on the ipod. How can I fix this?

    Hi empty,
    Have you deleted the song from the iPod itself? Go to the songs list and swipe left on the song title. A "Delete" option should come up allowing you to directly delete the item from your iPod....
    Cheers,
    GB

  • Fetching more than one row from a table after selecting one value from the dropdown

    Hi Experts,
    How can we fetch more than one row from a table after selecting one value from the dropdown.
    The scenario is that I have some entries in the dropdown like below
      A               B               C        
    11256          VID          911256  
    11256          VID          811256
    11256          SONY      11256
    The 'B' values are there in the dropdown. I have removed the duplicate entries from the dropdown so now the dropdownlist has only two values.for eg- 'VID' and'SONY'. So now, after selecting 'VID' from the dropdown I should get all the 'C' values. After this the "C' values are to be passed to other methods to fetch some data from other tables.
    Request your help on this.
    Thanks,
    Preeetam Narkhede.

    Hi Preetam!
    I hope I understand your request proberly, since this is more about Java and less about WebDynpro, but if I'm wrong, just follow up on this.
    Supposed you have some collection of your original table data stored in variable "origin". Populate a Hashtable using the values from column "B" (let's assume it's Strings) as keys and an ArrayList of whatever "C" is (let's assume String instances, too) as value (there's a lot of ways to iterate over whatever your datasource is, and since we do not know what your datasource is, maybe you'll have to follow another approach to get b and c vaues,but the principle should remain the same):
    // Declare a private variable for your Data at the appropriate place in your code
    private Hashtable temp = new Hashtable<String, ArrayList<String>>();
    // Then, in the method you use to retrieve backend data and populate the dropdown,
    // populate the Hashtable, too
    Iterator<TableData> a = origin.iterator();
    while (a.hasNext()) {
         TableData current = a.next();
         String b = current.getB();
         String c = current.getC();
         ArrayList<String> values = this.temp.get(b);
         if (values == null) {
              values = new ArrayList<String>();
         values.add(c);
         this.temp.put(b, values);
    So after this, you'll have a Hashtable with the B values als keys and collections of C values of this particular B as value:
    VID --> (911256, 811256)
    SONY --> (11256)
    Use
    temp.keySet()
    to populate your dropdown.
    After the user selects an entry from the dropdown (let's say stored in variable selectedB), you will be able to retrieve the collection of c's from your Hashtable
    // In the metod you handle the selection event with, get the c value collection
    //and use it to select from your other table
    ArrayList<String> selectedCs = this.temp.get(selectedB);
    // now iterate over the selectedCs items and use each of these
    //to continue retrieving whatever data you need...
    for (String oneC : selectedCs) {
         // Select Data from backend using oneC in the where-Clause or whatever...
    Hope that helps
    Michael

  • Hi. I cannot trash photos from an album. Options are "remove from album" or "trash" but both only remove from album not the library

    Hi. I cannot trash photos from an album. Options are "remove from album" or "trash" but both only remove from album not the library. The only way to trash photos is to go to the library/photos and trash from there which is a bit annoying!

    If you click the arrow in the right lower corner of the photo in the album, you should see the Trash can. Is it not there?
    Or use the key combination option-command-delete  ⌥⌘⌫  .

  • G60-530us no sound and slow video play after windows 8.1 install from windows 7

    I have no sound, all drivers are updated, sound shows its working, but no sound and youtube plays back super slow
    how do I fix this?

    Product number: VM084UA#ABA

  • Flash player has ''noise'' in its sound when it plays a video

    When Firefox starts and I go to youtube or any other website that needs flash player, the sound of the video is ok.
    But after a while and after I have seen some videos for some time (pausing, repeating etc.) then when the flash player plays a video you can hear a ''noise'' I could say a white noise messing with the sound of the video.
    If I restart Firefox then there is no noise again for some time.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Need step by step for video playing in Flash Player

    I'm new to Flash Player and wonder if there is are step by
    step instructions someplace to help me go from a .flv file to
    embedding the video in a Flash Player and then getting it to play
    in a page created in Dreamweaver. I've tried everything and all I
    get when uploading the files to the server is a big blank white
    space.
    I have a page at
    www.goworldpublishing.com/promoteyourhotelmodify.htm if that is
    helpful. The problem area is the big white space on the upper right
    of the screen.
    Thanks.

    I found some good tutorials that help
    1. This shows you how to insert a flv into a player and place
    it in your dreamweaver page - its actually very easy using this
    method and flv files don't have to be converted to swf:
    http://www.adobe.com/devnet/flash/articles/flv_tutorial_03.html
    2. This gives good background info.
    http://www.adobe.com/devnet/flash/articles/video_guide_03.html
    3. I'm definitely no expert on the video side but perhaps the
    sound issue you are having has something to do with how the file
    was encoded?
    Hope this helps.

  • Why the video played in QuickTime Player only audio available and no picture?

    Hi dear all, I need to play a video through QuickTime player 7.1.6, however there was only sound and black background shown, no picture. I have tried to play the video with Media Classic Player and it is totally fine. 
    The following shown the movie info:
    Format: H.264 Decoder, 352x288. Millions
                 ACC, Stereo, 44.100 kHz
    Firstly, I thought it is a problem on codec, but I have tried other movies in the same H264 codec, and it worked well.
    As I need to import the movie into Cubase, so I must make this able to be played through QuickTime Player.
    Appreciate much for the help!

    Player version 7.1.6 is a very old version but it should play H264 / AAC videos without issue.
    http://support.apple.com/kb/DL837?viewlocale=en_US&locale=en_US a link for a more modern version.

  • HT201401 there is no sound when I play a video or music also it s not turning off.It s restarting.please help me.

    Hi, before 3 months when I start to  play any video or music to listen, I could not hear any sound. if I want to play video as handsfree mode it s not possible to hear any sound other problem is it s not turning off. When you want to turning off it s restarting...please help me.

    Quicktime or Quicktime Pro (which iTunes uses) don't convert "muxed" ( muxed means multiplexed where the audio and video are stored on the same track) video files properly. It only plays the video and not the audio.
    See:iPod plays video but not audio.
    You need a 3rd party converter to convert the file with both audio and video.
    See this for help: Guide to converting video for iPod (Mac/Windows).

  • I'm not getting any sound when i play a video; HP pavilion dv7 Windows 7

    I'm not getting any audio when I try to play a video, such as youtube; I have an HP pavilion dv7....op sys is Windows 7;  Funny thing is that when my brother signs in under his User ID, he gets audio, but I don't when I'm the user.  I've checked all of the on/off audio mute buttons that I know of.
    what can you suggest?

    Is it just sites like YouTube? Can you play music files-mp3/cd ,hear Windows system sounds,etc?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Will a video play after being converted to a Powerpoint?

    I want to add some videos made in Final Cut Pro to a Keynote presentation. The presentation might ultimately be played on a PC through Powerpoint. Will an embedded QT video play in a Powerpoint made originally in a Keynote?
    Thanks.

    Turned on after holding all three buttons for half a minute.  But I'm not convinced this is the end of its troubles.  Definitely getting a Samsung after this- I've never had a problem with any of THEIR electronics, and they're not going anywhere.  The big worry for me is I'll need to send my Z10 in and they'll no longer exist to fix it.

Maybe you are looking for

  • Macbook Pro vs. Powerbook

    if i were to get a mac, would i do better with a 12 inch powerbook, or a macbook pro? i like the idea of a 12 inch screen, but the 15 would be bad. is the powerbook alot slower then the macbook? how much is the intel chip actually doing. its pretty m

  • Cursor in required position

    Hi experts, My form is opening in enter query mode what i want is after performing the required action my cursor will go to a perticular item. suppose after executing one enquiry about a empno i want that my cursor will go to join_date item. can you

  • Missing ejb relation description file after deploying ejb module

    when i deploye a ejb module to oc4j_extended_1013_dp4 successfully, it's can't find the file ejb-jar.xml that descript ejb relations and navigators. why? how can i defense it ?

  • Sm21 log (Transaction Canceled DB 61)

    Hi, Can u pls suggest for the below log, what action should be take to void this error, Iam getting toomany log daily. 08:02:01 BTC  021 300 WF-BATCH                  D0  1 Transaction Canceled DB 612 ( #0000000000001 RSWWDHEX ) Details Recording at

  • Partitioning and compression

    What happens during the partition of an InfoCube? I mean, how will the data be stored after partition? Is it possible to do compression after a cube is partitioned?