No Sounds play in browser

I have a fairly simple movie with a movie clip containing an
MP3 (music and voice over). The sound plays fine when I test movie
in Flash player, but it does not play when I publish the movie in a
browser. Any hints?
This problem seems to have started when I upgraded all my
browsers to FP9. Is there any reason this would effect playing the
sounds?

That'll be tedious, going through each affected .caf file and converting it, and then when Apple addresses the issue, I suppose I'll want to switch them back, but at least I know what's going on.
Yeah, it's unfortunate. I don't think the update is far off.
I'm fairly new to LE7, GB, and even MacIntoshes in general -- is this "par for the course"? I've never hesitated to install upgraded software when there are features I want, but this experience is making me more shy about it.
Well, in general, it hasn't been the case w/ Apple. However, they have left some folks hanging w/ this Logic update delay.
WH

Similar Messages

  • Flash in AW sound plays but no picture

    I've googled for this but haven't found any definitive
    answer.
    I have a subroutine which plays flash files through the flash
    xtra. It works fine but for the 3 files in which there has been an
    mp3 embedded (to time the animation to the sound) - the sound plays
    fine but i get one line of the picture only near the bottom and it
    doesn't play the anim.
    I have tried the same procedure with a fresh file - just
    having the flash xtra and loading the anim into it directly with
    "browse..." but with the same result. The anims play fine from the
    media folder tey are located in, playing in Firefox or IE.
    Any suggestions? Using Flash MX, AW 6.5 and Mp3s.
    Thanks in advance
    Helen

    > Ahh steve yes you musn't have seen my post on the web or
    after i updated
    > it -
    > thought to mention it after posting...
    Once it goes out on NNTP there's no updating it .... I'll
    only ever see your
    original post. That web interface is too slow for my sanity!
    >
    > "I have tried the same procedure with a fresh file -
    just having the flash
    > xtra and loading the anim into it directly with
    "browse..." but with the
    > same
    > result. The anims play fine from the media folder tey
    are located in,
    > playing
    > in Firefox or IE."
    When you view the Flash file as standalone ... outside a
    browser, then
    right-click and Show All, what do you see?
    Wild guess ... maybe you have something off at the top of the
    Flash movie
    that's pushing it down the screen???
    Steve\\
    EuroTAAC eLearning 2007
    http://www.eurotaac.com
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • Page loads, sound plays; prefer page loads, sound not play

    Insert>Media>Plug in
    I select a sound file, OK.
    When I publish the page, it even puts a play/stop controller.
    BUT the sound plays when the page loads, instead of waiting
    for some one to hit "play".  I want no sound until some one
    hits "play". (I dont want a new page to open, just play
    in the web page  Also, the page wants to use quick time player.
    Is that necessary?  Is there a better way?
    Anyone, thanks !
    DW CS3

    ok this seems to work.
    Is this conventional and acceptable html5 coding?
    Works on 3 browsers; I never test IE tho.
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>New Mexico Birds</title>
    <style type="text/css">
    div {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    body {
    background-color: #000000;
    </style>
    </head>
    <body>
    <div>
      <p><img src="images/siskin_01.jpg" width="658" height="668" alt=""/></p>
      <p><img src="images/sparrow_02.jpg" width="658" height="726" alt=""/></p>
    </div>
    <div><audio controls>
    <source src="song_sparrow.ogg" type="audio/ogg">
    <source src="song_sparrow.mp3" type="audio/mp3">
    Looks like your browser is outdated and doesn't support the audio element.
    Please upgrade to a modern browser that does.</p>
    </audio></div>
    <div>
      <p><img src="images/jay_03.jpg" width="658" height="631" alt=""/></p>
      <p><img src="images/towhee_04.jpg" width="658" height="469" alt=""/></p>
      <p><img src="images/woodpecker_05.jpg" width="658" height="806" alt=""/></p>
      <p><img src="images/nuthatch_06.jpg" width="658" height="557" alt=""/></p>
      <p><img src="images/junco_07.jpg" width="658" height="653" alt=""/></p>
      <p><img src="images/solitaire_08.jpg" width="658" height="548" alt=""/></p>
      <p><img src="images/towhee_09.jpg" width="658" height="641" alt=""/></p>
      <p><img src="images/finch_10.jpg" width="658" height="927" alt=""/></p>
    </div>
    <div><audio controls>
    <source src="red_finch.ogg" type="audio/ogg">
    <source src="red_finch.mp3" type="audio/mp3">
    Looks like your browser is outdated and doesn't support the audio element.
    Please upgrade to a modern browser that does.</p>
    </audio></div>
    <div><img src="images/blackbird_11.jpg" width="658" height="729" alt=""/></div>
    </body>
    </html>

  • Flash won't play in browser, only on local system

    Hi,
    When I use 'finder' to open and play this SWF, the track plays fine. As soon as I drag the SWF onto my html web page and preview in the browser, it is not functioning, so no sound plays. How do I need to tweak this so it could play? Here are the actions also:
    var loadSnd:URLRequest = new URLRequest("Snow.mp3");
    var thisSnd:Sound = new Sound();
    var sndTrans:SoundChannel = new SoundChannel();
    thisSnd.load(loadSnd);
    play_btn.addEventListener(MouseEvent.CLICK, playF);
    stop_btn.visible = false;
    stop_btn.addEventListener(MouseEvent.CLICK, stopF);
    function playF(event:MouseEvent):void{
    //SoundMixer.stopAll();  << enable only if you don't want sounds to double-up based upon clicking the play button numerous times; avoids overlaps
    sndTrans = thisSnd.play();
    play_btn.visible = false;
    stop_btn.visible = true;
    function stopF(event:MouseEvent):void{
    sndTrans.stop();
    stop_btn.visible = false;
    play_btn.visible = true;
    Here is the page:
    www.c2cstudios.com/test
    Please advise as to what I need to modify...thought it may have been a path issue, but now I do not know for certain. Thanks!

    When I open those links, I get blank pages. I wonder if they are uploaded properly. The MP3 should play directly in my browser and I should see player controls to start and stop the movie, but I don't see them. To see if the flash movie actually loads, you could give it a background color like red or yellow. If you don't see that, it means you didn't upload it or something went wrong. When I rightclick in a working Flash movie, I see a different context menu with options like "zoom in". I can't do that anywhere, which makes me suspicious.
    So I tested using HTTPFox (Firefox addon) and got the following results, which means both files are problematic, so they are not uploaded properly.
    05:05:28.935    0.473    513    2190    GET    (Aborted)    application/x-shockwave-flash (NS_BINDING_ABORTED)    http://c2cstudios.com/test/sound/snow.swf
    05:06:27.069    0.485    516    9.8M    GET    (Aborted)    audio/mpeg (NS_BINDING_ABORTED)    http://c2cstudios.com/test/sound/Snow.mp3

  • Including sound file and browser plug-ins

    Hi,
    I've done som PDF:s with included soundfiles. I'm running XP and have the latest Acrobat Reader installed. When opening the docs from the web-site it looks just fine no matter what web-browser is used. The icon to play the sound file is there and the sound plays.
    However, I just tested it from the customers Mac and from that machine there was no player button represented. I would be most greatful if someone in this forum has specific knowledge about mini requirements (OS/Browsers/Acrobat version) for those PDF:s to be able to display a play button?
    My best
    Michael

    You can't convert to .idml by changing the file extension. You must export the file from the oringal version as a .idml file.
    That said, you can use jongware's script to identify the version of the file, even if it won't open: Adobe Forums: [Ann] Identify Your InDesign File
    That said, InBooklet SE was part of InDesign CS3, but I see it listed inthe plugins used. I also see a number of what look like third-party plugins listed, and that may be the problem. What's happening when you try to open the file?

  • When i login to my account and it takes me to the desktop, the error sound plays, then the rainbow wheel appears, and finder immediately stops responding

    It started yesterday when i was listening to itunes when all of a sudden the music stopped playing and i had to hold down the power button to shut it down and reboot, and then, when i logged back in, the error sound played, and then finder opened up, but the window was grayed out like i had another app selected, bu i didn't, so i tried to open up itunes and the icon started bouncing and then it stopped midbounce and i had to reboot again because finder wasnt responding. now when i log in, the error sound plays, and finder immediately stops working and then i have to reboot again because i cant click anything and i cant properly relaunch finder. please help

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Mail notification sound plays after I have read a new message

    When a new message comes in, the mail sound does not play right away. Often I will see the email and read it. Then, some time after I've finished and the screen is locked again, the sound plays.
    This problem occured with iOS 4 and still happens in iOS 5.

    Hi,
    I have had chats/conversations that have shown the blue "unread" indicator which goes if you reselect the chat but appears again when you select another Chat.
    I have also had the red Unread number indicator showing on the Dock icon badge as a separate issue.
    This second I have resolved in Force Quitting the DOCK in Activity Monitor ( I will use Terminal but prefer an User Interface option).
    The first I tend to solve by dismissing that particular Chat/Conversation.
    As you have tried the DOCK reset method by both the recommended methods of doing so I would try a PRAM/NVRAM reset.
    Restart the Mac holding down the CMD+ALT+P+R keys all at the same time until you have heard three Start up Bongs.
    You can then let the Start up Continue.
    8:58 pm      Friday; January 2, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I placed my ipad on top of my CPU with a music playing,i heard a crack on the sound and when i checked it,i can no longer hear a sound playing on my ipad.i tried to check place a headphone its still playing a sound but when i pull it out,wont play at all.

    i placed my ipad on top of my CPU with a music playing,i heard a crack on the sound and when i checked it,i can no longer hear a sound playing on my ipad.i tried to check place a headphone its still playing a sound but when i pull it out,wont play at all.

    I don't know if this will work but it's worth a try. I wonder if somehow you ended up with a short inside of your iPad. Give the things below are trying to see if that helps. Good luck.
    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • I have no sound in Firefox, but sound does work everywhere else. The mixer on Win7 is not showing a firefox volume option. Where do I go to fix the issue and get sound on the browser, can't find any menu's for this fix.

    New system, just setting up. Trouble shot hardware and everything works fine, just can't get any sound on the browser and have no obvious volume control for Firefox. All other volumes are at full

    Hey! well funny enough, After doing a Semi format (That cool function that WIN 8 has to refresh your PC) .. I could hear sounds,!!!! Yay super happy!! .... so I continued to download all my programs once again....and then today, I went to watch a movie trailler.... and I had no sound... again... but obviolusy once the Razer synapse installed, It must have something wrong with it and its not letting me hear stuff!! and I know this becasue I borrowed a headset, a Turtel Beach x12 and now I can hear stuff all the time!! YAY! .. Ive been switching between one and the other, and the Kraken dont work! Lol
    Thanks everyone for reading and helping! :D

  • I was listening to music on my ipod shuffle when it went off.It hasn't turned on since then.When i connect it to the computer,the connection and disconection sounds play continuously without the ipod showing.What could be wrong or how can i get it to work

    I was listening to music on my ipod shuffle when it went off.It hasn't turned on since then.When i connect it to the computer,the connection and disconection sounds play continuously without the ipod showing.What could be wrong or how can i get it to work?

    Hello,
    I am currently an owner of an Ipod Touch 4th generation. I see you are having problems with your Ipod Touch, so I will try to find a solution to your problem.
    Hold down the Sleep/Wake and Home buttons for at least 10sec. or until Apple logo appears (Nothing will be lost, this is just a "Hard Reset")
    Hope that helps!
    If none of the above solutions work, can you please respond back ASAP as I will try to find another solution to your problem (This might even help others with the same problem!)
    Cheers!
    Pizza98704

  • How to make sound play in loop

    Hi
    How can i make sound play in loop? Is there any property in class SoundChannel responsible for this or i have to write my own function?

    Using the sound Object there is a property you can pass in which asks for number of Loops
    Play(startPosition:Number,LOOPS:int,SoundTransform)
    or you can create your own method that listens to SoundComplete and then trigger play again.  which in my opinion is the best to do because when you play a sound with a loop, and choose to have is begin at a position other than 0  then the loop will play starting from where you set the position.

  • No embedded video (empty bar) in FF ver. 15 32bit. Sound plays. Flash ver. 11.4.402.265. No problems in IE. Windows 7 x64.

    Installed FF 15 (32 bit) on a fresh copy of Windows 7 Ultimate edition (x64).
    Everything works fine except the embedded video.
    The video clip thumbnail is shown, when clicking on the clip the sound plays and the right-mouse click shows flash player options, but no video is shown (empty bar).
    No problems on original YouTube or other flash video sites were detected.
    No crashes detected.
    Please, advise.

    1) Started the FF in Safe Mode.
    The embedded video works normally (!!!)
    2) Re-started the FF in normal mode - got the problem.
    3) Disabled ALL plugins and ALL add-ons (except the flash player) in Normal Mode - got the problem (once again, ALL plugins / add-ons were disabled).
    Safe Mode - everything works.
    Normal Mode - problem occurs (with no relation to disabling plugins / add-ons).
    Looks like there's something built-in FF which has the problem with showing embedded video normally in FF Normal Mode.

  • Why doesnt a sound play when I change the path?

    Hi. I am trying to play a background sound in my program and so far, after searching and reading lots of posts I finally have a "TaDa" sound playing once when the program starts. But what I want is a sound to be looped everytime I start a program. That sound will be in the same folder as the program.
    This is the code that I put in public static void main() to play the sound:
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {                                                                                    
    File tadaSound = new File(System.getenv("windir") + "/" + //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    Does anyone know how to choose another sound in the same folder as java_test and make it work with this code because when I change the ath it doesnt run.
    Thanks.

    Please put your code between the code tags. It's much better readable then.
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {
    File tadaSound = new File(System.getenv("windir") "/" //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    }

  • Why do my speakers not play music? I know they work because when I go I change my ringtone all the sounds play. I am not a very happy costumer right now and would like an answer to my problem. Thanks.

    Why do my speakers not play music? I know they work because when I go I change my ringtone all the sounds play. I am not a very happy costumer right now and would like an answer to my problem. Thanks.

    What happens when you play music? Do the hardware volume controls work when using the Music app?

  • Sound play during keypress

    Hi all,
    I have a sound loaded that I would like to have smoothly play
    while a key is held down.
    So I have...
    var eSound:EngineSound = new EngineSound();
    ...keypressed event, etc...
    if (upArrowPressed)
    if (eSoundPlaying == 0)
    eSoundChannel = eSound.play();
    eSoundChannel.addEventListener(Event.SOUND_COMPLETE,eSoundComplete);
    This is part of a game loop, and I have tried a number of
    things with the eSoundComplete function too (re-checking status of
    the up arrow and re-launching the play() if it's still down, etc.).
    The idea is that while the player holds down the up arrow,
    the engine sound will play. The engine sound is only about .5
    seconds long and is loopable.
    Currently if the player holds down the arrow key the sound
    will play, stop, play, stop, etc. So there is a little delay
    between each...like it's making a skipping sound.
    Does anyone know how I can have the sound play as a seemless
    loop *only* while a key is held down?
    Thanks!
    -K

    make sure you have the recording input set correctly in your settings (look under Device options)
    however your tv tuner is connected to your soundcard (eg Line-IN) then this should be set accordingly

Maybe you are looking for

  • Filter list by term

    Hej, i'm trying to set up an internal documentation site. We defined several groups and topics to categorize our documents, lists and tasks. The idea was to set up a site with a managed navigation based on the previously defined taxonomy. Our taxonom

  • Photo Printing Wizard - multiple images sequence

    I have a DJ5150 on my Windows XP PC.  I often use the Photo Printing Wizard to print 4 images on an A4 sheet.  But is it possible to organise the print order.  I can select images in Explorer in the required order, but they display in the wizard in a

  • Cache segments will not be able to extend in database

    monitoring tool is triggering the below ticket frequently. "Cache segments will not be able to extend in database ". System tablespace is having sufficient space.how to avoid this issue permanently

  • What happened to moving the menu bar to the icon in the upper left hand corner ?

    Firefox used to do this really neat thing where you could relocate the menu bar to the Firefox icon in the upper left hand corner of the browser. The menu itself was changed and rearranged as well. All you had to do is click on the Firefox icon in th

  • Iphoto crashes every time I push the info button

    Anybody help me with my problem?