Flash site not displaying properly in IE and chrome

Any ideas of what is causing this code not to display properly in IE and chrome as checked on PC.
It works on safari
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
          <head>
                    <title>n u h n | painting</title>
                    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
                    <script type="text/javascript" src="swfobject.js"></script>
                    <script type="text/javascript">
                              swfobject.registerObject("myFlashContent", "8.0.0");
                    </script>
          <style type="text/css">
<!--
body {
          background-color: #FFFFFF;
          margin-left: 0px;
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 0px;
-->
</style>
<body>
                    <div align="center">
                              <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="myFlashContent" align="middle">
                                        <param name="movie" value="index.swf" />
                                        <param name="quality" value="best" />
                                        <param name="scale" value="noscale" />
                                        <param name="bgcolor" value="ffffff" />
                                        <!--[if !IE]>-->
                                        <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%" align="middle">
                                                  <param name="quality" value="best" />
                                                  <param name="scale" value="noscale" />
                                                  <param name="bgcolor" value="ffffff" />
                                        <!--<![endif]-->
                                                  <a href="http://www.adobe.com/go/getflashplayer">
                                                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" height="600" />
                                                  </a>
                                        <!--[if !IE]>-->
                                        </object>
                                        <!--<![endif]-->
                      </object>
                    </div>
          </body>
</html>

You can set an explicit width and height instead of a percent but I presume you want the flash object to be the size of the browser window specifying 100%. You also have noscale specified so I presume you're detecting the flash stage size and are dynamically laying out your content based on available space. Is that correct?
That said, you're using XHTML strict but you have some invalid code. In browsers like IE that can be enough to pop compatibility mode and it gets messy. For instance the "align" attribute is not supported so you should remove it.
Using 100% of the space is tricky. You have a scrollbar that can be invoked if you use 100%. Try 99% so the browser doesn't fire off a scrollbar just incase.
Your CSS probably isn't doing enough either. Use your web developer tools in your browser to take a look at your object. You're only clearing margins on the body tag. Try something more aggressive to remove ALL margins and padding like so:
*,html,body,object,div { margins:0; padding:0; }
Your object probably has some margins or padding pushing it off screen and you're only setting margins for the body tag itself. Also a small CSS note. Anytime you specify a value of 0 you don't need to specify px, like 0px. No matter your unit, em, px, etc, 0 is 0. That's why I didn't put 0px if you were wondering.
Also I specified 'div' in the CSS above. It may solve some of your problems to put your <object> inside a <div>.
e.g.:
<div style="width:99%; height:99%;">
    <object ............>
    </object>
</div>
Keep the <object> at 100% width and height if you place it inside that <div>. The browser is very good at dealing with <div>s and should have no problem keeping your content inside it resizing properly.

Similar Messages

  • Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private b

    Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private browsing active in Firefox?  Works perfectly in Chrome and Internet Explorer.  HELP!!!!

    I suppose it would have helped if you knew what it was supposed to look like!   I'm using Shockwave Flash 11.7.700.169  and the version of Firefox I'm on is 20.0
    When you see it in Firefox  - do the thumbnail populate the grid?  See attached populated and un-populated.
    Populated grid is with Chrome.
    Thanks!
    Thanks in advance!

  • Site not displaying properly in IE

    Hello,
    I'm working on building a site from a template. Prior to today I only  opened the site in Firefox and it displays fine. However, in IE for some  reason every page besides the index.html do not display properly. The  weird thing is, the part that is messed up should be the same as the  index.html because they're from the same template.
    Does anyone happen to know what I messed up?
    Here is the site...
    http://testtreks.onlinewebshop.net/index.html

    I'm working on building a site from a template. Prior to today I only  opened the site in Firefox and it displays fine. However, in IE for some  reason every page besides the index.html do not display properly.
    Which IE?  What does "do not display properly" mean?  It looks OK to me in IE8.

  • Osmf Flash Player will not display images in safari and chrome

    In OSMF player, I am using  image to display as thumbnail before playing video.
    Image is displaying properly in IE and Firefox but I am getting error in safari and chrome.
    Error of flash player:
    ArgumentError: Invalid parameter passed to method
        at org.osmf.traits::LoadTrait/setBytesLoaded()
        at org.osmf.elements.loaderClasses::LoaderLoadTrait/onContentLoadProgress()
    ArgumentError: Invalid parameter passed to method
        at org.osmf.traits::LoadTrait/setBytesLoaded()
        at org.osmf.elements.loaderClasses::LoaderLoadTrait/loadStateChangeStart()
        at org.osmf.traits::LoadTrait/setLoadState()
        at org.osmf.traits::LoadTrait/onLoadStateChange()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at org.osmf.traits::LoaderBase/updateLoadTrait()
        at Function/<anonymous>()
    Please help me in resolving this issue. This error occurs with some specific image url's only

    <table width="969" border="1">
      <tr>
        <td colspan="3"><object id="Portfolio" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="450">
          <param name="movie" value="Flash/Portfolio.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="9.0.45.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <param name="LOOP" value="false" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="Flash/Portfolio.swf" width="500" height="450">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <param name="LOOP" value="false" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object></td>
      </tr>

  • OLE Objects are not displayed properly-overlap characters and empty page

    I'm using CR4E 12 Runtime libraries to load and view reports that are created in CR designer  v10. Some of the OLE Objects (not all) are not displayed properly.
    1) A full page contains terms and conditions as ole object is not at all displayed and just shown as black image.
    2) Some data in a table (OLE Object) shown as overlapped characters.
    Any body know the reason and is there any workaround to solve this issue?
    Thankyou very much for your time.

    Your problem seems to be with the character encoding you are using for your text.  A quick google search for ColdFusion character encoding should turn up the answer.  In case you are interested in learning more:
    http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?cont ext=ColdFusion_Documentation&file=00001201.htm
    Hope that helps!
    - Michael

  • SWF not displaying properly in FireFox and IE 7 & 8

    I am working on a site that is staging right now.  I have a gallery page that displays a Flash .swf file. It loads properly in all browsers, except only about 1/3 of the viewer shows up on the page in FireFox and IE 7 & 8. It displays perfect in Safari and older versions of IE.  Is anyone familar with this issue? Can someone offer any suggestions?  Thanks in advace.

    What version of Flash? What does the html page that holds the .swf look like? Can you share a URL where this file sits?

  • Lion text problem: Some text does not display properly in Safari and Firefox

    Hello
    Some text in Safari and Firefox is seriously degraded, making it useless. I changed to Firefox because Safari was displaying wrongly, but Firefox displays the same way, so it seems to be an OS problem. See image as an example:
    I cannot see subtitles on BBC streamed movies, and the timing of the movies on the bottom ribbon do not display correctly.
    I am using Lion 10.7.5
    Is there a solution for this problem?
    Thanks for any help.

    Unbelievable (and I still cannot believe that) - is wmode="transparent/opaque/etc" - not supported by safari ? then how do you suggest we go about transparent flash elements on web pages? why isn't it working on safari while on every other browser on earth it does?

  • Mail merge fields not displaying properly - Dollar signs and percentages

    Hi folks,
    I don't know much about mail merging, so I have a question.  I have most things working on my merge, but need help with a couple of minor items (I hope).  I have an Excel 2010 spreadsheet that we use for merging to a Word 2010 document. 
    It has various fields such as name, address, city, etc.  It also has a field for a dollar amount formatted to two decimal places and showing the $ sign in Excel (ex. $67,000.00), but when it gets merged into the Word document, it displays as 67000. 
    It doesn't pull the $ nor the decimal point and cents.
    I also have the same thing with a percentage (Ex. 6.00%), displays in the Word document as .006. 
    I think I have everything else working, but can't figure out how to format these items in the Word document to display properly.  Any advice?
    Mike

    If you insert the fields
    { MERGEFIELD Total_NB_Premium_away_from_Plan }
    and
    { MERGEFIELD Total_Premium_of_Team_Sales_Target }
    directly in your mail merge main document, outside an IF field, not nested in an { = } field, with no formatting switches, what results do you see?
    Word will only apply a numeric format to things that it decides are numeric (broadly speaking, that includes numeric and currency amounts that it can recognise). It will leave anything else unformatted. So if you have something that looks a bit like a number
    like "$-164,209.00", the chances are that Word will leave it exactly as it is.
    When Word does not recognise something as being a number or a valid numeric expression, it will generally display one error or another when you try to put it in an { = } field. So, e.g. 
    { =$-164,209.00 } would give you the syntax error that you are seeing. (Assuming "$" is set up as the currency symbol in your COntrol Panel's regional options. If the regional currency symbol was £, you would see a different syntax error.)
    The problem in this case probably originates in something that has happened in Excel. Normally, things that are numeric/currency in Excel come through as things that Word treats as numeric. But if for example, someone has entered a number formatted as text
    in a column that has texts rather than numbers above it, Word may receive something that it does not think is numeric. You may have to fix your sheet before Word will "see" the numbers correctly.
    When you have got to the point where WOrd sees the numbers correctly, you should be able to use
    { MERGEFIELD
    Total_NB_Premium_away_from_Plan} \#$,0.00 }
    (and the negative numbering formats if you want) without nesting the { MERGEFIELD } inside an { = }
    Peter Jamieson

  • CS3 Site not displaying properly

    I have a newly created site which displays and functions
    properly on my PC, where the page was created on CS3. On a test PC,
    the index page displays properly, but all other pages have no
    graphics and the format is incorrect. The links work ok. A previous
    page I created does work correctly and is currently online.
    Any thoughts on why all non-index pages cannot display images
    or correct format? Again, it functions ok on my pc, but once I move
    it off, it fails.
    Any help appreciated. Thanks.

    > Any thoughts on why all non-index pages cannot display
    images or correct
    > format?
    Errors in the code.
    Can you show us a page with these errors by uploading it to
    some webspace
    and posting a link here?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "NORSSMAN1" <[email protected]> wrote in
    message
    news:g7uiba$57q$[email protected]..
    >I have a newly created site which displays and functions
    properly on my PC,
    > where the page was created on CS3. On a test PC, the
    index page displays
    > properly, but all other pages have no graphics and the
    format is
    > incorrect.
    > The links work ok. A previous page I created does work
    correctly and is
    > currently online.
    >
    > Any thoughts on why all non-index pages cannot display
    images or correct
    > format? Again, it functions ok on my pc, but once I move
    it off, it
    > fails.
    >
    > Any help appreciated. Thanks.
    >

  • Used SEO tool for iWeb now site not displaying properly on iPhone....

    Hello!
    I used the SEO tool for Iweb for my site and it;s displaying perfectly on my macbook but when I look at it on my iphone it's a mess... No background, no header, can't change pages etc....
    HELP!
    Thanks in Advance.

    So the problem occurs when you use that application.
    Does the problem occur when you do not use that application?
    If not, then SEO Tools is the problem and iWeb is not involved.
    Ask here : http://www.ragesw.com/forums/

  • Site not displaying properly on PC...

    Hi,
    I've built the following site on a mac in dreamweaver MX
    using CSS:
    http://www.imagemakers.uk.com/clunyhouse/index.html
    Looks fine when previewing in Safari and Firefox, but not in
    IE on PC. The main flower image is appearing way down the page, as
    if its too wide to fit properly.
    I'm quite a newbie with css so I've probably made an obvious
    mistake. My deadlines looming so any help greatly appreciated!!
    Thanks.

    I've just tested it in IE7 and it looks fine - so it's just
    IE6 I'm having the problem with. Any ideas?
    Thanks.

  • Fonts not displaying properly after 10.0 update (Mac OS X)

    After I updated to Firefox 10.0, almost all websites now default to Times Roman, even after I have set Helvetica as my default font as well as have checked "allow pages to choose their own fonts".
    I tried trashing prefs, reinstalling the previous version of FF but to no avail.
    Never had this issue before and all fonts are displaying properly in Safari and Chrome.
    Any ideas?

    Ok repaired permissions and now ''some'' fonts display properly but some are still times roman. Even explicitly setting fonts in Firebug doesn't change them...

  • Why do pages like natwest and ELC not display properly? It is like their text is too large, yet other pages are fine?

    I have abrand new ASUS notebook with a 11 and a half inch screen. I have up to date Windows system, and am using the latest version of firefox. I have gone through all the tips in the help section of firefox including clearing cache and cookies, and also checking all settings for text, however none of this has corrected the problem. For example when i log into my online banking the text is that big it doesnt fit into the boxes set on natwest screen, so therefore i can view all of the text and it gets jumbled together in some places. With ELC a good example is the menu across the top of the page which gives all of the categories of products they sell for you to click on. As the writing is too large it does not display properly. Im not sure what else to do to crrect this. Can anyone help?

    Try 2 things, if they can help:
    1. on the same window, where you have 1 of above site opened. Do ctrl + F5.
    2. Do Ctrl + shift + P, it will open a new private window and browse any of the above site.

  • Lately pdf files from the Web do not display properly; what is wrong and how can I fix it so I don't have to use IE?

    I am a professor and frequently need to open pdfs of academic journal articles from electronic databases. Within the last two or three weeks, when I try to do this using Firefox, only the first page of the pdf displays and the rest are blank. In addition, a bar appears across the top with the message "This pdf file may not display properly." So I have had to switch to Internet Explorer to open the files and do my research. What is going on and how can I fix it so I can open pdf files from the Web in Firefox and have them display properly?

    My question is simple - why would you put an application in production that has a lot of bugs? To replace a good and steady Adobe product? My customers will believe that I put a pathetic fallible form online. They are not sophisticated on computers so I just tell them to use IE. Ugh
    I must agree with pgwebgirl!

  • Pictures and texts are not displayed properly

    Hello Apple users,
    I've the 15 inch Macbook Pro with retina display, running Mountain Lion. I have noticed that when I chat with my friends in Facebook, the texts in the chat window are not displayed properly. This also happens when flipping through photos that were uploaded in Facebook. Also, pictures are not displayed properly in other websites. For example, today I was reading the news in the Guardian when I noticed that the top bar and a picture weren't displayed properly. The top bar should have showed News, Sports, Comment, Culture, Pensions, etc. all in the same line. Also look at the photo titiled "Should building socities do buy-to-let?" I took a screenshot from the guardian and you can see the photo here: https://docs.google.com/file/d/0ByQ7VP0wjFM-U0ZIOXlwMm13Vnc/edit?usp=sharing
    Do you guys have any suggestions how can I fix these issues?
    Thanks for reading and your help

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    If any extensions are installed, disable them and test.

Maybe you are looking for

  • Call/SMS Profiles

    On Blackberries you can setup phone profiles such that a (manually set) night time profile would allow for some contacts (family, etc) to always be able to call/sms you but all others would remain silenced.   Is there an Andriod app that provides sim

  • Samsung ECC DDR RAM Problem

    I have a KT3 mainboard.  I bought 2pcs Samsung PC2700 DDR ECC RAM (K4H560838D-TCB3). If i use it the system don't boot. What is the solving?

  • Data Extraction in Open Hub Destination using Process Chain

    Hi I want to extract data in Open Hub Destination (database table)from Data Store Object(ODS) through Process Chain. When i tried to create process chain, i found only one option under Process types - Data export into External System. Here it asks fo

  • Printing from Photoshop CS 5.1 (Design Standard CS5.5) unable!

    Sinse 2 Days I cannt print from Photoshop to any printer. Who knows something each will help me? Thanks for you Answer! Here isa Screenshort with the error message. (It is in german). Sorry peaple, but my english i bad! Sotiraq@

  • Labview 8.0 Activation

    I develop code  for complete test rigs that are used for validation of hydraulic components like pumps, valves etc. Till the time I was using LV7.1, I used to  load it on the machine PC  for developing the code and simultaneous try out. Once the code