I have 4 flash test files.  Firefox does fine butv IE9 only displays two of them

I have 4 flash test files.  Firefox does fine but IE9 only displays two of them. These display vertically and are just Flash moves of rolling text.  Firefox diplays them fine but IE9 only shows two to them: 1 and 4a.
flash_words-1.swf
flash_words-2a.swf
flash_words-3a.swf
flash_words-4a.swf
Can anyone tell me how to fix it so that IE9 displays all four  of them?
The URL is http://www.manhattes.com/home.html

On 1 and 4a you are using the gobbledegook of
AC_FL_RunContent
for Flash detection.
while 2 and 3 do not.
AC_FL_RunContent is a pretty old embed method so either apply that method to 2 and 3 or switch all 4 to swfobject:
http://code.google.com/p/swfobject/
or simply embed using a single <object> and no IE conditional statements (<!--[if !IE]>-->):
<object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
  <param name="movie" value="path_to_file/file.swf">
  <param name="SomeOtherParam" value="ParamValue">
</object>
Best wishes,
Adninjastrator

Similar Messages

  • Despite the newest Flip4Mac plugin being installed and Firefox recognizing it, and it is selected to play wmv files, Firefox does not use it.

    What else do I need to say?
    Despite the newest Flip4Mac plugin being installed and Firefox recognizing it, and it is selected to play wmv files, Firefox does not use it.
    Firefox also did NOT import all my settings from Safari, despite being asked to.

    I go to this link
    http://www.amazon.com/gp/product/B00006J424/ref=cmbgd/002-8249171-1052060?v=glance&n=5174
    and the Windows Media versions are working fine for me.
    PPC OS 10.4.7, QT 7.1.2, Flip4Mac 2.1.0.33, Safari 2.0.4
    and here's a direct link too
    http://www.amazon.com/gp/music/wma-pop-up/B00006J424001001/ref=musam_wma_001001/002-8249171-1052060

  • Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • I have an png file that has images how do i display the seperately?

    i have an png file that has images how do i display the seperately?
    how do i clip the image to an object and use that object to display on an canvas ?

    The MIDP API documentation says this of the paint()
    method in Canvas class:
    Operations on this graphics object after the paint()
    call returns are undefined. Thus, the application must
    not cache this Graphics object for later use or use by
    another thread. It must only be used within the
    scope of this method.
    The Drawer.paint() operations are NOT executed after the Canvas.paint() but within !
    So as long as Drawer.paint() does not start a separate thread (which is not the case here), it NO problem :)
    However, you CAN cache the Graphics object, but then you should have some logics like this
    if(cachedGfx != currentGfx) {
    cachedGfx = currentGfx;
    }Brgds,
    Eirik Olimstad

  • I have sent several files using Adobe Send.  My recepients are not receiving them.  Is Adobe Send working?

    I have sent several files using Adobe Send.  My recepients are not receiving them.  Is Adobe Send working?

    Hi ASPA,
    I checked your account,you have cancelled Adobe SendNow Plus subscription.
    Kindly contact our chat support:http://helpx.adobe.com/x-productkb/global/service-b.html
    Regards,
    Florence

  • Why does my apple tv only show two icons?

    why does my apple tv only show two icons?

    Ditto, my ATV3 went on the blink last night. It suddenly lost internet connection and therefore resulting in the loss of AirPlay.
    Reset and Restarted the device and my wireless box (an Airport Extreme). The ATV3 can see my home network but it cannot connect to the internet via it.
    My Macs and ipads can so the internet is working.
    Seems that there is an issue with ATV3?!
    Apple can you help?

  • When I try to click on a download link for a .pdf file Firefox does not recognize the MIME type and tries to download the file as "index.php"

    When visiting a site I frequent I tried to download a linked .pdf file. Previously I've used Firefox 7.0.1 to download the link with no problem. Using Firefox 8 however I the browser does not recognize the .pdf link's mime type. Instead of recognizing the download link as a .pdf file Firefox 8 tries to download it as "index.php". Firefox 8 does this with .doc files and .txt files as well. When I downgrade to 7.0.1 again the problem disappears.

    Hi hakmacpace,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    You could also try [https://support.mozilla.org/en-US/kb/Managing-profiles?s=create+a+new+profile&r=2&e=es&as=s#w_creating-a-profile Creating a new profile].
    Hopefully this helps!

  • IE Problems, Firefox does fine

    http://guredesign.graceu.edu/
    Disign Site
    This is the design site for our new university page. The
    outline that we are looking for for each page from a template is a
    left navigation bar that is 150 pix and then the content would be
    on the remaining 650 pix for a total of 800. The home page will
    have a picture on it the is 650 by whatever so we would like to
    have the left nav stay the same throughout. Herein lies the
    problem, the homepage is a .cfm with drop downs as shown that have
    links to the different sections of the university web site. each of
    these drop downs has a different template assigned to it because
    there are different sections within each catagory. All of the
    templates are set to the homepage table settings of 800 total then
    a 150 pix table for the links and a 650 region for content. I have
    tried changing the dimensions of each page so that the template
    would reapply a new table dimension and it seems that firefox is
    reading the table changes properly and keeping them the way we
    specify. IE is giving us problems and will not show the changes, I
    have tried multiple versions of IE including the new beta, and you
    can even look at the source code of the page and the table shows a
    pixel width of 150. I hope this is some stupid error on my part,
    and that someone can help me.
    Thanks to whoever for reading and possible help,
    Any questions let me know
    Kyle

    On 1 and 4a you are using the gobbledegook of
    AC_FL_RunContent
    for Flash detection.
    while 2 and 3 do not.
    AC_FL_RunContent is a pretty old embed method so either apply that method to 2 and 3 or switch all 4 to swfobject:
    http://code.google.com/p/swfobject/
    or simply embed using a single <object> and no IE conditional statements (<!--[if !IE]>-->):
    <object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
      <param name="movie" value="path_to_file/file.swf">
      <param name="SomeOtherParam" value="ParamValue">
    </object>
    Best wishes,
    Adninjastrator

  • I have read 118 files (from a directory) each with 2088 data and put them into a 2 D array with 2cols and 246384row, I want to have aeach file on a separate columns with 2088 rows

    I have read 118 files from a directory using the list.vi. Each file has 2 cols with 2088rows. Now I have the data in a 2 D array with 2cols and 246384rows (118files * 2088rows). However I want to put each file in the same array but each file in separate columns. then I would have 236 columns (2cols for each of the 118 files) by 2088 rows. thank you very much in advance.

    Hiya,
    here's a couple of .vi's that might help out. I've taken a minimum manipulation approach by using replace array subset, and I'm not bothering to strip out the 1D array before inserting it. Instead I flip the array of filenames, and from this fill in the end 2-D array from the right, overwriting the column that will eventually become the "X" data values (same for each file) and appear on the right.
    The second .vi is a sub.vi I posted elsewhere on the discussion group to get the number of lines in a file. If you're sure that you know the number of data points is always going to be 2088, then replace this sub vi with a constant to speed up the program. (by about 2 seconds!)
    I've also updated the .vi to work as a sub.vi if you wa
    nt it to, complete with error handling.
    Hope this helps.
    S.
    // it takes almost no time to rate an answer
    Attachments:
    read_files_updated.vi ‏81 KB
    Num_Lines_in_File.vi ‏62 KB

  • Why does Captivate have to convert all the PPTX slides when I only want two?

    Hello friendly people : ) ,
    I often import Power Point slides into my Captivate projets.  Even when I only want two slides from a large Power Point presentation, Captivate converts every slide, and this of course, take quite a bit of time.  Is there any way around this? 
    Thank you.
    Ryan

    Hi Ryan,
    How Captivate does import is, it fetches all the PPT/PPTX source content in the import process and then produces the Selection box where you can choose what all slide you want to bring in and then on proceeding it converts those slides to Cp compatible Slide structure and introduces them at the stated slide location.
    What, I understand (Looking at your other thread) you do not link and re-import all slides after making any small change. So, if these modifications are being made by same individual on same machine, he can simply right click and edit the presentation from PowerPoint and save it to bring all the changes (this can be done without switching to linked in library).
    Thanks,
    Anjaneai

  • Column Header in 2 rows in report file but export to excel data only displays only bottom row of column header

    Post Author: blofrese
    CA Forum: Exporting
    I am using Crystal XI and need to output several columns worth of data. Do to so I attempted to have the data presented in 2 rows within the same section.
    Example:Page Header b contains:  7 columns  5 columns
    Details a contains:  7 columns  5 columns
    When exporting to excel data only I only see the bottom 5 column header info and all the detail data in the correct order. How do I get all the Headers to display on the export file?
    Thank you for your time.

    Post Author: jw1234
    CA Forum: Exporting
    I have the same problem. Have you find the solution yet??
    I'm trying to export as Excel data only and have 2 page header band. It only display the 2nd band with the bottom label. None of the 1st band shows up. 
    Page Header a contains:Report TitleDate Range
    Page Header b contains:Dept Name4 columns
    Please help. Thanks!

  • After I put three .mov files in to iMovie it will only let me out them in a certain order and won't let me move them around.  Should I convert them to a different format?

    I put the files on my desktop and imported them into iMovie but now it only lets me havce them in a certain order.  iMovie won't let me drag them to different locations.

    If they play OK in Imovie then the format is OK.   Have you put them into a project timline or are you trying to rearrange them in an event?
    Geoff.

  • How do I get Firefox to open a Visio drawing stored as a .vdx file? Firefox does fine with Visio drawings stored as .vsd files.

    I need to store Visio files in vdx format for Subversion compatibility.
    When I ask Firefox to open a vsd file on the network, it appropriately states the file is a Visio file and asks if I want to save it. I select yes and the file opens in Visio.
    When I ask Firefox to open a vdx file in the same location on the network, it treats the file as a plain text file and opens it immediately--no option to Open With or to Save.
    I have tried resetting Firefox but it did not help.
    The application tab in settings does not show Visio file types in either instance.
    The underlying Windows 7 file association setting for both vsd and vdx is set to Visio.

    I'm tracking down the MS Office plug-ins to see if there is any information there.

  • I have a bookmark file that does not show me contents.

    When I place the cursor on only that bookmark file there is a small square on the far upper right of the row. This only occurs on this one bookmark.

    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    While you are doing that, try firefox safe mode.
    Follow below.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''

  • When clicking on vcards, the only option available is to save the file, firefox does not let me open the vcard for immediate viewing?

    Recently, whenever I double click a vcard file, the only option available is to save the vcard. I used to be able to automatically open vcards with Outlook, now this option is not accesible. I reviewed the file type associations within the control panel of Windows 7 and Outlook is the default program for .vcf files.

    You can check the settings in Tools > Options > Applications
    See "File handling in Firefox 3 and SeaMonkey 2": http://kb.mozillazine.org/File_types_and_download_actions

Maybe you are looking for

  • What is this telling me about my Infinty 2 service...

    Hi there.           I'm an Infinity 2 customer running a HH5. Until just before Christmas my service was running at D:68.77/U:18.87 which is what I'd expect. However, since about 8 days ago my service seems to have deteriorated. Speedtest.net is show

  • How to average live output data from a 4 - 20 mA source?

    Hi, I am very new to the world of LabView and I am looking for some help. I am trying to write a code that I can use in the testing of heat pump water heaters. I have gotten my code to a point where I can read in my temperature and flow rates, and ca

  • Installed itunes for windows- ipod+dvd drives not recognized by my computer

    After installing i tunes I received a message saying that there were errors during install. Importing and export (burning) would not be possible through i tunes, I should re-install itunes. I have reinstalled i tunes. On restarting my computer i have

  • Payment run has been cancelled

    Hi Experts, We have a problem in Payment Run. In proposal there are 154 line items are ready for payment (status is Green).  But once we did the payment run the status is Posting orders: 109 generated, 109 completed and Payment run has been cancelled

  • Workcenter overload during MRP run

    Dear All. Hi, While MRP run using MD01, if there is a overload in a workcenter, using lead time scheduling & capacity planning can we stop the propsed plan & change the plan accordingly in the same screen. Subbu.