SWF not working in IE7

For some reason my swf file is playing fine in Firefox, but not in IE7. Here is the link:
http://www.landmarkmg.com/featured-property
What could be causing this?
Thanks!

Could you describe the corruption a bit more? Currently when you play the Captivate (which version?) swf with the AS3 Flash swfs, what specifically ocurrs? Does the Cap swf stop on the slides that have Flash swfs, does it not play at all? Do you have any code in your Flash swfs that are supposed to be communicating with the Cap swf directly?
Is it possible to post the zipped files on a server to download and look at, or at least the published files for us to view online and make sure we have the same experience?
Just trying to dig because a lot of different things could be happening. I had similar issues but was mostly with Flash AS2 swfs in my Captivate 5 AS3 swfs. However, I did even have some issue with some Captivate 5 AS3 swfs that are supposed to playback inside another Captivate 5 AS3 swf (that problem was that the embedded swfs wouldn't load on the slide, but the main playback would still continue).
Best,
Danny

Similar Messages

  • Flash buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • Flash Ad External API  not working in IE7

    I'm using the Flash AS 2.0 External API to call a Javascript
    function in a page that adds an item to a shopping list when a
    Flash Ad is clicked. This is working in FireFox 2 , Safari, and
    IE6, but does not work in IE7. I tested the Flash Ad locally in
    it's own html page and it calls the function in IE7. An example of
    the ad can be viewed here:
    http://ads.beta.groceryshopping.net/Shop/WeeklyAd.aspx
    The issue may be tied to Ajax.

    the solution can be found here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730&sliceId=1

  • SWF Not Working...Help Please :(

    Hi all,
    So I've been having an issue with a SWF not work on a page and this is what I can seem to come up with after hours of messing with Dreamweaver and Flash trying to understand why it won't work. When i test the movie from the working Flash file, it works no problem. Something is going wrong when I export or publish the movie and it no longer works. Is this something that happens?
    Your help is much appreciated...this site needs to go up in the next day or so and the SWF was working and then stopped working and I'm honestly not a Flash gal so I really have no business messing with it, but it was a specific request. Thanks!

    One thing that might be an issue as far as the web page goes it that the html specifies a file named carousel2.swf which does not appear to exist on the server and is not the same name as the file you are calling the swf in your swf link (*carousel3.swf).
    Without knowing what goes on inside carousel3, or carousel 2 for that matter, it's hard to say if it is missing the xml file that it might need.  But for either case, are you certain that you have uploaded the xml file that is needed?

  • FABridge.addInitializationCallback not working on IE7

    I have a jsp page with two swf files that are initialized
    using the Adobe Flash Detection script 1.6
    I am also using the FABridge.js to communicate with the swf
    files from javascript.
    I have two problems
    1) The FABridge.addInititializationCallback method never
    works on IE7.
    FABridge.addInitializationCallback(bridgeName,callback);
    If I register a handler on IE7 the callback NEVER gets
    called. The same code runs fine on FF2
    2) The display of the swf on the page is not 100% reliable.
    90% of the time the swf initializes and displays correctly but 10%
    of the time it doesn't display. If I reload the page then usually
    it fixes the problem.
    I find it is more reliable on FF2 than on IE7 though
    occassionally it fails on FF2 as well.
    I have tried adding delays using setTimeout to the swf
    initialization code etc but so far nothing has really helped.
    Any ideas or suggestions?
    /sanjay

    On Fri, 16 Jun 2006 18:27:53 -0400, "Alejandro"
    <[email protected]>
    wrote:
    >On previous versions of IE it works, mozilla it works,
    but on IE it does
    >not, the page loads but the focus is not set to the
    desired field. Any clues
    >why this may be happening ? I already played with the
    security settings and
    >Internet Options .. no luck so far.
    Perhaps it's a bug in the Beta version of IE7. I wouldn't
    worry about it
    until the release version.
    Gary

  • Published SWFs not working from CS3 on Mac?

    This one REALLY has me stumped..
    I am working on a Mac Dual 2-Gig G5 running OS 10.4.10 and
    Flash CS3.
    I have a web site for a client posted (
    http://www.aronwiesenfeld.com
    ). This site has been running flawlessly for over a year published
    to Version 8 Flash Player AS v2.0. This client asked me to create a
    new temporary splash page last night that would announce his new
    Art Show and then click on into the main site. This site uses a
    Shared Lib, a SharedTrigger, a Core SWF (containing the main site
    navigation elements and handles loading of various movies into
    levels) and a Splash SWF (that contains the two splash screens and
    initial navigation to areas of the site. The problem I THINK I am
    having is in the Splash SWF... or is a problem with my LOCAL Mac
    installation? When I click one of the 5 Site Nav buttons it is
    supposed to tell the main core movie to advance to a new frame (20)
    and I target that movie by referring to _level0. This has worked
    fine for the past year (on this and other sites). I am attaching an
    example of the code used on each of the initial Nav buttons in the
    Splash swf .
    So here is the mystery...
    When I "Test Movie" inside Flash CS3, everything works/looks
    "perfect". If I then go to the desktop and find the generated HTML
    file and open it in Safari (both version 2 and 3-beta), or Firefox
    or Opera, etc., everything looks fine until I click one of the
    initial text Nav Buttions. At that point it takes me to the main
    site and loads the external SWF into a level as it should
    (indicating that the 3rd line of code on the button is execution
    and by the fact the the Splash movie disappears, it indicates that
    the core movie is indeed moving to frame 20 (_level0) as requested
    in the first line of code. However, all of the main site navigation
    buttons along the bottom of the main site as well as the background
    NEVER APPEAR? Also when I start to move the mouse around the loaded
    external movie the site completely crashes and I get a blank screen
    - IN ALL BROWSERS whether I am launching the site from my hard
    drive or the Internet!! But it works perfect INSIDE Flash CS3.
    Now comes the real kicker...
    Just for the heck of it after spending 3 hours trying to fix
    this on my main G5 tower(publishing to Player version 9, etc.), I
    decided to try accessing the site from my old G4 laptop. Ready for
    this? The site appears to be working perfectly IN ALL BROWSERS ON
    MY G4 also running 10.4.10!!!
    So my guess is maybe their is a problem with the Flash Player
    Plugin in all my browsers on my G5 or the Flash Plugin has a
    problem with OS 10.4.10 only on my G5. BUT, even if I launch this
    site directly in Flash Player from the desktop on my G5 it does not
    work - so the stand-alone player is having the same issue - yet it
    works fine on my G5 INSIDE of Flash CS3.
    I thought I had seen it all the last 5 years with Flash, but
    this one has be completely stumped!
    My client emailed me from California and said the site was
    working fine there of his PC. If that is true then I am having a
    LOCAL Flash Player problem on my G5 running 10.4.10.
    In addition to my question, if anyone can give me feedback as
    to whether or not this site is working on your machine/browser/OS,
    could you please let me know? You will know if the site is working
    if you click on Enter Site, then click on any of the 5 buttons
    (except Info) and you see a grey background behind the image and
    the lower navigation string appears.
    Thanks!

    Well after trying everything I could think of I started down
    the list again. I re-downloaded the Flash Player 9 r47 Mac
    installer and ran the installer again (which I also did last night
    with no success).
    This time after re-installing the plugin - ALL THE BROWSERS
    IMMEDIATELY STARTED WORKING ad the site now comes up fine - so,
    apparently I had a bad Flash Player install in my browser!

  • Swf not working in flash

    Everyone says if we readjust settings in Flash, the swf will work locally. This is not occurring. In InDesign, they check fine. Loading them on a server would be nice but I don't have one outside the router. I do have LAMP working this side, on a laptop but am not sure what I'm doing there. I still think it is a security setting or a bug. Any clues? This is the final week in class. I'd like to keep my 4.0.
    Thanks,
    Gary

    I am having Flash Player 9 on my PC and both files work fine
    with me. Try to reinstall Flash Player and see what will happend ,
    and make sure that you do not have more than Flash Player version
    on your Computer.
    Hope this helps

  • Links do not work in IE7

    Hello.
    My colleagues use Dell Laptop computers with IE7 browser. The link Is sent for a video does not work. It appears to work in Chrome.
    Please advise. Thank you.

    Thank you for your response, but the people I send documents to do not have another browser.

  • Preloader in external swf not working

    I have several external SWFs that are loaded into my site and
    each one has a preloader. When I run them by themselves the
    preloader works fine, but when it is embeded into the main SWF the
    preloaders do not work. Any ideas?
    here is my actionscript -
    lBytes = _root.getBytesLoaded();
    tBytes = _root.getBytesTotal();
    percentLoaded = Math.floor((lBytes/tBytes)*100);
    loader.bar._xscale = percentLoaded;
    loader.percent.text = percentLoaded + "% of " +
    Math.floor(tBytes/1024) + "K loaded.";
    if (lBytes>=tBytes && tBytes>0) {
    if (count>=12) {
    gotoAndPlay("enter");
    } else {
    count++;
    gotoAndPlay("preload");
    } else {
    gotoAndPlay("preload");
    }

    I am experiencing the exact same problem on my site -
    www.expansiondesign.com
    It works in flash player but not when live (tested safari and
    firefox)
    I don't know if you are using the same script as I am paul.
    I execute the following when each image button is pressed:
    button1.onRelease = function () {
    startLoading("image1.jpg");
    which runs this:
    function startLoading(whichImage) {
    loadMovie(whichImage, "_root.image_holder");
    _root.onEnterFrame = function() {
    infoLoaded = _root.image_holder.getBytesLoaded();
    infoTotal = _root.image_holder.getBytesTotal();
    percentage = (infoLoaded/infoTotal*100);
    _root.loader._yscale = percentage;
    _root.loader._visible = true;
    if (percentage>=100) {
    delete this.onEnterFrame;
    _root.loader._visible = false;
    Thanks,
    Barton

  • SWF. not working when entering other state

    Hi
    I have just made a site where theres a main site without animation and a sub site with animation. The problem is that the animation/swf is not starting when i enter the subsite. It starts when theres no main site but when we enter the site from a another main site/sub site the animation the do not start.

    This might be a security issue. If I am understanding what you are say is you go to www.mysite.com then go to mysubsite.mysite.com. When you are accessing the Flash Catalyst produced swf at mysubsite.mysite.com this way it does not work. In the Flash Catalyst file, the linked swf is probably referenced as "http://www.mysite.com/mySWF.swf", but to the Flash Player this is a different address from mysubsite.mysite.com.
    If you add a crossdomain.xml file to your site to include the top level and sub domains, the issue should be resolved. For more information on the crossdomain.xml file: http://kb2.adobe.com/cps/142/tn_14213.html
    Good luck
    Chris

  • Same file on same server but swf not working on different domanis!?

    Hello folks, I have some problems with an flash game file.
    I have uploaded same file on same server, using the same FTP client(FileZilla), but at one website file not work.
    Here are the link for those swf file:
    http://www.gamesjocuri.ro/files/ursuletul-panda.swf
    http://www.jocurios.ro/fisiere/swf/ursuletul-panda.swf
    The server use nginx for serving files;
    Can somebody can give me an advice?
    Many thanks!

    Hello folks, I have some problems with an flash game file.
    I have uploaded same file on same server, using the same FTP client(FileZilla), but at one website file not work.
    Here are the link for those swf file:
    http://www.gamesjocuri.ro/files/ursuletul-panda.swf
    http://www.jocurios.ro/fisiere/swf/ursuletul-panda.swf
    The server use nginx for serving files;
    Can somebody can give me an advice?
    Many thanks!

  • Swf not working when moved to other folder....

    Hi all...
    i have created a simple flex project that does not use any server technology...  i have then used acitonscript to dynamically set up my end points and channels for a simple remote object which calls a java class on a tomcat local server.
    all works as it should.
    the folder that contains my swf in on my desktop.  If i was to copy the folder and move it to another location... the program does not work.?
    I want to able to create a swf that can work anywhere on the local machine.
    and to be extra awkward... i dont want to use air
    any ideas?

    Hi greg..
    thanks for your help...
    ive tried it with -use-network=true. but i am not having any luck.
    when i tried -use-network=false i get an error :
    SecurityError: Error #2010: Local-with-filesystem SWF files are not permitted to use sockets.
    at flash.net::Socket/internalConnect()
    at flash.net::Socket/connect()
    at mx.netmon::NetworkMonitorImpl()[/ndepot/ide_builder/ActionscriptProjects/src/mx/netmon/Ne tworkMonitorImpl.as:79]
    at mx.netmon::NetworkMonitorImpl$/init()[/ndepot/ide_builder/ActionscriptProjects/src/mx/net mon/NetworkMonitorImpl.as:30]
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[E:\dev\beta1\frameworks\proj ects\framework\src\mx\managers\SystemManager.as:3394]
    at mx.managers::SystemManager/docFrameListener()[E:\dev\beta1\frameworks\projects\framework\ src\mx\managers\SystemManager.as:3258]

  • Dreamweaver respond.min.js=Not working with IE7 & IE8

    Six months ago I purchased Dreamweaver CS6 to have my site more interactive, I'm new to Web development.
    My computer system is Windows 7 with IE9, when testing my new site all went well, until I uploaded and learned about Internet Explorer Developer Tools, which has cross browser mode to test IE 7 & 8 versions.
    Unfortunately my site shows phone view first in IE7 and IE8.
    Link to my site http://www.angelsbyangels.com
    I have learned that “html5shiv.googlecode.com/svn/trunk/html5.js" and "respond.min.js”
    are not working properly with my site  in IE 7 & 8.
    I AM Grateful for your help.
    mlfa

    Hi mlfa,
    Can you chek out the following discussion on min.js and IE8, and try Sudarshan's solution?
    respond.min.js and IE8 (http://forums.adobe.com/thread/1173020).
    Thanks,
    Preran

  • SWFs not working in Player 10

    I have almost 40 swfs that are not working in Flash Player
    10. They were developed in Flash 8 and only contain basic AS2 code.
    I'm not sure what is wrong but some don't even show up and others
    do, but with components missing or blocked out. The only thing I
    can think of is that the majority of these were protected using
    kindisoft's secureSWF. Please tell me there is just a bug in player
    10,0,12,36. I literally have thousands of copies of the swfs out
    and this is giving me a stomach ache.

    nsmchris,
    > Recompiled swfs seem to work fine.
    Okay, that's some relief, at least.
    So that puts me in a tough position. I have 1000's of swf
    > widgets out on hundreds of sites that will no longer
    work
    > :(.
    For users who have Flash Player 10 intalled, that may be
    true.
    > Example is WiddlyTinks.com. So. How can I safe
    > obfuscate my code so others can't decompile and still be
    > compatible with future builds of the player?
    To be honest, I don't know that your SWFs are safety
    obfuscated even
    now. I've seen plenty of apps over the years that claim to
    obfuscate and/or
    protect SWFs, but it's a never-ending game of cat and mouse,
    just like spam
    filters. As soon as someone buys secureSWF and reverse
    engineers it --
    which is what people who steal software do for fun -- the
    secrets of
    secureSWF will be brought to light. Eventually, "secureSWF
    crackers" and
    other such software will be available to effortlessly toil
    away at the
    encryption used in the obfuscation of your code. Just like
    there are
    legitimate products out there that recover lost ZIP or RAR
    file passwords.
    There might not be anti-secureSWF software yet, but give it
    time.
    As long as your SWF displays in Flash Player, it can be read
    by any
    software that behaves as Flash Player does. Even when
    modified by this
    third-party app, your SWF adheres to the SWF specification,
    which means it's
    known territory. All software can reverse engineered. That's
    why for-pay
    software always comes with an End User License Agreement that
    makes you
    promise not to reverse engineer it.
    This note says it all (from kindisoft's own website):
    Without argument, obfuscation (or even encryption) is not 100
    percent
    protection. If a hacker is persistent enough, he/she can find
    the meaning of
    your code. The goal of obfuscation is to make the process of
    reverse
    engineering extremely time consuming and painful so that it
    is not worth the
    effort. The goal is to stop all casual hackers and as many
    serious hackers
    as possible.
    http://kindisoft.com/secureSWF/faq.php
    When you started this thread, you mentioned these SWFs "only
    contain
    basic AS2 code," so really ... how much of the code in your
    SWFs is worth
    obfuscating? I hasten to add, I'm asking with respect for
    your work. I'm
    not judging your SWFs in any way and have no idea which ones
    are yours. But
    if they're basic, what's to protect?
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Embedded SWFs not working with Flash 9

    Hello,
    I am also plagued with the Flash Player 9 issue. None of my
    embedded SWF files work if I publish with this version of the
    player installed. I ran the uninstaller and I'm now using version
    8. However, each time I open a PPT file I get an error saying "some
    controls on this presentation can't be activated. they might not be
    registered on this computer". This is very irritating. So, my SWFs
    still don't work. I found that if I register the v9 ocx and
    re-insert the SWFs, they will publish properly (while the Player 8
    is installed). However, I have about 50 existing PPTs with anywhere
    from 10-30 SWFs per presentation. I'd like to avoid this method if
    possible. Does anyone know of an easier solution? Thank you.

    good morning DocDVM and Supermercado Gato,
    I have the same issue with embedding SWF files into Breeze. I
    have been doing some searching the last two weeks and i found an
    tech note that you might want to read. It seems that Breeze is not
    really set up for Flash player 9 so Adobe came up with a work
    around. Read the technote.
    http://www.adobe.com/go/f9204eb8
    I am having my IT Department update Breeze for me so i will
    let you know if it works or if you update your Breeze let me know
    if this fixes the issue.

Maybe you are looking for

  • Execution from right to left : a=b=c;

    Help! I am using a tutorial to study for the certification exam. Unfortunately, I do not understand the answer of a very simple question. Can you give me a hand on this one? ************* This is the Question of the tutorial *************************

  • Help on MSI 6116

    Can anyone help me on what to do.... I have bought a MSI 6116 and every time i boot up, it says CMOS Checksum error - Defaults loaded. Warning! CPU has been changed.Please re-enter CPU settings in the CMOS setup and remember to save before quite! I a

  • Palm Lifedrive wont sync. PC doesn't recognize USB

    Hi, I'm having a problem hotsyncing my lifedrive. It's worked fine up until now, but all of a sudden, it won't connect. The PC isn't recognizing that I've plugged the cradle in through my USB ports. I've tried this on 2 computers now and still no luc

  • How do I get quicktime 10 to play avi files

    Bought a macbook pro a few months back, and it doesn't seem to play avi files. How can I fix this.

  • Help - lost icons in finder window

    Hi, Somehow i lost some icons, and i can't get them back. When I click on the HD icon, i get the finder window. Listed are: network, MacHD - a line, then: Desktop, User Icon, Applications, Pictures, and Favorites. I almost positive I also had a Music