Why does the audio in my .SWF file not play in a Browser?

I created an .swf file using ffmpeg, containing H.264 video and MP3 audio. The file plays perfectly in VLC but  not in a Browser (Chrome/IE). I tried analyzing the file using a trial version of Flash decompiler. Again, only the video plays. The strange thing is that if I extract the MP3 from the file, it plays perfectly using any of th eplayers. It seems to be a muxing issue which VLC apparently handles, but not the player in the browser! Why? Thanks for any pointers.

Yeah. Sorry to say this but many people buy the various brands of format converters, which are everywhere on the Web and which also spam these boards – and often find they are not only out the purchase price but that the app created as many problems as it solved.
Russ

Similar Messages

  • Why does the DVD-Player integrated in FrontRow not play DolbyDigital?

    Hy there,
    I have a problem, When I'm using the normal DVD-Player of MacOsX to play a DVD with DolbyDigital 5.1, my Macbook is sending via optical out a 5.1 Stream to the receiver. But when I'm using FrontRow, unfortunately there's only pcm put out to my receiver. Will this be changed in a future version of FrontRow? Perhaps in Leopard? The problem is, that the sound is much better putting out 5.1 than pcm. Or is there acutally any solution available to make FrontRow play DVDs like the original DVD-Player?
    Thanks so far.
    Best regards
    CubaMAN
    Macbook   Mac OS X (10.4.9)  

    I'm usually using my Core Duo iMac now. I haven't used Front Row to play a DVD for a little while, as now I've plugged the iMac into the HDTV and you can't play Front Row on a second display, only the main display. So, for the past couple of months I've been using the DVD Player program. It's possible a system update or QuickTime update has changed the way it works. I'll have to try an experiment when I'm home later.
    -Doug

  • Vista x64, Dell Laptop Lately I have been getting audio ads from Lysol etc which I can stop by deleting the process plug-in container Iknow how to delete this process but why does the audio ad run despite the application of two well known antivirus progs?

    Vista x64, Dell Laptop Lately I have been getting audio ads from Lysol etc which I can stop by deleting the process plug-in container Iknow how to delete this process but why does the audio ad run despite the application of two well known antivirus progs?

    Oh, PLEASE IGNORE the line:
    deleted everything under HKLM\SYSTEM\CurrentControlSet\Enum\Root\SYSTEM (folders 0000 to 0004)
    That was left there inadvertedly. Can't seem to find the edit button here...

  • Why does the Palm Centro save my files as .php files?

    Okay so I've been trying to download files from the internet and save them on my Centro. When I click on the link to download it, it shows the file as a .doc file which is good because it's a microsoft word file. but then when I actually click "Save", the file changes to "download.php" and I can't open the .php file on my Centro. So my question is, Why does the .doc file change to the .php file? And more importantly, how can I save the .doc file without it changing to .php?

    Hi.. Welcome to the Palm forums.  Any Palm device is going to convert any file saved to it to the format it needs to be able to read it.  For .doc files, word documents, you need docs to go which comes with your centro for free. Docs to go 10 is required for office 2007 and is available free for a centro, go to www.palm.com/us/support  select downloads under support & downloads then select a centro and you will see a link for bonus software on your cd.  Find docs to go, download it to your computer and install.  Then sync which will update and/or install docs to go 10 on your computer and your centro.  Once that is accomplished if you want to put a office file on you centro you open docs to go on your computer, add in the office file and sync.  After that if you update the file either on the centro or on the computer then sync both files will end up the same after the sync.
    Post relates to: Centro (Sprint)

  • Swf file not playing in browser

    I have a problem with a swf file which will not play in web browser.
    It played fine until I updated my site. I therefore suspected a pathing issue within dreamweaver and looked thorugh that forum for an answer.
    I tried typing the absolute path to the swf file in the browser address bar and found it straight away. When I clicked on it the screen stayed blank.
    I checked the path to the file and the flv file was relative to the document and not the site.
    swf plays fine in flash player, flash, and locally on dreamweaver.
    I moved the swf up the file tree and changed the links accordingly but still would not play.
    I also tried saving it as a new swf from flash, but that doesn't play either.
    I added another swf to the containing folder and that played fine in the browser.
    When I open the fla file in flash it only shows a flv playback movie, not the elements, I think this is because it was created in after effects.
    Here is the link to the containing folder, the swf file is Home_page_movie_V2.swf
    http://www.joinerycadsolutions.com/Flash/01 Home
    I have other swf files playing fine and this swf played ok originally so I still think it's a pathing problem but I am not that savvy on flash and cannot figure it out.
    Any help would be greatly appreciated, just bear in mind my low level of ability.
    Thanks
    Stuart

    The .swf is loading just fine... but it is expecting to load a .flv video file.
    The path inside the .swf to the .flv file is not correct. The path inside the .swf to the .flv file needs to be relative to the .swf as it's located on the Web page, NOT the physical location of the .swf.
    Here is the absolute address of the .flv:
    http://www.joinerycadsolutions.com/Flash/01%20Home/Home%20V1.flv
    Here is a test player using that address:
    http://www.cidigitalmedia.com/tutorials/flash/cidm_simple_vid_player.html
    So unless your .swf is broken, it just a pathing issue.
    From an old post:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • SWF file not playing in flash player

    Hello All
    I am working on this project for a client, suddenly no-one can get the SWF file to play.
    https://drive.google.com/folderview?id=0ByWDl-PaRWIFY0c1SnEwbUNraUE&usp=sharing
    The file is there.
    If anyone can help please do.
    I know this file works. It must be an update or something?
    Please Please Help

    If you've lost the source to your SWF files, there are a number of SWF decompilers available.  You may be able to decompile the SWF and then recompile the project using a current compiler.  It's worth a shot anyway.
    A cursory Google search turned up a few candidates (free and paid), but I don't have much experience with any of them. 
    http://www.sothink.com/product/flashdecompiler/
    http://www.free-decompiler.com/flash/
    http://www.swf-decompiler.org/
    SWFWire - Flash developer tools
    FWIW, I've never seen that blue screen and circle behavior before.

  • Why does Bridge CS6 destroy my SWF files after inputting Meta Data?

    I save a swf file to my hard drive.  Then I open Bridge, select the swf file, and type some Meta Data into the panel on the right.  As soon as the data saves and the preview window refreshes, the preview renders completely white (Bridge can no longer preview it).  If I open the file in Flash, some layers and text are now missing.
    It seems that the act of writing meta-data to the swf file actually destroys portions of the file, and I have to go back to the original and re-export.
    We have reproduced this problem on both Mac & PC, on swf files of varying compression & XMP settings.  It is fairly consistent.
    Has anyone run into this and if so does anyone have any suggestions?

    Not a expert on swf files, but this article says you can not use Bridge to add metadata to SWF files.  So maybe that is why you are running into problems.  http://forums.creativecow.net/thread/190/862442

  • Why does the audio books not grouped on ipod unlike on iphone?

    I had transferred my audio books on my ipod classic (which used to be on my iphone).  When I was about to listen to it, the audio books are listed on the ipod per tracks not by book.  Why does apple cannot make the ipod OS handle the audio books like the iphone OS?

    Manage your Apple ID

  • Why does the audio go out of sync on my Apple TV?

    Over the past couple of weeks I have noticed that the audio goes out of sync with any streaming video on my Apple TV (3rd gen) after about 20 minutes of usage.  I have never had this experience in the past and am not sure why it is happening, but one theory is that it has something to do with AirPlay.  I'm pretty sure that this problem only happens after I use AirPlay to connect my Mac to the Apple TV.  I'm not sure if this is the exact source of the issue and was wondering if anyone else has experienced this, and if so, what solutions may be available.  Thanks.

    The following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings

  • Why does the 'change all' button for file extensions revert the program?

    Hi Chaps,
    I have a piece of analysis software produce a file with the extension .jdf and I need to open it with a particullar piece of software called Mestrenova to manipulate it. The problem is...jdf is also the extension of the Adobe acrobat job definition file. I can go into the file in snow lepord with 'get info' and change the individual files to default open with Mestrenova BUT as soon as I hit the 'change all' button, ALL .jdf files revert back to Acrobat defualt. It's infuriating and I have no idea how to resolve it without installing 3rd party software, which I'd rather not.
    Can anyone help?
    Thanks

    I still have this problem...

  • Why does the frame of my rotated video not rotate also?

    I've checked these forums and followed the method to rotate a video that turned out to be rotated 90 degrees. When I rotated the video it rotated all right but the frame is still vertical portrait format and did not rotate also. What I wind up with is a tall vertical frame that has a properly rotated video that has both ends cropped off. Any other videos I now add to the timeline are also inside of this tall frame and also cropped off because the frame is tall and narrow, not rotated with the image.
    How do I go about doing this correctly? Is it possible to just rotate a video that has turned on its side and have the format or frame rotate also?
    TIA, Ken

    It never ceases to amaze me the odd hours that the loyal Adobe staff puts in. Look at the time stamp on Mark's post.
    To be more specific, just in case other people come along with the same question, create the sequence from your clip first. That will make it the right size and shape and frames per second to match up with your video.
    You can do this by dragging the clip to the "New Item" button or just right-click on the clip in the project panel and select "New Sequence From Clip".
    Once you have the perfect sequence just change it from this:
    To this:
    Then you can use the Motion effect on the clip to rotate it 90 degrees (or minus 90 degrees).
    Unfortunately, you can't, as far as I know, rotate the clips in the project panel. Only in the sequence. So one possible solution, and it depends on the clips and your workflow, is to put all of the clips on the timeline, rotate them all by rotating the first one and copying the attributes to all of the others at one time. You can then take that sequence into the Source monitor and use it just like a clip. That is one of the great things about nested clips. From there you can cut it up into smaller clips if you so desire. It doesn't seem to be possible to create actual subclips from a sequence, but you cam mark the in and out points and drag them to the project panel, then rename them if so desired.
    Some of my friends here on the forum seem to hate the concept of video shot in portrait mode on a phone or a video camera. However, there are times when it makes perfect sense to me. Especially when it is going to be displayed on a monitor that is oriented in portrait mode. Lots of advertising done that way. And who says that video on a web site has to be landscape? Why would you shoot the Eiffel Tower of the new Freedom Tower in landscape mode?
    If you are shooting video of a person standing and talking to put on the side of a web page, portrait makes more sense.
    Anyway, I hope this helps.

  • Why does the sum of data in subfolders not add to the top folder?

    I am trying to remove folders in my primary drive of my MacPro so as to free-up space on the primary drive.  I have been using the Info button for each folder to see the total amount of data for that particular folder.  When I add up the data contained in each folder they sum to a substantially lower amount of Gigabytes that is shown by the info button for the top folder.  If you add the data shown in each of the top folders on the drive, the sum is considerable less than is shown for the drive in its info tab.  Why is there this difference in the sum of individual folders and the drive Gigabytes shown?  Is there data that is not apparent because hidden folders not shown in the Finder?

    Suppose you had folder with three one-byte files in it. GetInfo reports three bytes in the folder. But each file takes a whole number of allocation blocks on the drive, probably something like 12K total.
    Mac OS X also blurs exactly what is meant by a folder. For example, an Application is typically presented to you as one file, but if you look inside it, you would see that it may contain a hundred files in folders.
    Some Users have reported better luck using OmniDiskSweeper (run as admin) to show how much real disk space is taken up by various items -- the GetInfo byte counts can be hard to deal with.

  • *swf file not playing whilst it had in the past, what is wrong?

    I used several *swf files on my site that always worked well. All the sudden they don't. Updated FireFox to version 4, they still don't work. Flash PlugIn is fine, flash plays in everything BUT FireFox.
    You may have a look at www.DiveLux.lu then choose Gallery and in the frame one of the swf files. It doesn't work for me or my friends. None of us changed anything (site didn't change either) but it doesn't work anymore.
    Anything I can do?
    Best regards,
    Nepu

    Hello, M_Shelby94.  
    Thank you for visiting Apple Support Communities.  
    I understand that you are experiencing an issue with charging your iPhone 4s.  Here is an article that I would recommend going through for this.  If these troubleshooting steps do not resolve the issue then see the section labeled Get more help.  
    If you can’t charge your iPhone, iPad, or iPod touch
    http://support.apple.com/en-us/HT203030
    Cheers, 
    Jason H.  

  • Why does the DVD player say "supported disc not available?"

    So, regular DVDs will play and are recognized on my Macbook Pro, but I'm trying to play a recordings DVD (for a music literature class) and the DVD player says "supported disc not available." The DVD is supposed to work on my operating system since it's the newest one, but I don't know how to fix the problem! Please help!
    Thanks!

    I'm having the same problem lately.  I have a mid 2010 21.5" iMac with an internal SuperDrive running Yosemite.  I tried putting in "Dawn of the Planet of the Apes" and "The Giver" rented from RedBox.  Both spin sputter for a bit and then eject the disk back out.  So, it never mounts and no software (Finder, Disk Utility, DVD Player) ever gets a chance to see it.  Both play fine in a 15 year old DVD player, and my purchased copy of "The Dark Knight" mounts just fine in the iMac.  So, I have to assume that something is being done to the DVD's that rental companies are given to prevent them from mounting or something.
    Not having any luck on Google trying to confirm that.
    I guess I need to amend this.  Both DVD's play fine in a early 2011 13" Macbook Pro with the internal SuperDrive.  It's running Mavericks still and has a "MATSHITA DVD-R UJ-8A8".  The iMac has a "OPTIARC DVD RW AD-5680H".  Not sure if it's the drive, the OS, or what (although I will say I'm fairly certain I was having this problem on the iMac before Yosemite, so it's probably not the OS).

  • SWF file not playing in dreamweaver

    I have an SWF file on my homepage that used to work just fine, now all the sudden it does not work in preview or when I upload it (I have not changed the file in anyway.)  I made this site using the design mode because I do not know code.  If anyone could look at the code for the flash file below and let me know what is wrong, that would be wonderful!
        <p>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="740" height="400">
            <param name="movie" value="media/homepage slideshow/homepage.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="media/homepage slideshow/homepage.swf" width="740" height="400">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>

    I don't see anything in this file:
    http://www.thefuturewavesalon.com/media/homepage%20slideshow/homepage.swf
    Incidentally, spaces in folder & filenames should be avoided on the web.  You can safely use hyphens - or underscores _ but no spaces or special characters ($#%^&*). 
    Nancy O.

Maybe you are looking for

  • How do I clear stationery permanently from my email?

    One day about a month ago, I chose a stationery to use in my sbcglobal.net email. Now EVERY time I compose a new email, it automatically assigns that stationery to the email and I have to go click 'remove stationery' or 'none.' This is getting annoyi

  • How do you create a new page when user checks a box?

    I guess it would be a check box.  I'm looking for a way to have the user select create a new page when the user runs out of space in the text box that is given.  So if its possible is there a way to create a new page with a continuing text box when t

  • Requirement of tabbed portlets in weblogic portal 10.3.2

    Hi, We've a requirement of tabbed panes on a particular page & each tabbed pane should have a portlet rendering the content from CMS. Just like IE 7 has tabbed pages. Also, on click of tabbed portlets, only the portlet content should be rendered with

  • Working with AVI files

    Is it possible? My camera renders AVI files. I can import the files fine, but they just show a blank white screen as they play. Is there anything I can do or do I need to get a different camera or software? I'd appreciate any help. Thanks.

  • Downloading Reader for another PC

    I want to download Adobe reader for a friend who has a very slow dial-up connection. Is it possible to down version 9.0 and save it to a portable device for download on another Windows-based PC?