Flash won't play.

www.fraziershomefurnishings.com
www.fraziershomefurnishings.com/introvideo.html
www.fraziershomefurnighings.com/introvideo.swf
Could you have a look and see why this video is not playing?

First of all, thanks for your response.  Yes, all of the movies I created worked on my system. I am using Windows 7, Flash CS4 64 bit.  I use IE 8 & FF 3.63 and I believe my Flash Player is 10, but not sure how to check.  I am using GoDaddy Deluxe shared hosting (Linux).
I was working under a tight deadline and had to come up with a "cure", so I just dropped back to my Macromedia Flash 8.  I imported the same flv that was originally created as a wmv (Windows Movie Maker) and converted to an flv using Adobe Media Encoder CS4 and set to FLV web small (Flash 8 and higher).  Once I pulled it in through Flash 8, I uploaded it and it worked well.
I have no clue why the CS4 failed.  I uploaded all the files into the host root and properly uploaded the Scripts folder as well.  I lost probably six hours trying to get CS4 to work.  At the peak of my frustration was when I decided to revert to the old Macromedia Flash 8.  Unless I find an answer, I will probably revert to Flash 8 as my default.  Once again, thanks for your response.
Bob Green

Similar Messages

  • Flash won't play audio. Please help!

    To anyone who can help,
    Flash won't play audio in Firefox, Chrome, Safari etc. Downloaded audio plays just fine but I can't stream any flash audio content. Does anybody have any solutions? Any help would be appreciated.
    Regards,
    Ben

    I'm experiencing the same problem on Snow Leopard 10.6.8.  If I go to YouTube, I don't get audio.  Other websites are fine (I'm not seeing a pattern on exactly which sites).  What I had to do was uninstall Adobe Flash (I used the Adobe Uninstall utility).  Now I have audio on YouTube, but now I'm getting a lot of 'missing plugin' messages from other websites.  I've opened
    To asiatic43, you can get the latest Adobe Flash at
    http://get.adobe.com/flashplayer/

  • Adobe Flash won't play while in Safari. It will in Firefox. How did I get Flash to play in Safari?

    Adobe Flash won't play while in Safari. It will in Firefox. How did I get Flash to play in Safari?

    Make sure plugins are enabled.
    Press Command , (comma) to open Safari Preferences then select the Security tab.
    Make sure:   Allow all other plug-ins   is selected.
    Quit and relaunch Safari.
    If you have ClickToFlash installed, that can prevent Flash content from loading.
    Either as an extension:  Safari > Preferences > Extensions
    Or  HD > Users > Library > Internet Plug-Ins

  • Flash won't play a particular site in IE or Chorme

    I can play you tube videos, flash videos and advertisments however there is one site that is flash but won't play.  Sometimes in the past I was able to play these videos and certainly in Chorme but something has happened that I can not play in either. In chorme the play button appears but is not downloading, in IE I just get the triangle.
    This is the site, will it play for you?
    http://community.avid.com/forums/t/71781.aspx
    Is there something different about this flash? I"ve updated Java, shockwave, active x I can not think of anything more to try.
    Play help thanks.
    Tech: I have Windows 7 Pro, 64 bit,

    I'm not sure what's going on with Chrome here (I'd suggest opening a bug report here: http://code.google.com/p/chromium/issues/entry), for IE, it appears that the web page code isn't setup to display the video player properly.  I was able to view these videos using Firefox.

  • Flash won't play in IE

    I'd like to install flash content on my site and it plays fine in Safari but won't play in IE. Any thoughts?
    Here's a link to the page.
    http://www.raymondchase.com/music

    Are you referring to IE in Windows or the old IE on the Mac? The old IE for Mac has been discontinued a very long time ago and isn't worth keeping on the HD. If a PC then that's a Windows or PC issue I would think.

  • Flash won't play audio

    OS: Windows Vista (32-bit)
    Browser: Mozilla Firefox 4.0.1
    Flash version: 10.3.181.26
    I've runned into a bit of a problem here which i've ultimately narrowed down to Flash, which while still playing video, has lost the capability to playback audio. My speakers work perfectly and i'd figure that my audio codec/software is just the same considering it works on everything but Flash playing websites. I've tried Flash on both Firefox and Internet Explorer to no avail, even after updating both browsers to see if that had any effect whatsoever. Missing.reg'ed it as well.
    In addition, i've uninstalled, disabled and then re-added multiple programs (Flash, audio software, and even Java for some reason) to see if it did the trick and nothing came of it.
    Googled the hell out of the subject and not a single method has worked for my PC. Anyone else have some good tips?
    Thanks for reading!

    See if this offers any help: http://www.codecguide.com/fix_for_flash_sound_problems.htm
    Note that point 1 should be %APPDATA%\Adobe\Flash Player and %APPDATA%\Macromedia\Flash Player for Vista and W7.

  • Flash won't play in Firefox 3.63

    In using Windows 2000, FIrefox 3.63, Adobe Flash 10.3.183.7   .  On the website www.ibdtv.investors.com  I can't get the IBD TV videos to play.  I've disabled FlashBlock.   However, in Firefox 5.0 they play normally without a problem.  How do I troubleshoot this long time problem.  No, I'm not going to delete all my history, every one of hundred of cookies (many providing password controlled access to certain websites).  Any delete cookie suggestions, please name the specific cookie (s) so I can delete only the relevant ones. 
    Thanks for any help, this is a long time frustrating problem that once in a while will resolve itself temporarily.
    John

    jbclem wrote:
    My current version is 3.6.3 which is probably newer than 3.6.25  .  Problem still exists.
    Here are the minimum system requirements to run the current version of Firefox which is v9x: http://www.mozilla.org/en-US/firefox/9.0/system-requirements/ As you can see, it will run on Windows 2000.
    If you want to stick with version 3.6x, then you'd be well advised to upgrade to 3.6.25 which was released last week. You can download that from here: http://www.mozilla.com/en-US/firefox/all-older.html
    If on the other hand, you continue using the version you have now, then your machine will remain vulnerable to all the exploits documented since 1 April 2010 which was the release date for 3.6.3
    As a precaution, I would recommend that you download the free version of Malwarebytes and then run a full system scan in order to eliminate malware as the culprit. You can download that from here: http://www.malwarebytes.org/products/malwarebytes_free

  • 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

  • Updated Firefox AND Flash, and now flash won't play anymore

    So, back in the last version of Firefox, Flash v11.3 wouldn't load correctly. The official solution was to roll it back, install a previous version, and I guess that's alright, but I was really hoping it was a temporary solution.
    So now Firefox has updated to version 15. I thought this would solve the problem, and according to the old entries about Flash not working, it has. But then I updated flash, and now it's 11.4, and after updating twice I'm right back where I'm started.
    Maybe this hasn't been articulated well enough? The problem isn't that it's a specific version that doesn't work and I'm willing to keep all my plugins in eternal limbo, it's that it doesn't work period. So, I guess I'm just supposed to roll back again? What should it be this time? Flash or Firefox? Does it matter? Which one hates the other one more? Will there ever be an actual solution to this, or will I just have to have outdated versions of one or the other forever?
    And also, this is curious, according to this thing below that automatically reads your plugins and what not, I not only have 11.4, but also still have Flash 10.3 installed somehow. Maybe that will make it easier to roll back, but... does that make a difference? Is there anyone with Firefox 15 and Flash 11.4 that doesn't have this problem? I'm kinda hesitant to delete 10.3 because I might... you know, need it.

    Shockwave Flash 11.4 r402 <br />
    Shockwave Flash 10.3 r183
    Having both versions installed is probably a big part of your problem.
    Uninstall Flash completely. <br />
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Then install the version that you found to be least problematic for you, which sounds like v 10.3.
    Personally I have stayed with Flash 10.3, which is still getting security updates from Oracle / Adobe. Then again, I am using WinXP - not Vista. I have had no problems with Flash 10.3, like the problems I have seen posted here with 11.3 and 11.4.
    YMMV.
    Keep in mind that IE uses its own version of Flash - ActiveX is what it is called in the Add / Remove Programs in the Windows Control panel. That version won't affect Firefox in any manner. The version numbers don't need to be the same for both the ActiveX version of Flash and the '''Plugin''' version which Firefox ''(and most other browsers)'' use.

  • Flash won't play locally in web browser mac

    Hi everyone Im creating a website and when I test flash content in an html page locally on my mac, I get this annoying message
    "Adobe® Flash® Player has stopped a potentially unsafe operation. The following local application on your computer or network:
    /Users/myname/Documents/Websites/mysite/version 1/site/Scripts/expressInstall.swf
    is trying to communicate with this Internet-enabled location:
    fpdownload.macromedia.com
    To let this application communicate with the Internet, click Settings.
    You must restart this application after changing your settings."
    Ive tried following the settings button and adding "/Users/myname/Documents/Websites' to local storage settings by site but no joy the content still wont play and every time I refresh or test the page I get the same message. I want to add the whole websites directory so I don't get this message again, when testing other sites pages and content. Any help greatly appreciated

    Open your Global Settings
    Under the Advanced tab, click "Trusted Location Settings"
    Click the "+" and browse to the SWF file.
    Click Open to add it.
    Click Close and close the Global Settings.

  • 3D animations created in Flash won't play in Captivate 4

    Please open attached.
    Can anyone tell me if there is a fix for this. I created a simple 3D spinning animation in Flash and imported into CP4.
    Yes I did set the publish settings for both Flash and Captivate to Flash player 10.
    This animation completely destroyed the .swf. Sound appears when there was none and sounds like some sort of horror movie. The animation, skin, etc. are completey destroyed.  Anyone know of a fix/work around? And yes exporting to animated .gif works with some serious file size, visual and performance issues so I don't wanna go that route.
    Thanks AGAIN Adobe
    Thanks.

    Scott,
    3D does work.  There's another post on this issue here and it's been answered by Adobe Tech Support.  I followed the instructions on that post and your animation worked perfectly.  When they talk about opening the project, they mean your Captivate project.  If your 3D animation is a keyframe animation, you lose the ability to preview your project in the preview window... however you can still preview the project in the browser (F12).  If your animation is a regular 3D transform, you can still preview in the preview window, except your animation won't run.  Attached is your 3D animation and I converted it back to a regular 3D transform.
    Can you start another thread for your highlight box / button issue?
    Hope that helps,
    Jim Leichliter

  • I was stupid, and now Flash won't play (Mac)

    I have a problem — due mostly to my own stupidity, I think.
    A couple of days ago I was visiting MacUpdate and spied a listing for Adobe Flash Player 10.2.161.22. It didn’t say, at the time, that this was a beta release. Anyway, since several sites had suggested that I needed the latest Flash Player to view their content, I downloaded and installed it: that was my first mistake.
    Once installed, all the graphics in both browsers (Firefox and Safari) went nutty: nothing would display properly. Thinking that I could just install the previous version, I downloaded that from Adobe. Well, that couldn’t be installed, because a newer version was in place.
    Okay, I thought, I’ll just throw away the Adobe Flash Player and re-install. What I did, was to go to my folder Internet Plugins and throw away the Flash Player and the other file in there: that was my second big mistake. I then installed Flash player 10.1, but all my sites were now telling me that I had no Flash player installed. Just to make sure, I tried reinstalling several times: didn’t work.
    I suspect that the second file (whose name I can’t remember) that I threw away in my Internet Plugins folder just might have been important. Can anyone help? Any advise would be really, really appreciated. How do I fix this mess?
    I’m on a Power Mac G5, dual two-gig, 6 GB ram, running system 10.4.11 (32 bit), with the latest versions of Firefox and Safari.
    Thanks,
    Bob Dawson

    Hi, Well Bob, that is certainly good news!!
    You did very well, glad it is working for you. That was tricky, getting all those ducks back in their row:-)
    You might try www.ESPN3.com. If you have any problems read the system requirements and especially the FAQ part.
    Thanks for posting the steps you took. Hope you didn't have a difficult time following the procedures on the Uninstall or Install sites.
    No more betas for you!! LOL,
    Regards,
    eidnolb

  • IE Flash won't play: No player installed error

    I've tried uninstallind and reinstalling flash player. I donwloaded the executable uninstaller and installer. I upgraded IE to 9. I reset IE. I reset the security settings. I reset the advanced settings. I removed all traces of any virus scanner.
    Flash will not work with IE. It does not seem to want to install into the browser.

    Hi, thanks. Your Flash files are correct but since the Shockwave Flash Object is not Installed, then Flash Player cannot work.
    Either the Administrator Account was not used(this gives the Permission needed to Install FP); An Anti-Virus/Spyware program blocked the Install of it or perhaps a Registry Issue. You could also have a Kill-bit set.
    What Anti-Virus/Spyware program is Installed?
    Have you had a Virus/Malware issue? If so which program removed it?
    Check here to see if a Kill-bit is set:
    http://forums.adobe.com/thread/782435?tstart=0
    eidnolb

  • Flash won't play in Safari

    Since installing Mountain Lion, Safari will not load latest Flash updates. Everything is new and updated. Uninstalls, restarting and everything dove. Really want to switch to Safari full-time since Firefox has been getting sluggish...but cannot get Flash to work, even though latest version is installed. How can I get FLash to work?

    i got the same problem.. did u make it work at last?

  • MP4 H.264 video won't play in Flash Player

    I am using a Mac Book, OS X 10.8.5; FireFox 32.0.1; Flash Player 16.0.0.305.  I am trying to play video (MP4 H.264 format) that works on VLC, Quicktime Player & Real Player but won't play through Flash Player.  Why?

    I'll take a look at the GPL sources to see how the firmware encodes the video output, I think the mpeg encoder might be built into the firmware's Linux kernel (instead of a stand-alone encoder program), I see references to the IBM mpeg2 headers but I'm not sure. But honestly addressing this possible bug is not the first thing on my todo list, but I do fidn this report interesting enough to merit investigation. 
    May I ask what you are using for the Samba server (aka windows shares)? Do you use your desktop PC, or perhaps a NAS server? 
    As an interim thing to try, I advice you install VLC media player to view the files, or to use VLC to examine the media files properties to see what you can findout. 
    IF you must use Windows media player, then I suggest you look into the combine community codex package.
     www.cccp-project.net/

Maybe you are looking for

  • Branch office logic from SD

    The business scenario I'm trying to address is: we have multiple customers/shiptos that order, have credits issued for, and an individual credit limit set - but one corporate office that pays all of the bills and wants to take credits from shipto A f

  • Unloading a loaded external SWF with a close button on the external SWF to unload

    I have found some discussion on this topic but I am still having trouble getting it to work and was hoping to get some help here. Here I have a file: http://www.dril-quip.com/test/main.swf I have: main.swf (a menu) and I have module.swf (content) If

  • Vendor return with 122mvt type

    All, Please see the scenario below : Now one  raw material 'x' are in Rejection SLoc ( S Loc name ). The status of that stock is 'blocked' . 1.Now without changing the status whether we can remove the material     from that S Loc ? 2. I need to retur

  • PROBLEMS INSERTING FLASH

    I created a very simple Flash document in Adobe Premiere Elements and would like to use it on my website I created in Dreamweaver 8. I would like it to auto play and auto loop, and don't want a skin. I cannot do this when I use Insert, Media, Flash V

  • Screen is  darker in all four corners

    Hello, I just picked up a new 24" iMac and on all four corners of the screen it is visibly darker. Not a lot, but noticeable. Is this normal or a flaw? Anyone else experiencing this? Thanks, MIchael