Flash animation with stream sound not playing in mac

Dear all,
I have made a 5 min animation with stream sound. Its playing perfectly in PC. But in mac, its not playing. Stream sound starts from frame 60. So mac plays the swf plays till 60 frame, after that it pauses. I tried importing different sound format (wav, aif, mp3) and tried with all sound export setting but the problem remain same; its playing only till 60. When i removed the sound, it played till end. Even with event sound, it plays till end. But with stream sound, the problem. The problem is only in mac; in pc its perfect.
I am using VMware Mac OS x leopard in window xp for testing purpose. I tested it in laptop with mac; but the problem is same. What could be the solution?
Thanks in advance. Waiting for solution.
Bhushan Pradhan
spherenepal.com

Dear all, I solved the problem myself. The problem was with the sound driver of mac. After installing sound driver, the problem is gone. Bhushan

Similar Messages

  • StopAllSounds vs. new Streaming Sound not playing

    In my timeline, I'm using a stopAllSounds action (because the
    user could be coming from anywhere in the movie and I need to stop
    whatever narration might be playing), then, in the next frame, I'm
    trying to stream a new sound. My problem is that the streaming
    sound doesn't play. I've tried adding a few frames between the
    stopAll Sounds action and the start of the streaming sound, but
    that doesn't seem to be the problem. Any ideas would be greatly
    appreciated.
    - BillG

    I was about to try your suggestion, but after sending a few more test emails, I discovered that it does in fact play the sound sometimes.  I sent about 20 test emails, and they were all received using the "idle" command, with about 75% of them playing the sound.  There was a 5-10 second delay between the messages being received and the sound playing that I don't remember from Snow Leopard, but I'm not positive about that.
    It shouldn't be the actual sound that is the issue, being that it is played sometimes, but I still don't know why it's not playing every time.  I tried receiving messages with the app running in the background, with it minimized, and with it as the active window, but I couldn't find any specific instance that caused it to not play the sound.
    I wasn't having this issue in Mail 4.  It didn't start until I installed Lion, which I did a clean install of, if it matters.
    I'm still open to thoughts on this, and thank you for your help.

  • SpryTabbedPanel: Flash player in tabs do not play video streams

    Note: I am a complete noob (no experience with Javascript and rudimentary experience with htlm/css). Please be patient (I hope that this is the correct forum for this) and know that I am appreciative of any help or solution that anyone can provide.
    Using Dreamweaver CS4 on Mac OS 10.5.8
    We recently switched all of our streaming servers from Windows Media (good riddance) to Flash Media Server 3.5 (now getting awesome H.264 quality in comparison).
    I was asked to re-design this webpage with the aim of re-organizing the content so that it is more accessible:
    http://www.librarymedia.net/VideoGallery.html
    We used Adobe's test page for our first page:
    http://www.librarymedia.net/flash/videoplayer.html?source=rtmp://63.116.232.4/live/livestr eam&type=live&idx=10
    This was meant as a temporary page to get us started, and as you can see, it needs work but at least it works.
    I've been working the the final version of this page. My boss wants a tabbed web page with links to our video streams (tab for each category of streams).
    This is what I have so far:
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.4/live/lives tream&type=live&idx=10
    I realize that I had several options before building this. One, I could have made a separate page for each tab and linked them with a tab menu. In hindsight, this might have been a better option since I could have just copied the working page that we already have for each tab. Or I could have done what I have tried to do: to use Dreamweaver's SpryTabbedPanel to make the tabs and insert a Flash player with links into each tab.
    The problem:
    1. The streams do not play. The player says "initializing" and then "please enter a stream name and play". Please note that I used SpryURLutils to get each link to open in the appropriate tab.
    2. After reading about the benefits of external vs. inline javascript, I took all of the inline javascript that was contained in Adobe's sample page and placed it in an external file. I tried placing the javascript back into the source code (inline), but this did not fix the problem. I guess there is a Javascript problem or I need extra Javascript code to get this to work.  The javascript code is below. Use view source in your web browser to see source code. Please let me know if I need to provide more information.
    Thanks.
    // (C) Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.
    // NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. 
    // If you have received this file from a source other than Adobe, then your use, modification, or distribution of it requires the prior
    // written permission of Adobe.
    // THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
    // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
    // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
    // PARTICULAR PURPOSE.
    // THIS CODE IS NOT SUPPORTED BY Adobe Systems Incorporated.
    // Version check based upon the values defined in globals
                                                var hasRequestedVersion = DetectFlashVer(10, 0, 0);
                                                if(!hasRequestedVersion)
                                                    var div = document.getElementById("flashcontent");
                                                    div.innerHTML = '<a href="http://www.adobe.com/go/getflashplayer/" style="color:black"><img src="images/ERROR_getFlashPlayer.gif" width="641" height="377" /></a>';
                                                else{
                                                        AC_FL_RunContent(
                                                            "src", "swfs/videoPlayer",
                                                            "width", "640",
                                                            "height", "377",
                                                            "id", "videoPlayer",
                                                            "quality", "high",
                                                            "bgcolor", "#000000",
                                                            "name", "videoPlayer",
                                                            "allowfullscreen","true",
                                                            "type", "application/x-shockwave-flash",
                                                            "pluginspage", "http://www.adobe.com/go/getflashplayer",
                                                            "flashvars", flashVars
                                          // -->  
    // Javascript in original page
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function changeImages() {
        if (document.images && (preloadFlag == true)) {
            for (var i=0; i<changeImages.arguments.length; i+=2) {
                document [changeImages.arguments[i]].src = changeImages.arguments[i+1];
    var preloadFlag = false;
    function preloadImages() {
        if (document.images) {
            navi_01_over = newImage("images/button_dynamic_up.gif");
            navi_02_over = newImage("images/button_samples_up.gif");
            navi_03_over = newImage("images/button_interactive.gif");
            preloadFlag = true;
    function changetab(obj, obj2, obj3, left1, left2, left3, nav1, nav2, nav3){
        document.getElementById(obj).style.display = 'block';
        document.getElementById(obj2).style.display = 'none';
        document.getElementById(obj3).style.display = 'none';
        document.getElementById(left1).style.display = 'block';
        document.getElementById(left2).style.display = 'none';
        document.getElementById(left3).style.display = 'none';
        document.getElementById(nav1).src = "images/" + nav1 + "_up.gif";
        document.getElementById(nav2).src = "images/" + nav2 + "_down.gif";
        document.getElementById(nav3).src = "images/" + nav3 + "_down.gif";
    function tabout(obj, nav){
        if (document.getElementById(obj).style.display == 'block'){
            document.getElementById(nav).src = "images/" + nav + "_up.gif";
        else{
            document.getElementById(nav).src = "images/" + nav + "_down.gif";
    function tabover(obj){
        document.getElementById(obj).src = "images/" + obj + "_up.gif";
    // Functionality
        <script language="javascript">
            var queryParameters = new Array();
            var flashVars = "";
            var tag = "";
            var url = "";
            window.onload = function ()
                for(var i=1 ; i<=10;i++)
                    var ids = String("sel"+i.toString());
                    document.getElementById( ids ).style.visibility = "hidden";
                    document.getElementById( ids ).className = "style76";
                // mark the entry for that index
                if(queryParameters['idx'] != "")
                    document.getElementById("td" + queryParameters['idx'] ).className = "style75";
                    document.getElementById("sel" + queryParameters['idx'] ).style.visibility = "visible";
            function initialise()
                function getUrlParam( name )
                      name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
                      var regexS = "[\\?&]"+name+"=([^&#]*)";
                      var regex = new RegExp( regexS );
                      var results = regex.exec( window.location.href );
                      if( results == null )
                            return "";
                      else
                            return unescape( results[1] );
                queryParameters['source'] = getUrlParam('source');
                queryParameters['type'] = getUrlParam('type');
                queryParameters['idx'] = getUrlParam('idx');
                   flashVars += "&videoWidth=";
                flashVars += 0;
                flashVars += "&videoHeight=";
                flashVars += 0;
                flashVars += "&dsControl=";
                flashVars += unescape("manual");
                flashVars += "&dsSensitivity=";
                flashVars += 100;
                flashVars += "&serverURL=";
                flashVars += queryParameters['source'];
                flashVars += "&DS_Status=";
                flashVars += "true";
                flashVars += "&streamType=";
                flashVars += queryParameters['type'];
                flashVars += "&autoStart=";
                flashVars += unescape("true");
                tag = "&lt;object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' &gt;&lt;param name='movie' value='swfs/videoPlayer.swf' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#000000' /&gt; &lt;param name='allowfullscreen' value='true' /&gt; &lt;param name='flashvars' value= '"+                   
                flashVars+"'/&gt;&lt;embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='"+ flashVars +"' type='application/x-shockwave-flash'&gt; &lt;/embed&gt;&lt;/object&gt;";
            function playStream()
                var url = "source=" + document.getElementById('inputURL').value;
                var type;
                if(document.getElementById('vodCheckbox').checked==true)
                    type="vod";
                else
                    type="live";
                url += ("&type=" + type);
                document.getElementById('playBtn').href="videoplayer.html?" + url;
            function checkbox(type)
                if(type=="vod")
                    if(document.getElementById('liveCheckbox').checked==true)
                        document.getElementById('liveCheckbox').checked=false;
                if(type=="live")
                    if(document.getElementById('vodCheckbox').checked==true)
                        document.getElementById('vodCheckbox').checked=false;
            initialise();

    Should I have posted this in the Spry forum instead? My apologies if this is the wrong forum.
    >There is a sample application of the code included with the zip file  which shows how to implement it.
    The sample doesn't really tell me what I need to do to the code to make it work (I do not know javascript), and unfortunately, I have not found any helpful instructions/documentation online. You've given me the answer, I just don't know enough to implement it. This is what I've done:
    1. Placed the FAVideo.js file in my site folder and linked it to the page: <script src="FAVideo.js" type="text/javascript"></script>
    2. I added the following code (taken from the SimpleDemo.html example inside the FAVideo folder). My comments in bold. Page at
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.6/vod/mp4:Ol ympics2010_640x480.mov
             <! To the <body> section:-->
    <body onLoad="">
        <div id="divOne"></div>
    <!-Do I have to place the entire page within the "divOne" div (or just the section containing the tabs) in order for the javascript to work?-->
             <!-In the <head> section: -->
       <script type="text/javascript">
            playerOne = new FAVideo("divOne", "TabbedPanels1", "demo_video.flv",0,0,{ autoLoad:true, autoPlay:true });
        </script>
    <!- I noticed that the body code added a div id called "divOne", so I added the "TabbedPanels1" div id to the above code thinking that this would apply the javascript code to all of the tabs. Dreamweaver adds <div id="TabbedPanels1" class="TabbedPanels"> to the page when you insert the tabbed menu, so I'm thinking the javascript has to point to either one of those for it to work. The "demo_video.flv",0,0 code is probably unneccesary, right? As you can see, I'm completely clueless. -->
        <script>
            playerOne.addEventListener("playheadUpdate",this,myHandler);
            playerOne.removeEventListener("playheadUpdate",this,myHandler);
            function myHandler() {
                //alert("eh");
        </script>
    </body>
    Once again, thanks for your help.

  • Flash not playing on Mac OS 10.6.8, Flash 11.8.800.94, Firefox 22.0

    Flash not playing on Mac OS 10.6.8, Flash 11.8.800.94, Firefox 22.0
    Let me also say this flash does work in Safari... just not Firefox. When a flash media link is clicked on FF will go to the link but only a black window appears with no text or error messages or sound.
    As far as I know I am running the latest version of Firefox and Flash. I have no plans to upgrade from Snow Leopord to Lion.
    Another possible data point for this is Flash updates do not install just by clicking on the download. The DMG downloads but I get an unknown data type when it trys to launch. There is an easy work-around for this be simply launching the DMG from Finder where it runs just fine.
    Any thoughts as to why Firefox is not running Flash media files?

    See: http://forums.adobe.com/message/5560631#5560631
    Also, check Tools>Addons to be sure the latest plugin is enabled

  • Flash files with audio sound garbled or high pitched

    I have finally clarified the sound problem I reported in this
    forum.
    See below.
    TechSmith
    Camtasia Studio Support
    Flash files with audio sound garbled or high pitched
    Question
    Flash files played in the the newest version of the Flash
    Player sound garbled or have a high-pitched "chipmunk" sound to
    them.
    Answer
    http://techsmith.custhelp.com/cgi-bin/techsmith.cfg/php/enduser/std_adp.php?p_faqid=1250&p _created=1197056770&p_sid=BZo7CNSi&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPTEmc F9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTImcF9wcm9kcz0wJnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9 zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MSZwX3NlYXJjaF90ZXh0PUZsYXNoIFBsYXllcg**& p_li=&p_topview=1
    Flash files with audio sound garbled or high pitched
    Question
    Flash files played in the the newest version of the Flash
    Player sound garbled or have a high-pitched "chipmunk" sound to
    them.
    Answer
    The latest release of the Flash Player (v9.0.115.0 released
    on 12/03/07)) causes audio to sound garbled and/or high pitched
    like a chipmunk. Our development team is looking into this issue
    and working to find a fix.
    To avoid this problem, you can roll back your Flash Player to
    a previous release. If you have problems installing an older
    release of the Flash Player please review this article and contact
    Adobe for further support.
    At this time, the problem is limited only to SWF files
    produced with the MP3 audio codec. As a workaround, you can produce
    your SWF files with the PCM audio codec or use the FLV format
    instead of SWF.
    Adobe Flash Player Support
    Reinstalling an earlier version of Adobe Flash Player
    Contact Adobe:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402435&sliceId=1
    Safe versions security restrictions when installing Flash
    Player
    Issue
    If you previously installed a later version of Flash Player
    for Internet Explorer, you may be prevented from installing an
    earlier version. For example, if you installed Flash Player
    9.0.47.0 and attempted to install version 9.0.45.0 the installation
    would fail.
    Reason
    This issue is due to registry key settings applied by the
    Flash Player security model. The restriction is to prevent users
    from downgrading Flash Player minor versions. The minor version of
    Flash Player is the third set of numbers in the version name. For
    example, the minor version for Flash Player 9.0.47.0 would be 47.
    If Flash Player 9.0.47.0 was installed and you attempted to install
    9.0.45.0 (minor version 45), the installation would fail.
    Solution
    To resolve this, download the uninstaller for Flash Player
    from "How to uninstall the Adobe Flash Player plug-in and ActiveX
    control" (TechNote tn_14157).
    Select Start.
    Select Run.
    Type cmd
    In the command window, type the following:
    uninstall_flash_player.exe /clean
    This will remove all entries in the system registry and
    resolve this issue.
    Note: The uninstall_flash_player.exe file must be saved to
    the same directory that the command window is in, for example C:\.
    Additional Information
    If you are still having trouble installing Flash Player,
    please see "Troubleshooting Adobe Flash Player installation for
    Windows" (TechNote tn_19166).
    TechNote Details
    Last Update: 08-16-2007
    ID: kb402435
    OS: Windows Vista
    Windows XP
    Browser: Internet Explorer
    Permanent Link:
    http://www.adobe.com/go/kb402435
    Products Affected: Flash Player

    Hi,
    I doubt it's Safari that's changing the settings:
    Why does this happen?
    Some third-party audio applications may change your computer's audio output setting. In fact, if you use the third-party application again after applying the above solution, the issue might occur again.
    No sound from some applications, but system alert sounds play (Mac OS X 10.3, 10.4)
    iMac G5 20" 2GB RAM, Soundsticks, Netgear 814 --->   Mac OS X (10.4.3)  

  • I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2)

    I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2) this happens with other music apps too. Please I need help!

    You can try resetting your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists. If it doesn't work, there isn;t much anyone here can do for you. It may be a physical problem with your speakers.

  • Has anyone had a problem with fcp x not playing back a project since installing 10.0.9 update?

    Has anyone had a problem with fcp x not playing back a project since installing 10.0.9 update?

    Not here;  updated three systems without issues.
    Can you provide more details on your system specs, the projects you're referring to, and what kind of behavior you're encountering?
    Russ

  • HT3775 My Macbook Air (still with Lion) will not play .avi video files

    My Macbook Air (still with Lion) will not play .avi video files (brought over from an older PC where they play with another viewer). This site implies Quicktime Player should be able to do so. Is there a codec or something else I'm supposed to download?

    I had found this through other threads, but it is what worked, even allowed my AVI files to be played in PowerPoint. Changing to 32-bit encryption did not work, BTW.

  • Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?, Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?

    Using 10.9.2 has anyone had problems with mail sounds not sounding even when they have been selected in mail preferences?

    Your download or install of the update may have been corrupt. Visit the Mac App Store and re-download the update or visit http://support.apple.com/kb/DL1726 and download the 10.9.2 update combo and re-install.
    If that fails to solve the problem please post back and post a EtreCheck Report which you can locate at:
    http://www.etresoft.com/etrecheck

  • TS3274 i have problem with the sound not working

    i have problem with the sounds not working

    Have you got notifications muted ? Only notifications (including games) get muted, so the iPod/Music and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085

  • HT204370 why does my video and sounds not play at the same time when watching movies

    why does my video and sounds not play at the same time when watching movies

    Welcome to the unity.
    Upon which device are you watching your movies and are you using a home theatre system for your audio.

  • Netflix Would Not Play on Mac OS X (Lion) After Upgrade

    Netflix would not play on Mac OS X v10.7.5
    After I upgraded to my older mac to Mac OS X Lion it would not play. 
    MacBook 13-inch, Aluminum, Late 2008
    Software  Mac OS X Lion 10.7.5 (11G63)
    Processor 2.4 Ghz Intel Core 2 Duo
    Memory 4 GB 1067 MHz DDR3
    Graphics  NVIDIA GeForce 9400M 256 MB
    Netflix is stuck on the loading cue with the blue dot circling. 
    Spent hours on phone with Microsoft and Netflix, neither one was able to help me and told me to find help with Apple. 
    Already tried:
    - Deleting ALL silverlight files/uninstall and reinstalling updated version 5 multiple times with restarting computer
    - Cleaning history/cache
    - Checked connectivity issues
    - Changed proxy/hardware settings on wifi connection
    - Check audio output/input settings
    - Tried Chrome and Safari - same issue.  Silverlight states that its not compatible with Firefox 17. 
    If anyone has any suggestions let me know.
    Thanks!

    I have the same problem, Mac OS 10.7.4

  • Videos uploaded on SharePoint do not play on MAC OS

    Hi,
    We are facing an issue wherein we notice that any video uploaded on SharePoint 2013, does not play on MAC OS. It continues to remain in the "Loading" state and does not start playback. Moreover an authentication window is prompted behind the safari
    browser window, entering credentials into which does not prove any helpful either.
    I've already gone through this blog and believe this is a standard issue.
    http://blogs.technet.com/b/sharepoint_me_in_the_right_direction/archive/2014/01/23/playing-windows-authenticated-sharepoint-2013-videos-from-mac-os-x-device-and-safari-browser-_2d00_-solution.aspx
    We already have  in place one of the solutions (e.g. blob cache), described in this post, but it has not helped to resolve this issue.
    Any suggestions would be highly helpful.
    Thanks -
    Girish

    Hi Girish,
    According to your description, my understanding is that the video cannot play on Mac OS which was uploaded to SharePoint.
    I recommend to use HTML5 code to embed the video in SharePoint and then it can play on Mac OS with Safari browser.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/4803449a-19b2-4479-8745-d33e692202ae/video-in-web-part-wont-play-on-a-mac?forum=sharepointdevelopment
    More reference:
    http://blogs.office.com/2013/03/08/enhanced-video-experience-in-sharepoint-2013/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Adobe Tutorials will not play on MAC OS X

    Yes I have the lastest Flash Player installed.  MAC Pro quad core xeon running OS X 10.8.2.  Come on guys, this should not be happening.

    You have version 11,5,502,146 installed
    Cut and paste from Adobe.
    Just a box full of black when I try to play them.
    Will try FF and Chrome.......
    Date: Wed, 16 Jan 2013 17:02:59 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe Tutorials will not play on MAC OS X
        Re: Adobe Tutorials will not play on MAC OS X
        created by David__B in Adobe Creative Cloud - View the full discussion
    Hi Terry, What version of Flash Player are you using? You should be able to tell by going to http://www.adobe.com/software/flash/about/ Does it happen in browsers? Could you test in Safari, Firefox and Chrome? What happens when you try to play them? Is it possible to post a screen shot? Thanks, -Dave
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4999966#4999966
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4999966#4999966
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4999966#4999966. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Oticon hearing aid streamer will not connect to mac lap top

    oticon hearing aid streamer will not connect to mac lap top

    somehow it magically connected finally - I hate the sound!!!
    so forget it
    thanks for the help

Maybe you are looking for