Director movie doesn't work online in Firefox

When I publish movie it works fine locally both in Firefox
and IE. But when I upload it to the server it works fine only IE,
in Firefox it freezes during execution and I can't figure out what
causes that. The movie loads external 3D model and XML through
XMLParser. I suspect that there is smth with loading and/or parsing
XML file, but again - it works fine in IE.
Any ideas why this may happen in Firefox?
Thanks.

What does the Adobe test page say?
http://www.adobe.com/software/flash/about/
Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
You can use "Disable all add-ons" on the ''Safe mode'' start window.
You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")
See also [[No sound in Firefox]] and [[Video or audio does not play]]

Similar Messages

  • Sound doesn't work(only in firefox). why? sound doesn't work(only in firefox). why? (adobe flash player doesn't work even thought it's installed)

    sound doesn't work (only in firefox). adobe flash player doesn't work correctly, thought it's installed. can't solve the problem. i need Sound.
    == This happened ==
    Every time Firefox opened
    == don't know

    What does the Adobe test page say?
    http://www.adobe.com/software/flash/about/
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")
    See also [[No sound in Firefox]] and [[Video or audio does not play]]

  • Newest version Flash Player doesn't work online, but does work when using Dreamweaver files locally?

    Newest version Flash Player v 11.2.202.235 doesn't work when trying to view Flash video online, but does work when using the same Dreamweaver files locally?
    Win7/64, Firefox 12, 16 gb ram, core i3 @3.07GHz

    Define "doesn't work" - what do you see instead of the expected Flash content?
    Does that happen for any Flash object on the Internet, or only your Dreamweaver files?

  • SCORM doesn't work in Mozilla Firefox

    As already written:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67&catid=469&threadid =1215447
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67&catid=469&threadid =1129866
    there is a problem with function
    dataToFlash in
    scorm_support.js and
    Mozilla Firefox.
    Not only the result's tracking doesn't work, but also the
    simulation doesn't start.
    Is there someone expert in Javascript who can fix the
    problem?
    Thank you.
    ==== Funciton dataToFlash ====

    The timeline has been removed from Dreamweaver since CS3 (2007) because it uses ancient code. For what you're doing, the timeline is inappropriate anyway. Google "JavaScript image rotator" and you'll find plenty of scripts that do what you want.

  • Dreamweaver spry menubar vertical doesn't work properly in firefox 3.6.3 for windows

    The links in the menu items in the left hand sidebar (a Spry menubar vertical) do NOT work properly in Firefox 3.6.3 for Windows. They work when the home page is first loaded, but when you go to another page using the menu links and return to the home page via the BACK ARROW, the links no longer work. You have to reload the page to get the links to reappear.This bug is only manifested in Firefox 3.6.3 for Windows. The menus work as expected in IE 8 for Windows, Google Chrome 4.1.249.1064 (45376) for Windows, Safari 4.0.5 for the Mac, Google Chrome 5.0.375.38 beta for the Mac and Firefox 2.0.0.17 for the Mac.
    == URL of affected sites ==
    http://elkview.zxq.net/

    Your above posted system details show multiple Java Console extensions.
    You can uninstall (remove) the Java Console extensions and disable the Java Quick Starter extension, you do not need them to run Java applets.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    See also http://www.java.com/en/download/help/quickstarter.xml - What is Java Quick Starter (JQS)? What is the benefit of running JQS? - 6.0
    Disable the Java Quick Starter extension: Tools -> Addons -> Extensions
    Control Panel -> Java -> Advanced tab -> Miscellaneous -> Java Quick Starter (disable)
    You can try a direct connection: <br />
    Control Panel > Java > General tab > "Network Settings...": "Direct Connection" (enable)

  • Bridge gallery previews fine but doesn't work online

    hello, i am setting up a bridge gallery on my site. it displays fine when i preview it from dreamweaver but when i put it up online it looks very small and seems align itself to the right for some reason. i have checked all my code and can't get it right.
    here is the url of the live site:
    www.matterandmovement.com/gallerytest
    here is a snippet of the code with the iframe in question
    <div align="center" style="div_pictorial_bar"><img src="images/pictorial top bar.jpg" width="830" height="10" />
      <br>
      <iframe src="images/gallery/Matter and Movement/index.html" frameborder="0">
      </iframe></div>
    if anyone can help id much appreciate it. like i said it previews fine in all my browsers from dreamweaver, but dosent display correctly online.

    There is a little fragment of something that shows towards the right - about 10 pixels wide. Is this the Bridge gallery? Nothing clickable. Tried it in both Chrome and Firefox. By the way, in Firefox, your logo doesn't show.

  • Image zoom tool doesn't work properly in Firefox

    Hello:
    This is the code I use to run a swf that makes zoom on
    images:
    <body>
    <center>
    <OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="400" HEIGHT="500" id="imagezoom" ALIGN="middle">
    <img src="imagebig.jpg" style="display:none;" alt=""
    width="781" height="1051"/>
    <param name="movie"
    value="imagezoom.swf?image=image.jpg&imagebig=imagebig.jpg&imgW=400&imgH=500"/>
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <EMBED
    src="imagezoom.swf?image=image.jpg&imagebig=imagebig.jpg&imgW=640&imgH=480"
    loop="false" menu="false" quality="high" bgcolor="#ffffff"
    WIDTH="400" HEIGHT="500" NAME="imagezoom" ALIGN="middle"
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></center>
    <br>
    <img
    src="imagezoom.swf?image=image.jpg&imagebig=imagebig.jpg&imgW=400&imgH=500"
    style="display:none;" loop="false" menu="false" quality="high"
    bgcolor="#ffffff" WIDTH="400" HEIGHT="500" NAME="imagezoom"
    ALIGN="middle"
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"/>
    </body>
    This code works properly in IE7 but in Firefox I have
    discovered that the images are loaded after than the swf. This swf
    file needs some parameters to work with the images, but if the
    images are not loaded previously then the swf does not work
    properly. In firefox, a page refresh is needed if the images are
    not yet loaded in the cache.
    I have resolved the problem partially preloading the images
    in the previous page link using:
    <img src="imagebig.jpg" style="display:none;" alt=""
    width="781" height="1051"/>
    With this solution, the images are loaded prior to the swf
    loading.
    I think that a better solution would exist.
    Thaks a lot in advance.

    The Layer seems to be empty and you don’t have »Sample All Layers« checked, so that seems strange.
    Another point, though: Why not apply the Layer Mask to the Group instead of applying it to each Layer individually?

  • Flash Player doesn't work on Mozilla Firefox and IE, on some websites.

    I followed the thread posted by brawlmanjr on this same topic but nothing worked for me.
    Basically, some videos work prolperly on some websites, but on others, there is a black space where the video is embedded, and there is no link to the video.
    System:  Windows XP
    Browser:  Mozilla 3.6.8
    Flash Player the most recent, just updated.
    What do you think I can do?

    I have the same problem than you, flash player works fine with some  site like facebook, you tube etc and for some other sites like CFL.CA  the videos shows only a black or white screen. It's doing the same with  IE or FF. If I click on the right button, I get the menu of flash player, but cannot do anything.
    I tried the option of flash....no change
    I tried uninstalling flash and reinstalling...no change
    I tried uninstalling Java and reinstalling...no change
    I checked my antivirus, but the doesn't seem to be any option blocking the videos
    I am out of ideas, please help me and Heraldo to solve this problem!
    I am using Windows XP  5.1.2600
                    Internet Explorer 8.0.6001.18702
                    Mozilla Firefox 3.6.9
                    Flash player 10.1.82.76
                    Java 6.0.210.7
                    Microsoft security essentials latest update

  • LastPass password manager doesn't work with latest Firefox after downloading add-in, installing it and re-starting Firefox.

    I'm using FireFox 20.0. I downloaded the add-in, installed it and re-started FireFox but LastPass doesn't show up in the add-ins nor does it fill in the login info on sites that I have in my LastPass vault.

    What I've done is make LastPass my home site so when I launch FireFox, I log into LastPass and leave the LastPass vault page in an open tab. Then when I log into another site which requires a login and password which I've previously set up in LastPass, LastPass logs me into that site automatically. LastPass is a free password manager that works well in IE. Any time LastPass detects a login page, it enables you to set up the password and ID in its database and fills in the login info at future login prompts. My solution for FireFox is a bit clunky but when I need to use a second browser, it works.

  • Magic Move Doesn't Work

    I am having trouble using Magic Move in Keynote '09. When I duplicate the slide and content, it works when I move only, but if I try to scale it, the transition fades out and back in to the new location. It doesn't create a smooth transition from one scale to the other like it usually does?
    Any assistance with this would be greatly appreciated.

    Thanks for your help.
    I checked everything you mentioned and none of those solved the issue. The item is an image without any text on it. I even took a completely different image and the same thing happened... so it doesn't appear to be a result of the image itself. The problem carried over to the new image? However, when I used a completely new slide and dropped the same image into the slide as if I started from scratch, it seemed to create the magic move transition. I also copied in all the text from the previous slide.
    I'll go ahead with that hack, it's not really a solution, but it will have to work for now.
    Still curious what the problem was, but thank you for your assistance. If you still have an idea of a solution, I would love to know in case it comes up again.

  • My key scrambler add-on doesn't work anymore in Firefox v21!!!

    my key scrambler worked in v19 ok but not when auto upgrade occurred yesterday.
    It doesn't even appear in add-on list.
    I searched for it using Tools-Add-ons menus but key scrambler isn't even there.
    Is this part of US Government NSA Surveillance??
    Right now I'm just going to use Google Chrome browser as it works perfectly there!!!!

    Is your key scrambler a plugin? Check out this article about a change in where Firefox looks for plugins that can cause a few plugins to disappear.
    [[Windows Media or other plugins stopped working after Firefox update]]
    Does that solve it?

  • Satellite U200-122: Fingerprint Software doesn't work correctly with Firefox

    When I first installed Firefox on my U200-122, everything worked fine. LogIn on different sites by fingerprint was no problem.
    After an firefox update the problems began. Instead of filling in my username and pw, Fingerprint software popups and asks whether I'd like to register the site (which I did long before).
    In Fingerprint setup FF 2.0.0.6 ist correctly installed. If I remove FF from this setup, exit, restart setup and re-enter FF, it all works fine....until next reboot. I tried to install the latest version of fingerprint software - didn't help.
    Any ideas ?
    Thanks.,
    markus

    There is no solution like Fingerprint Utility update or something like that!!
    The solution is that you have to remove and to reinstall the Firefox again to get it working with the Fingerprint utility!!!
    The Firefox update damages the Fingerprint registration in the FF and therefore the new reinstallation is necessary!
    If you want to know how this will be fixed in the FireFox browser please contact the Mozilla support or the developer!!

  • A certain website doesn't work properly in Firefox anymore.

    I used to use a website www.padmapper.com After a recent update to Firefox (I think 3 or 4 updates ago) I suddenly couldn't use the website properly anymore. It would load but some of the options of for instance choosing a price-range wasn't working. Instead of a display of numbers I got a display stating NaN. I tried accessing the website using Internet Explorer and the website appeared to be working fine using that browser. I am using the latest version of Firefox (36.0.4)

    I checked the site out. Had no problem.
    Make sure Java and Flash are enabled and up-to-date.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Droid bionic's touch screen doesn't work properly with firefox have to use opera

    once on Firefox, I have to tap on the screen links many times until it recognizes the touch. the screen will zoom in and out only. scrolling is slow but it functions. it's the touch that doesn't work

    For one thing, AT&T does not handle any iPhone repairs or exchanges under warranty so I'm not sure why this Apple rep told you to take the iPhone to an AT&T store regarding a potential warranty claim with the iPhone.
    What is going on? Is a $500 phone so sensitive that you have to keep it on a desk top like a computer to use it?
    No it is not. I've dropped my iPhone on concrete more than once without being in a case and one time included a bounce and skid across the concrete causing scratches on the back of the case. No problems whatsoever and I've dropped it a few times since I began using a case with no resulting problems either.
    http://www.youtube.com/watch?v=czCCavcnNd8
    But damage can occur depending on how the iPhone lands just as with any other cell phone.
    Since this is a potential warranty claim, I suggest making an appointment at an Apple Store if there is one nearby or call AppleCare (800) 694-7466 and handle this over the phone.

  • .mov doesn't work!

    Dear Common Wisdom:
    I have a Keynote presentation that I exported as a .mov.
    Then I put the .mov file in an iWeb movie template.
    I export it to a folder and them upload it to my site.
    The problem is that it works fine when I run the page locally, but the uploaded version has two problems:
    1. The QuickTime bar for pause, start, stop and sound disappears, and
    2. the .mov file stays on the first frame of the Keynote presentation, repeating it over and over again.
    It's here: <http://web.mac.com/terssfrc/Access_Online_Presentation/Online_Access_to_Manuscripts_Containing_ByzanitneChant.html>
    Thanks in advance for your suggestions!
    papa-kostas

    Autoplay was not chosen, while show movie controller has been chosen from the very beginning, which is still a mystery to me.
    As previously explained, there is also a "Controller" setting embedded within the movie file itself which appears to override your iWeb setting. This is what it looks like:
    I have downloaded your file, changed both the "Fullscreen" and "Controller Type," and posted the movie back to the internet. As you can see HERE, if you wait for the file to completely cache, the movie controller is now visible.
    Maybe these are bugs in iWeb?
    As to the movie not fast starting, it appears that your movie will not play until the entire "Sprite" track has downloaded to memory. Since the tracks are processed in parallel and not sequentially, the entire interactive slideshow must be downloaded before the viewer can play it. Since you modified the movie to make it interactive and the player is working as it was designed to to, I would not consider this a bug. However, as interactivity is not an are of expertise for me, would suggest you check out QuickTime Kirk's site (often posted in the QT forum area) for possible interactivity alternatives.

Maybe you are looking for