Amimation doesn't play in Internet Explorer

The Flash files do open up in FireFox from either a PC or Mac computer. Is there something within the code that I can take out by chance? I'm using an apple computer.
I get this message when I open up a flash file on my computer, but I do not get it when I open the webpage and click on one of the animated Flash video files.
"This page contains some SWF objects that may not work properly in the most recent version of Internet Explorer. Dreamweaver cannot convert them to the new SWF markups. Please delete each of them and insert again."
This is the code I'm using:
<div id="mov1" style="display:none;">
                                                 <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="550" HEIGHT="800" id="sincero1.70.swf" ALIGN="">
<PARAM NAME=movie VALUE="since1.70.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="flashLessons/since1.70.swf" quality=high WIDTH="550" HEIGHT="800" NAME="since1.70" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
                                              </div><!--end mov1-->
Thanks
Message was edited by: qualitydag

Hi,
Some questions for you--
1) Just want to clarify, the SWF is produced using Captivate, right ?
2) What is the content of the WF, in case it contains Widgets try to generate one without these and verify the result.
3) What is the version of IE that you have been using?
Can you checked your Flash Player version and share that as well.
Thanks,
Anjaneai

Similar Messages

  • Os X Server 10.6.7 media in default blog won't play in Internet Explorer.

    I use the default web blog function in os x server to post some tunes I made in Garageband for my friends and family to check out.  These media files do not play in Internet Explorer, even when QuickTime is loaded on those computers.
    I have resorted to using my old trusty eMac running 10.4.11 Server to host my tunes now, and it's no problem.  They play on Windows IE 9, and 8 no issue.  Even Windows Media Player handles the tunes without installing QT.
    Kind of frustrating when my $50 Apple eMac is doing what I want my $$$$ Mac Pro to do!!
    Are there in fixes for this problem?  It seems to have occurred in a recent update.
    Hopefully Lion Server addresses this issue.  I don't use PC's too often, but most of the world does and I would like for people with that configuration to be able to hear my music without having to load Safari and QT.
    Any advice would be appreciated.
    Rod P

    Ok the problem its like that: i have 1 mac mini with 10.6.5 and itunes 10.1 and all videos work perfect, but in my macbook pro with 10.6.5 and itunes 10.1 too, some doesn't doesn't work, its not a problem of purchased videos or not, i think that the problem is about codecs or DRM cause i connect my macbookpro to a TV via HDMI and since then some videos didn't work.
    if you put get info in the video that doesn't work, there is only the info at left and there is some info miss at right like : profile, channels, total video rate, video dimensions and video codec.
    Desperately looking for a fix any help will aprecciate it
    thanks
    PD. i try itunes 10.0 and it didnt work either

  • Muse CC 2014.1 slideshow--why doesn't work in Internet Explorer on a PC?

    I have created several slideshows on my Muse websites but the one I just did yesterday doesn't work on Internet Explorer. It works on all other browsers though. Any ideas why or perhaps a workaround?

    Well not really. Even if you did "convert" these images, iWeb would overwrite them again as soon as you published again. You see, iWeb converts to PNG anytime you let iWeb do anything to an image.
    The secret is to have your images "iWeb-ready" before dropping them into iWeb. That means using some other program to properly size your images and apply any effects to them (like shadows, rotation, reflections, frames, etc). It's a pain in the neck, but it works. This is a limitation of iWeb that we all have to work around for IE users.
    If it's any consolation to you, the next version of Internet Explorer comes with full PNG support and will bring the unwashed masses of PC users into a more modern era of browser technology (if the technology hasn't advanced even more by that time).

  • Response.sendRedirect doesn't work with Internet Explorer

    I do posts like advised here: http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost. GET-POST-REDIRECT-GET. Now I have a problem when do redirecting to the same page in Internet Explorer. It works good with Mozilla Firefox but not with Internet Explorer. When user click to "Enable"/"Disable" link and do submit, application makes changes on the database. Changes occurs, but redirect to the page doesn't work. When I refresh page, I see that, the changes was occurred. When I use Mozilla Firefox with same JSP, there is no need to refresh page, because, redirect works. When I change redirect URL to other, for example http://www.google.com/, redirect doesn,t work in Internet Explorer too.
    Code of users.jsp JSP:
    <%@ page import="az.ub.ccs.beans.User" %>
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ page errorPage="error.jsp" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <jsp:useBean id="bc" scope="page" class="az.ub.ccs.beans.BreadCrumb" />
    <jsp:useBean id="user" scope="request" class="az.ub.ccs.beans.User"/>
    <c:if test="${sessionScope.active == null}"><c:redirect url="login.jsp" /></c:if>
    <%
       if(request.getParameter("stateAction") != null)
          int state = (request.getParameter("stateAction").equals("enable")) ? 0 : 1;
          User.changeUserState(Integer.parseInt(request.getParameter("itemID")), state);
          response.sendRedirect("users.jsp");
          //response.setStatus(HttpServletResponse.SC_SEE_OTHER);
          //response.setHeader("Location", "users.jsp");
       bc.add("Users");
    %>
    <jsp:include page="top.jsp" flush="true">
       <jsp:param name="breadCrumbString" value="${bc.breadCrumbsAsHTML}"/>
       <jsp:param name="pageTitle" value="Users"/>
    </jsp:include>
    <tr>
       <td>
          <table border="1" width="100%">
             <tr class="tableHeader">
                <td>ID</td>
                <td>&#1048;&#1084;&#1103; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1103;</td>
                <td>&#1051;&#1086;&#1075;&#1080;&#1085;</td>
                <td>&#1053;&#1086;&#1084;&#1077;&#1088; &#1075;&#1088;&#1091;&#1087;&#1087;&#1099;</td>
                <td>&#1053;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1077; &#1075;&#1088;&#1091;&#1087;&#1087;&#1099;</td>
                <td>Email</td>
                <td>&#1053;&#1086;&#1084;&#1077;&#1088;</td>
                <td colspan="2">&#1044;&#1077;&#1081;&#1089;&#1090;&#1074;&#1080;&#1077;</td>
             </tr>
             <c:forEach items="${user.userList}" var="user">
             <tr>
                <td align="right">"${user.userID}"</td>
                <td><c:out value="${user.userName}"/></td>
             </c:forEach>
             <tr>
                <td colspan="7"> </td>
                <td colspan="2"><a href="addEditUser.jsp">[Add new]</a></td>
             </tr>
          </table>
          <form name="stateForm" method="post" action="users.jsp">
             <input type="hidden" name="itemID"/>
             <input type="hidden" name="stateAction"/>
          </form>
       </td>
    </tr>
    <jsp:include page="bottom.jsp" flush="true"/>

    I use HttpWatch to see request and response details. Link to the report file of HttpWatch http://tasadar8.googlepages.com/CCSHttpWatch.rar

  • For the past week or so I have had a problem loading addresses from my Hotmail contact list in the "To" bar. It doesn't happen in Internet Explorer

    Problem is with Hotmail. Usually when I start to type an address which is in my contact list, it fills in automatically. Now I just get a circle going round and round. If I go to my contact list and select an address and click on "send e-mail" it goes initially, but disappears within a second or two. In order to send a message, I must type the whole e-mail address in the "to" box. This problem began about a week or so ago, and doesn't happen when I sign into Hotmail using Internet Explorer.

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    2. If needed, delete the site's cookies here (this will log you out of live.com)
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Flash Player is enabled, ActiveX Filtering disabled, yet Flash videos will not play in Internet Explorer 11

    I have enabled Flash Player in add-ons for Internet Explorer 11 for Windows 8.1. I also disabled ActiveX Filtering as instructed while trouble shooting... Yet, videos still will not play on webpages shown in Internet Explorer. How can I fix this, since I have already followed instructions from Adobe completely? Flash Player is supposedly already be installed in Internet Explorer 11, but it is NOT working.

    Long story short, the video site is probably going to need to change their content before it works in IE11+.  I'd need some links to affected pages to tell you for sure (and even then, the complexity of websites these days makes debugging pretty painful). 
    In the meantime, you might just want to use Chrome for the sites that otherwise don't work.

  • Quicktime content will not play in Internet Explorer 8 or Chrome

    Hi,
    So I go to the apple website to watch some ads, the iMac videos and movie trailers.
    I have quicktime 7.6.4 installed and working.
    I have Tunes 9.0.2 installed and working.
    I have Vista 64 bit home premium installed.
    Internet Explorer 8. Quicktime content will not play. Neither the Mac ads, or the iMac videos or the movie trailers. I get the message "Quicktime required. Free download".
    Google Chrome. Quicktime content will play the Mac ads and the movie trailers but will not play the iMac videos although it does try to load the video but fails to play it.
    Firefox 3.5.5. Quicktime content will play the Mac ads and the iMac videos and the movie trailers.
    Help.
    Thanks

    Just ran into this same problem after updating Itunes and Quicktime.
    Got a Ipod Touch for Christmas, and downloaded latest version of Itunes and Quicktime and installed it without issue.
    Quicktime movies (Mov) play fine, and mp3's play via Itunes, but in IE8 all I get is "QuickTime required. Free download" when I try to play movies on-line, such as trailers from the Apple Movie site.
    Checked the plug-in folder for IE and all the QT files seem to be there.
    I have uninstalled Itunes and Quicktime, restarted and re-installed but I get the same result.
    Anyone got any clues ?

  • Flash doesn't work on Internet Explorer after updating

    Hello everybody
    I work in a professional environment
    I have a Terminal server Windows 2008 R2 and I update Flash player to 11.5.502.146 (usinag command change user /install like usual)
    Since this update, Internet Explorer is very very slow and we can not use it anymore
    If I disable Flash player, it works perfertly
    I tried to uninstall it / reboot / reinstall it but it doesn't work
    For the moment we use Firefox, but we need Internet Explorer for our intranet
    Do you have any idea ?
    Does anyone know how I can get an older version 11.5 ?
    Thanks for your help
    Aurelie

    Hi Aurelie,
    Could you give our 11.6 beta a try to see if that improves the situation?  If not, try reverting back to a known working previous version (or our latest 10.3) to verify it's directly related to 11.5.502.146.
    http://labs.adobe.com/downloads/flashplayer.html
    How do I revert to a previous version of Flash Player?
    Thanks,
    Chris

  • How to make an html5 video play from Internet Explorer 9?

    Hello,
    I have converted a swf eLearning video to html5 thanks to the cp converter. I can have the html output file played from Chrome but not from Internet Explorer 9. Could someone advise me, do I need some code to make it work? Thank you in advance for your help.
    Emilie

    One of the quick and easy fixes for your problem is to go into your source code and in the <head> change the following:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=9" />
    <meta name="viewport" content="user-scalable=yes, width=360" />
    <title>IntroVideo</title>
    Where it says ,IE=9"/> simply change the 9 to an 8....
    this tells IE9 to act like IE8 and makes all the video content way more accessable!
    hope this helps!
    Cheers!

  • FingerPrint Utility - OmniPass - Doesn't work with Internet Explorer 7

    OmniPass website password saving/autologin for Internet Explorer 7 Beta 2 doesn't work correctly (it seems microsoft has changed the way their forms work for username and password submission etc)
    OmniPass loaded slow in the earlier version it actually took about 30seconds or so for the FingerPrint dialogue to popup at logon, once i upgraded to v3.50.43 it loads in 10 seconds now, however when i first bought my notebook it use to load immediately, now that i've installed programs it's slower (not many programs).
    Now i have done full registry cleans, spyware and virus scans, full cleanups, defrags etc...
    I have tried editing the registry key for the OmniPass service - all with out success. It still hasn't gotten any faster.
    Anyone got any ideas?

    Hi
    The fact is that the Internet Explorer 7 is not official on the market and Toshiba doesnt support any Beta versions. In this case if you use any test versions on your notebook so you can do it only at your own risk!
    Im sure that if you use the IE6 and other applications from the Toshiba recovery CD, all should works properly.

  • Blog/Podcast videos won't play in Internet Explorer

    Ever since I upgraded our 10.5 server to 10.6 (currently running 10.6.8 update 1.1, users have been unable to watch videos that were added to the blog server using Internet Explorer.  We tried them on a bunch of various Windows machines but the videos will not play.  They play just fine when viewing on Firefox and Safari.  Any ideas?

    Here is an example of a video that works well in Firefox, Chrome and Safari, but not Internet Explorer.
    http://video.hboe.org/users/hcsdtest/weblog/24b20/nwhemov.html

  • SharePoint Apps doesn't work in Internet Explorer

    SharePoint Apps Internet Explorer
    Hi all,
    we are development SharePoint-hosted app, we have a problem that works in all the browsers except Internet Explorer (sometimes). 
    The strang is that when you debug with Visual Studio or IE developer toolbar, the app if it works.
    I add the sites to the same security zone in Internet Explorer and all it says this article and doesn't work.
    http://msdn.microsoft.com/en-us/library/office/jj612823(v=office.15).aspx
    This is the code where I do the call:
    $(document).ready(function () {
    var call = getInfo();
    call.always(function (EmployeesInfo) {
    if (EmployeesInfo != "ERROR") {
    var t = JSON.parse(EmployeesInfo);
    $get("EmployeeInfoDiv").innerHTML = fillEmployeeInfo(t);
    function getInfo() {
    var def = new $.Deferred();
    var executor;
    var hostweburl;
    var remotedomain;
    remotedomain = "http://sharepointdev:8090/";
    hostweburl = decodeURIComponent(getQueryStringParameter("SPHostUrl"));
    executor = new SP.RequestExecutor(remotedomain);
    executor.iFrameSourceUrl = "CustomProxy.aspx?SPHostUrl=" + hostweburl;
    executor.executeAsync(
    url: remotedomain + "SimpleContent.aspx",
    method: "GET",
    headers: { "Accept": "text/plain" },
    success: successHandler,
    error: errorHandler
    function successHandler(data) {
    var EmployeesInfo = data.body;
    def.resolve(EmployeesInfo);
    function errorHandler(data, errorCode, errorMessage) {
    document.getElementById("TextData").innerText =
    "Could not complete cross-domain call: " + errorMessage;
    def.reject("ERROR");
    return def.promise();
    Anyone know it is because this issue? 
    Thanks and regards,
    rmves

    Hi rmves,
    According to your description, my understanding is that your SharePoint hosted app not work in Internet Explorer sometimes.
    I suggest you can try as followings:
    1. When you debug with Internet Explorer Developer Tools, you can check whether there is any error in the script.
    2. I suggest you can check the web request using Fiddler when the app work correctly. Then you can check if there is something wrong when the app not work in Internet Explorer.
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Flash video, .4fv files in particular won't play in Firefox - Any one have any suggesstions? I already updated my Flash player and plays in Internet Explorer and Chrome

    If you look at this page in Firefox, http://www.vpi-corp.com/Empower-Demo/index-iframe.asp, you will see that the html portion of the page loads, and if you right click in the white area in the middle, the Flash is present as well. I can view this page correctly in Internet Explorer and Chrome. I have tried to export the movie as far back as Flash 7.0, but will not resolve. I have also been able to see this video for a while in Firefox, but then mysteriously went away. Any help would be appreciated. I suspect some patch to the programming on this page will be necessary.

    That f4v file is send as text/plain, maybe that is causing it
    *http://dl<i></i>.dropbox<i></i>.com/u/17240132/VPI/video/Call-Center/CC-Overview-Video<i></i>.f4v

  • Video doesn't play on internet

    Hey Good People,
      I have been scratching my head trying to figure out why this Flash video doesn't play.  I checked to make sure it is in the correct format. I've tried FLV and H.264 neither of which plays.  The custom play button appears and the alpha goes to 0 when clicked but the video doesn't play.  It works in the flash environment and on my desktop when I dropped it into an html shell.  Can anyone tell me what I need to do to make this work?
    VIEW THE VIDEO
    http://clienttestsite.x10.mx/beta/swfs/managers.swf
    DOWNLOAD THE VIDEO
    http://clienttestsite.x10.mx/beta/swfs/managers.fla

    You should use Flash debug version. When you do, you will se a security error:
    SecurityError: Error #2148: SWF file http://clienttestsite.x10.mx/beta/swfs/managers.swf cannot access local resource C:\Users\Demetrius McClain\Desktop\Value Insight\chevrolet\video.f4v. Only local-with-filesystem and trusted local SWF files may access local resources.
        at flash.net::NetStream/play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
        at fl.video::VideoPlayer/load()
        at fl.video::FLVPlayback/doContentPathConnect()
    Obviously, you hardcoded video path to your local machine. Change that.

  • Web.SHOW_DOCUMENT('URL', '_blank') doesn't work for Internet Explorer 7

    Hello,
    In my company, we are using Oracle Forms 10.1.2.0.2.
    After inserting a URL, users are logged in. There is one page in the application that uses a button to open a PDF in a new page.
    Code behind this button:
    web.SHOW_DOCUMENT('URL', '_blank');
    For internet explorer 6, there is no problem, but last week, some users have upgraded their browser to Internet Explorer 7. When they now push the PDF button, nothing happens. No error is given.
    Could someone please help me..

    Actually, I think a couple of my colleagues have seen this with IE7 recently... It seemed to be related to individual PCs rather than anything in our software, and was sort-of sporadic. I think on one of the PCs, there'd been an update to the Google toolbar and that had caused problems (and of course, if you have Google toolbar, that has its own popup blocker that you need to disable for the site in question.)
    Sorry to be vague, but I would look for any other browser plug-ins on the machine that might be causing issues.
    James

Maybe you are looking for

  • Enhancement to a cube

    Hi Gurus I am working on BI 7 and as per a requirement i had to add 2 fields i.e calmonth(0CALMONTH) & a key figure namely document number (0CRM_NUMDOC) to a cube, now in tranformation calmonth is being mapped to a field in the DSO name of the field

  • How to create an if statement in Insight?

    I'm just starting with Insight, and want to take a look at some basic completeness data.  Running into an error every time I try an if statement.  In the Insert New Metric GUI, the error reads "The formula for the derived metric is incorrect" The cur

  • Configure dial-up connection in Oracle Enterprise Linux Release 4-3.7.11

    Hallo!I have just finished installing Oracle Enterprise Linux Release 4-3.7.11 so that I can set up Oracle 10g on this Linux platform. But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem. I ha

  • How do I change the title of an album imported into iTunes?

    I have a new MacBook and I am now importing CD's into my iTunes. When I inserted this album I got a message about something being similar, I had no idea what it was referring to so I just selected the top name. I now have imported this album in with

  • Stored Procedure for lead code to be entered in sales order

    Hi All, I was trying to work on stored procedure for lead code not to be allowed to enter in sales order. It is system behaviour that it is allowing to take even lead code in sales order and add the transaction but my customer wants to block if any o