Can't Center SWF image in Browser

I've designed a website in flash and have inserted the SWF file into Dreamweaver, I can edit everything else I need, but for some reason - no matter what I do or try, I can't center this SWF image in Dreamweaver so the SWF file will rests in the center of a browser.
I've tried editing the CSS in the Body, but it doesn't change anything, no matter what. The site always sits flush left.
See results of current set up: http://www.louise-gd.com.
Please advise as soon as possible.

The whole page is in Flash?  Do you know what you give up when you do that (hint: lots!)?
Try changing this -
body {
     background-color: #999;
     right: 0px;
     margin: 0px;
     padding: 0px;
     background-position: center;
     position: relative;
     visibility: inherit;
     height: auto;
     width: auto;
to this -
body {
     background-color: #999;
     margin: 0 auto;
     padding: 0;
        width:650px;
and see what happens.

Similar Messages

  • Can't view shared images via browser

    I use an old version of Skype, and I do not want to update. Whenever somebody sends an image via Skype, I see this message:
      <user> sent a photo.
      This device doesn't support Skype's new photo sharing features yet, but you can still view it in your browser here:
      https://api.asm.skype.com/s/i?[...]
    When I go to the link, it asks me to log into Skype, when I login, I see a page saying "Sorry, we were unable to open this photo. Try signing into Skype again.". No matter how many times I log in again, it still shows this message.
    Please help.
    Thank you.

    Mateon1 wrote:
    ruwim wrote:
    Images sent from the latest Skype versions on Windows, Mac or smartphones, are transferred now using the new Cloud-based mode. This means that they are not send directly to the recipient, but saved on a Cloud server.
    If the recipient is also using one of the latest Skype versions (on Windows it must be 6.21 or later), a preview of this image will be displayed in the chat window.
    On older Skype versions, only a link (similar to the one as you are seeing) to this image saved on the Cloud server is displayed.
    Theoretically, clicking on this link and signing in with your Skype account should display this image in your browser.
    If this was not the case, then the image might have been corrupted or there is an issue with your browser. What browser have you used to open this link?
    I use Google Chrome, the latest beta version (40.0.2214.85 beta-m). I find this unlikely that this particular image is corrupted, because I can view it with Skype on my phone, and this issue happens with all images shared via Skype, as far as I can tell.
    I have not tried to open the image links in Chrome, but it works with both Firefox and Internet Explorer.
    Make sure that you have the latest IE version installed on your computer and try to open this link in IE.

  • Can't center SWF file

    Hello-
    For some reason I can't get my swf file to be centered when I preview in my browsers. When I open the SWF file by istelf, it fills the screen (which is what I would like). However, when I insert it in Dreamweaver and open a browser, it remains a constant size and is on the left of the screen. In the properties panel I've changed the align to middle and absolute middle and it seems to have no affect.  Any thoughts?

    You'll need to give your division a width, too.  And possibly text-align: center for older browser.
    CSS:
    #SWF {
         width: 700px;
         margin: 0 auto; /**centers div**/
         text-align: center;
    HTML:
    <div id="SWF">
    <!--begin Flash code-->
    <!--end Flash code-->
    </div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Can't view swf files in browser

    We recently reloaded our web server. Since the reload we can
    no longer view swf files on our homepage. I'm not sure if it's ain
    issue with IIS or with our files.
    I've searched the forums and have verified the Scripts folder
    is uploaded to our server. I've also tried removing the files and
    reinserting them, nothing seems to be working. Any ideas?
    url is
    http://www.bardhvac.com/
    I've also attached the code.

    Hmmm....
    I see what has happened. There are two different scripts
    folder. One in c:\inetpub\scripts and one at
    c:\inetpub\wwwroot\scripts. I was copying to the wwwroot one.
    It appears that c:\inetpub\scripts is defined as a virtual
    directory in IIS, therefore the code would have been targeting that
    location instead of the one in wwwroot folder. Not quite sure why
    it's a virutal directory, but looks like it has something to do
    with our new version of SLmail (webmail application).
    I copied the AC_RunActiveContent.js file to
    c:\inetpub\scripts and gave read authority, the swf files now show
    on our website.
    I'll need to look into this more. Thanks for your
    help!

  • How can I dynamically center an image in Crystal Reports?

    Hi! I'm using Visual Studio 2010, SQL Server 2008 R2 and Crystal Reports 13_0_11.
    I have a database full of images type image in SQL Server. Every image has diferent width. 
    I create a report with Crystal Reports and a Dataset and does everything that I want. But I can't horinzotal align the image, in the property window, the horizontal align option is disable, I don't know why... and I don't know what to do... 
    Please help me with how can I center the images or how can I enable the option...

    Hi Fafa0239,
    Since it is related to the Crystal Reports, please post questions related to third-party products in their forums (http://scn.sap.com/thread/3440443).
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Images in the full screen lightbox are not centered horizontally on the screen. Is there a way to center the images?

    I have tried it in different screen sizes but teh result is all same. Horizontally images are slightly on the right. How can I center the images?

    Hi,
    Thanks for your answer. It is ok when using the lightbox without full screen option. When I use the fullscreen option, the container of the image is centered but the image in the container is not. I do center everything but when it comes to full scren there is nothing like centering.
    Here is what happens when I view in the browser:

  • Swf Image Optimization

    I'm working on a project where many of the design elements and controls contain mx:Images with common source attributes. In the Flash Professional working environment I would be using these images as instances of MovieClips, which only needing to be referenced once at compilation (as I understand it), don't bog down the loading time for the compiled swf. When I run my flex application in debug mode I can see each swf image is being decompressed individually as the application initializes. While the decompression runs almost instantly on my computer locally, I imagine it will noticeably reduce efficiency when I put it online.
    So my first question is this; is my assumption about the decompression time being a performance "liability" accurate? And if so, what's a more efficient way to load a copy of the image into memory that I can reference in all the different components that use it throughout the application?
    Thanks~Benny

    **** The images I'm referring to are small, as in 4KB (apparently the smallest file size mac displays by default in the finder).... Actually, if anybody could tell me what view or preference you need to have set up in the Flash Builder workspace to view file sizes (either I'm blind, or it's tucked away in some sort of asinine fashion which is eluding me...) please let me know ****
    Here I would say just use R?H click ‘Properties’. At least that would be in Windows.
    I have constantly my work directory open and check IF needed for file size there and for .swf file size in the debug or release directories.
    **** exported from the Flash library into the image folder in my Flex project. The 4KB swf files range from around 400 to 2000 after decompression and one image, which is relatively complex and detailed, is 78KB in the finder and about 150,000 after decompression, but it's only used once. ****
    Here I would say for the first part, and as ‘rtalton’ pointed out embed this Image is quiet small - embedd it once use it as many times as !.
    The second part: Well, I have built over the last four years some very large Image Application and never ever worried about ‘decompression’ and my Images are as well all done in Flash files and I never have them as small as 78 kb I use mine more the 300 kb size fully modified into Flash and as long they come out below 180 kb I never worry. I handle that all with preloading, loading and caching but I use modules so that is a little different as well.
    And to the rest I’m not sure about that.
    regards aktell2007

  • How to Upload All Swf to cache Browser

    Hi all;
    Please i need help.
    i have a website (12 swf's). the main.swf had the menu how
    call all swf from the main.swf.
    How i can upload all swf to cahe browser for get a fast
    website. i need a script. Please Help????????

    preload them. ie, start loading them (using loadMovie or
    loadClip) before they are needed. to do this intelligently though
    is more than you would expect a beginning actionscripter to
    handle.

  • Can not connect to Image Browser

    Can not connect to Image Browser. Try to open again but no results.

    Hi garyrandall,
    I'm sorry to hear of the difficulty you've encountered with the transfer of images from your Canon camera.
    Please reply with the Camera model you're using and the operating system on your computer.
    Please include any error messages you receive.
    We look forward to hearing from you!
    Richard
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Can't see swf file in live view or browser preview mode in Dreamweaver

    I inserted a swf file into a div and it works fine in the standard edit mode (it plays when I push the play button on the properties panel). When I attempt live mode or preview in browser I get the message that i need flash player 10.3, which I have already installed. This is my code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="750" height="500" align="middle" id="FlashID" title="slideshow">
          <param name="movie" value="slideshow.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="11.0.0.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" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object data="slideshow.swf" type="application/x-shockwave-flash" width="750" height="500" align="middle">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="11.0.0.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- 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>
    Help!

    There were some Firefox plugin issues a while back
    Please upload the page and any dependant files on the web, and post a link.
    Many eyes, many browsers should reveal the problem

  • Can I sort the images used in a book's browser by the # of times used?

    I'm also producing a DVDSP slideshow of the event's (selected) photos not included in the book.
    Q2: Can I sort the images used in a book's browser by the # of times used?
    That way I don't have to search thru hundreds of photos. When used in a book, each photo gets a badge showing the # of times used. Can this badge be used in a sort?
    Or must I apply a keyword to the used (or unused) photos?
    Thanks.

    But if the file has been embedded, the file name is lost.

  • How can I make an image placed in the body tag expand to the entire width of the browser?

    How can I make an image placed in the body tag expand to the entire width of the browser?I

    background-repeat -- best used with small image tiles.
    background-gradient  - Ultimate CSS Gradient Generator - ColorZilla.com
    background-size:cover - Resizable Full Page Background Image
    Nancy O.

  • How can I center image of desktop on PowerPC G4?

    I recently bought an HP Pavilion 25xi flat panel monitor to replace an old Lacie CRT monitor. I am using it with both a MacPro (2007) running Mac OS 10.6.8 and a PowerPC G4 running Mac OS 10.2.8. The monitor works well with the MacPro, but when it is used with the PowerPC G4, the image is offset to the right by about 1.5 inches. The maximum horizontal adjustment only moves the image ~0.25 inches to the left. This results in truncation of a portion of the desktop on the right side of the display. There does not appear to be any way to center the image. I have contacted HP and tried all of their suggestions without any success. The HP person I spoke to ran out of ideas for adjustments on the 25xi and suggested that there might be some control within the G4 that would allow the image to be centered. Has anyone had this problem? Are there any suggestions for how to center the image. Note that when the G4 was used with the Lacie monitor, the image was centered.

    Well, the LaCie was VGA, so completely different.
    The HP is likely Digital only.
    I don't know this for certain, but I don't think the G4 is recognizing the monitor well & may not sync right or be able to do the proper refresh rate.
    Yet I found this interesting if true...
    You can connect any single-link DVI cable (DVI-I as well as DVI-D) to a dual-link DVI-I port. You can also connect a single-link DVI-D cable to a dual-link DVI-D port.
    However, you cannot connect a single-link DVI-I cable to a dual-link DVI-D port.
    http://superuser.com/questions/440159/can-a-single-link-dvi-cable-be-connected-t o-a-dual-link-dvi-port

  • Can I center 2 divs over each other??

    OK, I've built a website completely in Flash and I'm trying
    to lay it out with dreamweaver so that when viewed on 800x640
    resolution maxed browser window it will fit snug without any
    horizontal scrollbar (the SWF's is fit to this standard); and when
    viewed on 1024x768 maxed window it will be centered in the window
    PLUS have a background on either side (So this background should
    not appear in the 800x640 window). If that isn't clear compare
    http://www.gamespot.com.
    Right so my idea was just to put the SWF in a div and this
    background PNG in a div and center them both, while making the PNG
    width=100%.
    Well that doesn't seem to work. I guess you can't center two
    divs over each other?? The only way I can make one overlay on the
    other is by giving it an absolute position, but then of course it
    isn't centered any more.
    Any suggestions?

    Well, no, that's not what I meant.
    Background images don't do 100%. Using CSS like this -
    body { background-repeat:no-repeat;
    background-position:center; }
    will a) prevent the image from tiling, and b) will place it
    in the center of
    any size viewport. Is that what you wanted?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Joniba" <[email protected]> wrote in
    message
    news:en3a6r$jgr$[email protected]..
    > Yeah, sorry I'm just learning all this, so now I know
    how to (I didn't
    > when I
    > posted the message). So I guess I could just center the
    background image
    > with
    > no-repeat, and if it's 100% it anyway shouldn't repeat
    (?). Is that what
    > you
    > meant?
    >

  • Swf previews in browser and doesn't work on server after upgrade from cs3 to cs5

         I have upgraded from CS3 to CS5. My site uses a template created in dreamweaver 8.  When I edit a page and embed a .swf file created in flash cs5, it doesn't work on my server, but works on my computer when I 'test in browser'.  I have uploaded all the files in the 'scripts' directory.  I am streaming video.  I have tried using both actionscript 2.0 and 3.0 and streaming .flv and .f4v.  None work.
    I have a big site and do not wan't to redo my template unless I absolutely have to.
    Here is the link:
    http://retinavitreous.com/educationalvideo2010/clips/intro_eyesees.html
    Here is the code on my page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/mainnopop.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>video vitrectomy for macular hole re-operation ilm peel</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
    td img {display: block;}body {
    background-color: #0000FF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    a:link {
    color: #FFFF00;
    a:visited {
    color: #00FFFF;
    a:hover {
    color: #FFFFFF;
    a:active {
    color: #99CC00;
    #main {
    position:absolute;
    width:579px;
    height:815px;
    z-index:1;
    left: 168px;
    top: 96px;
    #right {
    position:absolute;
    width:238px;
    height:817px;
    z-index:2;
    left: 792px;
    top: 98px;
    </style>
    <!--Fireworks 8 Dreamweaver 8 target.  Created Tue May 26 14:59:01 GMT-0400 (Eastern Daylight Time) 2009-->
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script src="../../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <link href="../../css/yellowblue.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body,td,th {
    color: #FFFBF0;
    -->
    </style></head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('../../Templates/tempanimation/temp_animation_r1_c1_f2.gif','../ ../Templates/tempanimation/tempanimation_r1_c1_f2.gif','../../Templates/tempanimation/temp _animation_r1_c2_f2.gif','../../Templates/tempanimation/tempanimation_r1_c2_f2.gif','../.. /Templates/tempanimation/temp_animation_r1_c4_f2.gif','../../Templates/tempanimation/tempa nimation_r1_c4_f2.gif','../../Templates/tempanimation/temp_animation_r1_c5_f2.gif','../../ Templates/tempanimation/tempanimation_r1_c5_f2.gif','../../Templates/tempanimation/temp_an imation_r1_c7_f2.gif','../../Templates/tempanimation/tempanimation_r1_c7_f2.gif','../../Te mplates/tempanimation/temp_animation_r1_c8_f2.gif','../../Templates/tempanimation/tempanim ation_r1_c8_f2.gif','../../Templates/tempanimation/temp_animation_r2_c6_f2.gif','../../Tem plates/tempanimation/tempanimation_r2_c6_f2.gif','../../Templates/tempanimation/temp_anima tion_r4_c1_f2.gif','../../Templates/tempanimation/tempanimation_r4_c1_f2.gif','../../Templ ates/tempanimation/temp_animation_r5_c1_f2.gif','../../Templates/tempanimation/tempanimati on_r5_c1_f2.gif','../../Templates/tempanimation/temp_animation_r6_c1_f2.gif','../../Templa tes/tempanimation/tempanimation_r6_c1_f2.gif','../../Templates/tempanimation/temp_animatio n_r7_c1_f2.gif','../../Templates/tempanimation/tempanimation_r7_c1_f2.gif','../../Template s/tempanimation/temp_animation_r8_c1_f2.gif','../../Templates/tempanimation/tempanimation_ r8_c1_f2.gif','../../Templates/tempanimation/temp_animation_r9_c1_f2.gif','../../Templates /tempanimation/tempanimation_r9_c1_f2.gif','../../Templates/tempanimation/temp_animation_r 11_c1_f2.gif','../../Templates/tempanimation/tempanimation_r11_c1_f2.gif')">
    <table border="0" cellpadding="0" cellspacing="0" width="1440">
    <!-- fwtable fwsrc="tempanimation.png" fwbase="tempanimation.gif" fwstyle="Dreamweaver" fwdocid = "41244840" fwnested="0" -->
      <tr>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="99" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="68" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="14" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="85" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="121" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="114" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="160" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="163" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="616" height="1" border="0" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2"><a href="../../index.php" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c1','','../../Templates/tempanimation/temp_an imation_r1_c1_f2.gif','tempanimation_r1_c1','','../../Templates/tempanimation/tempanimatio n_r1_c1_f2.gif',1)"><img name="tempanimation_r1_c1" src="../../Templates/tempanimation/tempanimation_r1_c1.gif" width="99" height="24" border="0" id="tempanimation_r1_c1" alt="" /></a></td>
       <td rowspan="2" colspan="2"><a href="../../ouroffices/alloffices.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c2','','../../Templates/tempanimation/temp_an imation_r1_c2_f2.gif','tempanimation_r1_c2','','../../Templates/tempanimation/tempanimatio n_r1_c2_f2.gif',1)"><img name="tempanimation_r1_c2" src="../../Templates/tempanimation/tempanimation_r1_c2.gif" width="82" height="24" border="0" id="tempanimation_r1_c2" alt="" /></a></td>
       <td rowspan="2"><a href="../../patientinfo/forms.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c4','','../../Templates/tempanimation/temp_an imation_r1_c4_f2.gif','tempanimation_r1_c4','','../../Templates/tempanimation/tempanimatio n_r1_c4_f2.gif',1)"><img name="tempanimation_r1_c4" src="../../Templates/tempanimation/tempanimation_r1_c4.gif" width="85" height="24" border="0" id="tempanimation_r1_c4" alt="" /></a></td>
       <td rowspan="2"><a href="../../treatments/overviewtreatments.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c5','','../../Templates/tempanimation/temp_an imation_r1_c5_f2.gif','tempanimation_r1_c5','','../../Templates/tempanimation/tempanimatio n_r1_c5_f2.gif',1)"><img name="tempanimation_r1_c5" src="../../Templates/tempanimation/tempanimation_r1_c5.gif" width="121" height="24" border="0" id="tempanimation_r1_c5" alt="" /></a></td>
       <td><img name="tempanimation_r1_c6" src="../../Templates/tempanimation/tempanimation_r1_c6.gif" width="114" height="1" border="0" id="tempanimation_r1_c6" alt="" /></td>
       <td rowspan="2"><a href="../../video files/videostart.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c7','','../../Templates/tempanimation/temp_an imation_r1_c7_f2.gif','tempanimation_r1_c7','','../../Templates/tempanimation/tempanimatio n_r1_c7_f2.gif',1)"><img name="tempanimation_r1_c7" src="../../Templates/tempanimation/tempanimation_r1_c7.gif" width="160" height="24" border="0" id="tempanimation_r1_c7" alt="" /></a></td>
       <td rowspan="2"><a href="../../flash/animations/overview_animations.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r1_c8','','../../Templates/tempanimation/temp_an imation_r1_c8_f2.gif','tempanimation_r1_c8','','../../Templates/tempanimation/tempanimatio n_r1_c8_f2.gif',1)"><img name="tempanimation_r1_c8" src="../../Templates/tempanimation/tempanimation_r1_c8.gif" width="163" height="24" border="0" id="tempanimation_r1_c8" alt="" /></a></td>
       <td><img name="tempanimation_r1_c9" src="../../Templates/tempanimation/tempanimation_r1_c9.gif" width="616" height="1" border="0" id="tempanimation_r1_c9" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td><a href="../../patientinfo/insurancepar.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r2_c6','','../../Templates/tempanimation/temp_an imation_r2_c6_f2.gif','tempanimation_r2_c6','','../../Templates/tempanimation/tempanimatio n_r2_c6_f2.gif',1)"><img name="tempanimation_r2_c6" src="../../Templates/tempanimation/tempanimation_r2_c6.gif" width="114" height="23" border="0" id="tempanimation_r2_c6" alt="" /></a></td>
       <td><img name="tempanimation_r2_c9" src="../../Templates/tempanimation/tempanimation_r2_c9.gif" width="616" height="23" border="0" id="tempanimation_r2_c9" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="23" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="9"><img name="tempanimation_r3_c1" src="../../Templates/tempanimation/tempanimation_r3_c1.gif" width="1440" height="69" border="0" id="tempanimation_r3_c1" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="69" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../patientinfo/overview_patientinfo.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r4_c1','','../../Templates/tempanimation/temp_an imation_r4_c1_f2.gif','tempanimation_r4_c1','','../../Templates/tempanimation/tempanimatio n_r4_c1_f2.gif',1)"><img name="tempanimation_r4_c1" src="../../Templates/tempanimation/tempanimation_r4_c1.gif" width="167" height="30" border="0" id="tempanimation_r4_c1" alt="" /></a></td>
       <td rowspan="9" colspan="7"                  ><div id="main"><!-- InstanceBeginEditable name="main" -->
         <h2 align="center">How the Eye Sees Animation
         </h2>
         <p align="center">
           <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="874" height="520" id="FlashID" title="eye sees">
             <param name="movie" value="eyeseesas2.swf" />
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="swfversion" value="6.0.65.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" />
             <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
             <!--[if !IE]>-->
             <object type="application/x-shockwave-flash" data="eyeseesas2.swf" width="874" height="520">
               <!--<![endif]-->
               <param name="quality" value="high" />
               <param name="wmode" value="opaque" />
               <param name="swfversion" value="6.0.65.0" />
               <param name="expressinstall" value="../../Scripts/expressInstall.swf" />
               <!-- 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>
         </p>
       <!-- InstanceEndEditable --></div>
        <div id="right"><!-- InstanceBeginEditable name="right" -->
          <p> </p>
          <script type="text/javascript">
    swfobject.registerObject("FlashID");
          </script>
        <!-- InstanceEndEditable --></div></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="30" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../diseases/overview_diseases.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r5_c1','','../../Templates/tempanimation/temp_an imation_r5_c1_f2.gif','tempanimation_r5_c1','','../../Templates/tempanimation/tempanimatio n_r5_c1_f2.gif',1)"><img name="tempanimation_r5_c1" src="../../Templates/tempanimation/tempanimation_r5_c1.gif" width="167" height="33" border="0" id="tempanimation_r5_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="33" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../refdoc/overview_refdoc.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r6_c1','','../../Templates/tempanimation/temp_an imation_r6_c1_f2.gif','tempanimation_r6_c1','','../../Templates/tempanimation/tempanimatio n_r6_c1_f2.gif',1)"><img name="tempanimation_r6_c1" src="../../Templates/tempanimation/tempanimation_r6_c1.gif" width="167" height="32" border="0" id="tempanimation_r6_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="32" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../ourdocs/alldocs.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r7_c1','','../../Templates/tempanimation/temp_an imation_r7_c1_f2.gif','tempanimation_r7_c1','','../../Templates/tempanimation/tempanimatio n_r7_c1_f2.gif',1)"><img name="tempanimation_r7_c1" src="../../Templates/tempanimation/tempanimation_r7_c1.gif" width="167" height="31" border="0" id="tempanimation_r7_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="31" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../ouroffices/alloffices.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r8_c1','','../../Templates/tempanimation/temp_an imation_r8_c1_f2.gif','tempanimation_r8_c1','','../../Templates/tempanimation/tempanimatio n_r8_c1_f2.gif',1)"><img name="tempanimation_r8_c1" src="../../Templates/tempanimation/tempanimation_r8_c1.gif" width="167" height="31" border="0" id="tempanimation_r8_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="31" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../contactus/contacthome.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r9_c1','','../../Templates/tempanimation/temp_an imation_r9_c1_f2.gif','tempanimation_r9_c1','','../../Templates/tempanimation/tempanimatio n_r9_c1_f2.gif',1)"><img name="tempanimation_r9_c1" src="../../Templates/tempanimation/tempanimation_r9_c1.gif" width="167" height="32" border="0" id="tempanimation_r9_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="32" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="tempanimation_r10_c1" src="../../Templates/tempanimation/tempanimation_r10_c1.gif" width="167" height="13" border="0" id="tempanimation_r10_c1" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="13" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="../../lowvision/lowvisionhome.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('tempanimation_r11_c1','','../../Templates/tempanimation/temp_a nimation_r11_c1_f2.gif','tempanimation_r11_c1','','../../Templates/tempanimation/tempanima tion_r11_c1_f2.gif',1)"><img name="tempanimation_r11_c1" src="../../Templates/tempanimation/tempanimation_r11_c1.gif" width="167" height="102" border="0" id="tempanimation_r11_c1" alt="" /></a></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="102" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="tempanimation_r12_c1" src="../../Templates/tempanimation/tempanimation_r12_c1.gif" width="167" height="503" border="0" id="tempanimation_r12_c1" alt="" /></td>
       <td><img src="../../Templates/tempanimation/spacer.gif" width="1" height="503" border="0" alt="" /></td>
      </tr>
    </table>
    </body>
    <!-- InstanceEnd --></html>

    It's not 100% clear from your post, but you should be aware that CS5 plugins should not work in CS5.5. Because of a CS5.5 bug, CS5 plugins will load in InDesign 7.5.0, but that is fixed in 7.5.1 so they will not load.
    You should lean a bit harder on Virginia Systems. They should be able to tell you how to get them the stack trace from the crash which they should be able to look at and tell you which plugin (if any) is responsible for the crash. I could do it for Mac OS X but I don't know how under Windows. You could start by looking at the Event Viewer, though. That may have some helpful information about the crashes and the faulting module.

Maybe you are looking for

  • Parent child tables - how to maintain RI

    Here is my scenario: In our model, we have parent child relationship between tables. We are not sure how the parent tables are populated. If incremental update, it should be fine (assuming if needed rows will be inserted in the child table manually).

  • Organising classical music

    I started to write this as a response to somebody else's query, but then I thought no, I'm asking for general guidance on the best way to organise classical music to be listened to on my Mac and on my iPod. I know that classical music lovers are a (t

  • Digital cameras

    I am looking to buy a new digital camera and need some help.  I need an all around durable and highly functional camera for my family.  We are very active and I will need to be able to have this camera in many situations.  I don't need an SLR as far

  • Interrupted Yosemite download

    Yesterday, I tried to upragde to yosemite (10 gigs of free memory), but I interrupted the download. I wanted to resume this morning but I couldn't. It stated, that I needed more than 4.81 Gb ( so it acted as if the uprgade was downloaded). But I coul

  • Arial Narrow Bold, Italic and Bold Italic are missing in CC 2014.

    I have been trying to fix the mess Adobe and Microsoft did with the Arial Narrow font and no luck. I am on Windows 7 64, fully updated, running the CC 2014. The font Arial Narrow Regular shows as part of the Arial family. No problem there. However th