Easy way to center swf vertically in IE & Firefox??

I've scoured the internet & forums looking for a simple way to center my swf on an html page, both horizonally & vertically...
I tried css but it seems I have to set a div height... at least for it to work in firefox, anyhow.
I'd prefer the swf to center according to how tall the user makes the browser window...
Anyone got some simple code for me? Pleeeaaasssee?

I think I worked out a fix.... works in IE 7 & FIrefox 3.6.3, at least. Halelujia!
<!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">
<head>
<title>Test</title>
<style type="text/css" media="screen">
  body, html {height: 100%; padding: 0px; margin: 0px;}
  #outer {width: 100%; height: 100%; overflow: visible; padding: 0px; margin: 0px;}
  #middle {vertical-align: middle}
  #centered {width: 1000px; margin-left: auto; margin-right: auto; text-align:center;}
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table id="outer" cellpadding="0" cellspacing="0">
  <tr><td id="middle">
   <div id="centered">
     <div align="center">
       <script type="text/javascript">
      if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
      } else {
            AC_FL_RunContent(
                  'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                  'width', '1000',
                  'height', '570',
                  'src', 'EmersonFinal',
                  'quality', 'high',
                  'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                  'align', 'middle',
                  'play', 'true',
                  'loop', 'true',
                  'scale', 'exactfit',
                  'wmode', 'window',
                  'devicefont', 'false',
                  'id', 'EmersonFinal',
                  'bgcolor', '#ffffff',
                  'name', 'EmersonFinal',
                  'menu', 'true',
                  'allowFullScreen', 'false',
                  'allowScriptAccess','sameDomain',
                  'movie', 'EmersonFinal',
                  'salign', ''
                  ); //end AC code
       </script>
       <noscript>
       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1000" height="570" id="EmersonFinal" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="false" />
         <param name="movie" value="EmersonFinal.swf" />
         <param name="quality" value="high" />
         <param name="scale" value="exactfit" />
         <param name="bgcolor" value="#ffffff" />
         <embed src="EmersonFinal.swf" quality="high" scale="exactfit" bgcolor="#ffffff" width="1000" height="570" name="EmersonFinal" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
       </object>
       </noscript>
     </div>
   </div>
  </td></tr>
</table>
</body>
</html>

Similar Messages

  • Is there an easy way to preview an html file in firefox?

    We have an html file supplied to us for an eblast template. Is there an easy way to preview this code in firefox to see how it will look?

    You can open an HTML file in Firefox via File > Open File for previewing.
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 9.0 r246
    * Java 1.3.1 Plug-in
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version via Software update.<br />
    See http://support.apple.com/downloads/
    http://support.apple.com/kb/HT2312 - About Java 2 Platform Standard Edition (J2SE) 5.0 Release 1 for Tiger
    http://support.apple.com/kb/DL847 - Java for Mac OS X 10.4, Release 9
    http://support.apple.com/downloads/Java_2_SE_5_0_Release_1

  • Rants: Easier way of creating SWF panels with CS5?

    Last week I got a fairly advanced SWF panel in Photoshop CS4 running executing JSX scripts. But when I started to look into developing for CS5 everything changed and former SWF panels and their scripts do not work anymore in Photoshop CS5. And honestly I think there are way to many complicated little steps in the way to just get started. I am probably stuck on this for several weeks just to get a hello world demo running- and I am not sure If I want that. Getting the CS4 version running was a matter of 3 nights, even though back then the documentation was really hard to find and often incomplete.
    So upon studying the SDK and the tutorials that adobe provides I noticed a few annoying blockers in my way
    Adobe Flash builder dictation, some things are very restrictive and shown only for just that IDE platform. My choice of scripting environment is FlashBuilder however for various reasons (free and coding speed are 2 of them). The documentations and Tutorials however hide many important steps that are going on in the background. If the compiler gets certain arguments I need to know that, same if some ANT scripts or alike deploy files to certain folders.
    upon configuring my computer before scripting I had to change a windows registry key (HKEY_CURRENT_USER\Softwarea\Adobe\CSXS2Preferences, playerDebugMode = 1). However that key entry doesn't even exist to begin with on my Windows 7 computer even though Photoshop CS5, Extention Manager and ExtendScript Toolkit are present and installed.
    I need a special SDK compiler instead of the latest FlexSDK, this makes things only more complicated and confusing. I have it now but to figure that out took a while, as this is completely different from how things used to work with CS4.
    Everything is flex focused it would be nice if some tutorials could have a focus on pure AS3 as well, for those who don't like the Flex framework or GUI.
    CS4 and CS5 (Photoshop) seem to be incompatible in the way one can deploy or create SWF panels, this is a major down for any developer that is interested in supporting booth applications. I happen to work in a environment where still a majority of people work with CS4. Also the CS4 documentation (Photoshop) for the SWF panels seem to have vanished, this makes this issue even worse.
    So what I want is:
    The most minimalistic working example straight to the point just to get a SWF panel in Photoshop CS5 running executing some JSX script using eval for example. This is easy in CS4 but very restricted and complicated in CS5 .
    dropping a SWF file in the Photoshop/plugins/panel folder works but it resizes wrong (even though stage.scaleMode is set to noScale), and any CSXSInterface methods seem to be ignored (CSXSLibrary-2.0-sdk-3.4-public.swc used).
    I think I gave up for now on CS5, to restrictive, complex and incompatible with CS4 are my main complaints- I hope this gets through as some feedback - or maybe there is a answer on all my questions?

    Hello,
    one answer to your last question could be this cookbook, then as you probably already know there's the Photoshop panel developer's guide (the CS5 isn't that different from CS4...)
    As the #1 messy coder around (and not that much skilled), I understand your complaints. I'm focused on Photoshop only, and the panel guide for CS4  was more than enough. My learning curve with CS SDK is, to put it mildly, steep (since I've not really any previous experience with Flex - and I agree, using 3.4 SDK and not 4.0 may lead to some confusion), but I'm optimistically confident that CS SDK for CS6 will be far more usable.
    I find particularly annoying that to make life easier Adobe created CS Extension Builder, but to get it is nearly impossible (at least for me: I don't know if Gmail can't get thru Adobe mail server spam control, but in the last 4 months I wrote several emails to Roger Risdal, the "Partner Product and Business Developer Manager" in order to get info about the developer partnership required, and I got as the only answer a couple of out-of-office autoreply) Rumors say that Adobe's DevNet will undergo some robust changes (when, I don't know)  - I hope they will change their mind about the way Extension Builder will be (or not be) distributed.
    One last optimistic consideration is that the tools needed to deploy an extension (the ucf.jar for instance) and the general workflow (write the manifest.xml, pack everything with that java command line utility into a zip-like file, the .zxp, then write an .mxi to access features like auto-update and re-pack again into *another* .zxp) are far from having a good usability and being straightforward... so far that in my opinion the newer releases will surely be better than this one.
    That said, I understand that experienced developers are happily plunging into CS SDK while I'm having hard times keeping my head above waters, and I'm sure CS SDK will lead to a very interesting future.
    By the way, to drop the SWF in the panel's folder isn't a good idea if you want the extension to have the right dimensions (this is something I've learnt) - the manifest.xml is the right place.
    Ciao,
    Davide

  • Center text vertically in 6i

    I was wondering if there was a way to center text vertically in a text field in forms 6i.
    I have a banner at the top of my form as a text item, and I need the value(s) to be centered horizontally(which I have already done) and vertically which I am wondering how to do. Could someone please tell me how?
    TIA
    C

    It does not. It's specific to table cells, or things with the
    table-cell
    display style.
    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
    ==================
    "kiusau" <[email protected]> wrote in
    message
    news:gnesja$osr$[email protected]..
    >
    quote:
    I need to center the text vertically in the div at the bottom
    of this
    > page.
    > How do I accomplish this?
    >
    > Create a single cell table inside the <div> tag
    and apply vertical
    > alignment
    > to the <tr> tag. I do not know, if vertical
    alignment works with the <p>
    > tag.
    >
    > Roddy
    >

  • I was wondering if anyone had an easy way to edit the photos on a .swf file?

    I am trying to change out the photos on the flash photos on my homepage.  I only have the .swf files.  Is there an easy way to do this?  My web developer wants to charge a ridiculous amount to do this and I would actually rather learn how to do this versus paying someone else.  Any help would be appreciated.
    Thanks in advance.

    I thought there was a way to do this in Flash, but you can use a SWF extractor like http://www.swftools.org/
    You would have to follow the directions(documentation) as I have not used this program before. Or find another that seems easier to you, but thats what you need.
    Did you ask in the flash forum?
    Hope this helps,
    Chad Smith

  • Why do I get constant Game Center notifications when I'm playing games? Seriously, if there isn't an easy way to turn off gamecenter, I'll be switching to a Microsoft phone at my next upgrade. I don't want this garbage popping up while I play my games.

    Why do I get constant Game Center notifications when I'm playing games? Seriously, if there isn't an easy way to turn off these notifications, I'll be switching to a Microsoft phone at my next upgrade. I don't want this garbage popping up while I play my games. What a worthless, obnoxious piece of junk. Apple, stop ignoring your customers!

    How is Apple ignoring their customers, exactly?  If you don't want Game Center, why did you sign into it?
    Sign out, launch an enabled game.  Game Center pops up, close it, launch the game again, it pops up, close it again.
    Now it doesn't pop up any longer.
    All as documented.

  • Easy way to connect to dev vs prod design center?

    Hi all,
    I have a dev design center and a prod design center. Is there an easy way to set up 2 different shortcuts for easier logging in? That is, I would like a shortcut to connect to prod and a seperate shortcut to connect to dev. Is this possible?
    I tried searching the forums for suggestions, but didn't find anything.
    Thanks,
    Sammi

    You will have only one OWB design centre client on your PC, to define whether it is prod,dev or UAT you have locations configured.
    The enviroment is controlled from locations and not through different instances, it is something very similar to oracle sqplus or toad
    you wont have different instances of sqlplus ot toad for dev and prod, everything is controlled from tnsnames and locations is similar to tnsnames. hope this is clear.

  • Imported files into wrong folder, easy way to move them to another?

    Two things happened to me this weekend using Lr that caused files to go into the wrong folders.
    On one import I forgot to change the folder to a new one and it dropped all of my pics from the CF card into an existing folder. Oops.
    On another import I actually had images from what I would consider two seperate events. One was me goofing around taking pictures of the moon and the others were from St. Pattys day at the pub. So I've got moon pics in my St. Pattys 07 folder.
    So is there an easy way to correct this without deleting and reimporting? I tried the obvious drag and drops of selected files in the grid but it seemed adamant that this was a no-no.
    Sam

    Try from the center of an image and you should get a wornng dialogue about moving on the hard drive when you drop them on the folder you want. Hey do have to be all from the same folder for a given move.
    Try selecting some and doing the arrow trick by the filename in Metadata to go to the folder and then move all you want from one folder to another.
    Rather than in All Photos, as I previously mis-stated.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.8 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Is There an Easier Way to Save a PDF for Perfect Binding?

    I've always had this problem whenever I do a booklet or magazine that will end up perfect bound: I have my document setup in CS6 with "facing pages" so I can easily design spreads with images and backgrounds that span both pages. Usually, when it prints, it's saddle stitched, so I don't mind if the inside edge has contents from the other page since they will print next to each other anyway. When I've done perfect bound booklets in the past, I've always unchecked "facing pages" and manually duplicated and moved the image that span the entire spread to cover both pages. However, I'm currently working on a 48-page magazine and I really don't feel like doing this... specifically for fear of missing something and overlooking it so that it prints wrong.
    Here are some examples:
    This first one obviously has one background image that spans both pages of the spread
    However, when I try to separate the pages. My same right-hand page now has no background. A good majority of the magazine is laid out this way.
    Similarly, this spread with 2 full-page ads have no bleed on the inside margin for proofing purposes. If it were saddle stitched, I wouldn't give a second thought I'd just let the auto bleed pull image from the other ad. Who cares? They're going to be right next to each other anyway. But, since we're going the perfect-bound route, I need for each ad to have full bleed on all 4 sides. Is it just my neuroticism? The inside edge will be glued amongst 47 other pages. Will anyone ever notice that sliver of white, black, and red from the Sarge ad nestled in the spine when they're viewing the Sunrise Detox ad is the cutting is off?
    I know you can do the "shuffle pages" thing to help with the ads, but I'm just hoping there's an easier way; a checkbox... something! C'mon, Adobe! You're #1 in the design industry and it's so difficult to work around the facing-pages-full-bleed issue. I know I'm not very advanced with my InDesign experience. But if after several years, many booklets, a few magazines, and a couple version upgrades, I'd like to think I would've found an easier way to do this. You know, kinda like how your new liquid pages features. That would be tremendous if something similar could be implemented for people in printing to quickly change between design spreads, proof spreads, and printing single pages!
    Thanks in advance for any help!!
    ~Coral

    If you have facing pages, you have to set up the document with facing pages that is what is it for. If you have a spreadwide design as above, keep the spreads together. There is not even one reason not to do so.
    Only for wire-O-bindings might a different workflow useful, but also with facing pages documents and only when the left page and the right page have not a spread wide design:
    //// I did one mistake, I created a doument with a right binding, but it would work the same way with left binding.)
    1. Create a document with Facing Pages.
    2. Select the Spread in the Page Panel (Window > Page Panel) and in the panel’s flyout menu deselect "Allow Selected Spread to Shuffle". The spread’s page number will appear in brackets.
    3. Select a single page of the spread and drag it to the side until a vertical bar appears.
    4. Now you have the result.
    Left and right pages have their own spread and will have a bleed around each page without taking information from the other page.

  • Is there an easy way to replace spry menus with jQuery menu system?

    I just learned that Adobe is no longer using spry or that spry does not work on mobile devices. My entire site (built in CS5.5 moved to CS6) is built with 3 different spry menu systems. I have been told about jQuery, and many other menu system options. I work in design view and can copy and paste code, read code etc...but cant write it to save my life.  I cannot seen to understsand how a different menu software system will integrate with DW especially when I use design view. My question is, is there an easy way to change my spry menu's? I have 2 spry menu bars, spry tabbed menus on EVERY page and a spry accordian menu that repeats on all pages. I am working with a template I built, so hopefully it is an easy fix.
    Any walkthrough help would be greatly appreciated. Below is the code for my template minus the div set up.
    </style>
    <script src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    <link href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="container">
      <div id="search">
        <form action="http://www.cft-aft.org" method="get" onSubmit="Gsitesearch(this)">
    Search our website:<br />
    <input name="q" type="hidden" />
    <input name="qfront" type="text" style="width: 150px" /> <input type="submit" value="Search" />
    </form>
      </div>
      <div id="top_nav_bar">
        <ul id="FT" class="MenuBarHorizontal">
          <li><a href="../index.html">Home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Quick Links</a>
            <ul>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/quicklinkpdf/cftfinal2010_1.pdf" target="_blank">CFT CBA</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/quicklinkpdf/acpsopfinagree2010.pdf" target="_blank">CFOP (previously ACPSOP) CBA</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/quicklinkpdf/cftsalaryschedule.pdf" target="_blank">CFT Salary Schedule</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/strs_sers" target="_blank">STRS - SERS</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/healthcare" target="_blank">Health Care</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/newsliners" target="_blank">CFT Newsliners</a></li>
            </ul>
          </li>
          <li><a href="../buildingreps.html" target="_blank" class="MenuBarItemSubmenu">For BR's</a>
            <ul>
              <li><a href="../pdf_br/handbook13.14.pdf" target="_blank">2013-14 Handbook</a></li>
              <li><a href="../pdf_br/grievance.pdf" target="_blank">Grievance Form</a></li>
              <li><a href="../br_forms/assault.doc" target="_blank">Assault Form</a></li>
              <li><a href="../br_forms/notifyassault.dot" target="_blank">Notification of Assault Form</a></li>
              <li><a href="../br_forms/assaultleaverequest.dot" target="_blank">Request for Assault Leave</a></li>
              <li><a href="../br_forms/prsnlpropdmg.dot" target="_blank">Personal Property Damage Report</a></li>
              <li><a href="../br_forms/tchrselectionpanel.doc" target="_blank">Teacher Selection Panel Form</a></li>
              <li><a href="../br_forms/chptmtgsign.doc" target="_blank">Chapter Meeting Sign In Sheet</a></li>
              <li><a href="../br_forms/chptrmtgrept.doc">Chapter Meeting Report</a></li>
            </ul>
          </li>
          <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/contact.html" target="blank" class="MenuBarItemSubmenu">Contact Us</a>
            <ul>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/cft_acpsop_office" target="_blank">Office Information</a></li>
              <li><a href="Staff" _mce_href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/cft_acpsop_office">Staff">f ile:///C|/Users/kelly/Desktop/website2/cft.acpsop/cft_acpsop_office">Staff Contacts</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/pdf_contact/directions.pdf" target="_blank">Directions</a></li>
            </ul>
          </li>
        </ul>
    <div align="center"></div>
      </div>
      <div id="fb">Content <a href="https://www.facebook.com/pages/Cincinnati-Federation-of-Teachers-Official/235429363160967" target="_blank"><img src="../images/facebooklogosm.gif" width="24" height="24" align="middle" /></a></div>
      <div id="header"><img src="file:///C|/Users/kelly/Desktop/PS images for web/banner.jpg" width="980" height="155" /></div>
      <div id="mid_nav_bar">
        <ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="../unionbusiness.html" target="new" class="MenuBarItemSubmenu">Union Business</a>
            <ul>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/about" target="_blank">About Us</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/dues" target="_blank">Dues Structure</a></li>
              <li><a href="#" target="_blank">C.O.P.E</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/internal_comm" target="_blank">Internal Committees</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/joint_comm" target="_blank">Joint Committees</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">CFOP</a>
            <ul>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/acpsop" target="_blank">About ACPSOP</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/focus_newsletter" target="_blank">ACPSOP Newsletter</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/tuition_reim" target="_blank">Tuition Reimbursement</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/www.ohsers.org" target="_blank">SERS Updates</a></li>
              <li><a href="http://www.cincinnati-oh.gov/cityhr/pages/-4279-/" target="_blank">Civil Service Commission</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">CFT-R</a>
            <ul>
              <li><a href="#">About CFT-R</a></li>
              <li><a href="#">CFT-R Officers</a></li>
              <li><a href="#">CFT-R Meeting Schedule</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Professional Issues</a>
            <ul>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/tes" target="_blank">Teacher Evaluation System</a></li>
              <li><a href="#" target="_blank">Common Core</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/cit" target="_blank">Career In Teaching</a></li>
              <li><a href="http://staffnet.cps-k12.org/Staffnet/ProfDevFund/" target="_blank">PD Fund</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/rttt" target="_blank">RttT</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/fft" target="_blank">Fund for Teachers</a></li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/resources" target="_blank">Resources</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">Affilliates</a>
            <ul>
                <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/www.aft.org" target="_blank">AFT</a>            </li>
              <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/www.oft-aft.org" target="_blank">OFT</a></li>
              <li><a href="http://www.cincinnatiaflcio.org/" target="_blank">AFL-CIO</a></li>
              <li><a href="http://ohio.gov/" target="_blank">State of Ohio</a></li>
              <li><a href="http://www.ode.state.oh.us" target="_blank">OH Dept of Ed (ODE)</a></li>
            </ul>
          </li>
          <li><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/forms" target="_blank">Forms/Documents</a>      </li>
        </ul>
      </div>
      <div id="left_fill"></div>
      <div id="news_zone"><!-- TemplateBeginEditable name="EditRegion3" -->
        <div id="TabbedPanels1" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">Hot Topics</li>
            <li class="TabbedPanelsTab" tabindex="0">News Zone</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent">Content </div>
            <div class="TabbedPanelsContent">Content 2</div>
          </div>
        </div>
      <!-- TemplateEndEditable --></div>
      <div id="events">
        <div id="Accordion1" class="Accordion" tabindex="0">
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">Events</div>
            <div class="AccordionPanelContent">Content 1</div>
          </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">Announcements</div>
            <div class="AccordionPanelContent">Content 2</div>
          </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">Meeting Dates</div>
            <div class="AccordionPanelContent">Content 3</div>
          </div>
        </div>
    </div>
      <div id="right_fill"></div>
      <div id="blue_line"></div>
      <div id="button_bar">
        <table width="880" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr valign="middle">
            <td height="96" align="center"><a href="mailto:[email protected]" target="_blank"><img src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/images/kifbutton.jpg" width="242" height="72" border="0" align="middle" /></a></td>
            <td align="center"><a href="http://hq-afl.salsalabs.com/o/4013/c/505/getLocal.jsp" target="_blank"><img src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/images/legislature.jpg" width="242" height="72" border="0" align="middle" /></a></td>
            <td align="center"><a href="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/get_involved.html"><img src="file:///C|/Users/kelly/Desktop/website2/cft.acpsop/images/getinvolved.jpg" width="242" height="72" border="0" align="middle" /></a></td>
          </tr>
        </table>
      </div>
      <div id="footer"><img src="../images/footer.jpg" width="980" height="75" /></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("FT", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    Thanks in advance
    Kelly

    These  links point to files OUTSIDE your local site.  Did you define your site in DW?
    file:///C|/Users/kelly/Desktop/website2
    Nancy O.

  • Insert a flash file to iweb 09 or an easy way to display photos

    Goal: have a photo space on my home page that plays automatically - dissolving one to the next.
    I am trying to either insert a flash file to my home page http://web.me.com/ksporterproductions/PWF/Home.html
    I've used the html widget with this code:
    Flash Files in iWeb - Adding Flash to iWeb
    If you value and use Artotems iWeb Tips and Tricks please consider making a $5 donation to support more assistance in the future as well as the charitable work Artotems Co. does for others around the world.
    <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0" width="800" height="600"><param name="movie" value="http://web.mac.com/youriDisk/docs/flash.swf"><param name="quality" value="High"><embed src="http://web.mac.com/youridisk/docs/flash.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="800" height="600"></object>
    I've also tried doing an imovie - but it doesn't play automatically
    Any suggstions for an easy way to do this?? I've been working on it forever!!

    Hi,
    Check out this site. http://iwebfaq.org/site/iWeb_Movies.html
    More help here with tutorials http://discussions.apple.com/thread.jspa?messageID=7301535
    And if that doesn't help, you could post in the iWeb forums here: http://discussions.apple.com/category.jspa?categoryID=188
    Carolyn

  • How to set 2 points on each other in diffrent layers in easy way

    Free transform, rotate, adjust angle and resize with fixed ratios;  these are the steps I use to to set point A on 1 and point B on 2 every time, is there an easy way to do this metion ?
    please se the attached picture will help to explain what im doing and what I need..
    Thanks

    Set the top layer so it's 50% transparent, then you can still see it but you can also see through it to be able to visually see when it's lined up.
    You can move it around and rotate it with the Edit - Free Transform tool, and you can zoom in close while that tool is active by using the Ctrl + and Ctrl - keys to change the zoom.  Get one point lined up, put the center of rotation (little crosshair) on that point, then rotate the image to line up with the other point.
    Fine tuning can be done with the numeric values, available in the top part of the main Photoshop window when the Free Transform tool is active.  Photoshop CS5 now allows you to specify an unprecedented level of accuracy.  For example, 1/100th of a degree (or possibly smaller).
    -Noel

  • Easy way to manipulate overlay image file?

    Greetings, I'm currently trying to figure out how to simplify something for a client so they can make quick changes. Here's what I have:
    - Menu with a video in the background playing in a 30s loop.
    - Menu buttons with a specific "tile" I created in Photoshop, and placed into DVDSP as an overlay. This button "tile" (a vertical triangle) was placed in a specific position relative to the video in the background.
    - Menu buttons illuminate the triangle when you select a specific button properly.
    Now, the client has changed the background video from a 4:3 video to a 16:9 video, and wants to move the text and buttons on the menu. In doing so, this means the button "tile" needs to shift many pixels down.
    As far as I can tell, there's no way to simply grab the overlay image file and drag it down a few pixels, line it up by eye and be done with it. Do I have to go into Photoshop, manipulate the image, re-save it and reintroduce it to DVDSP?
    Basically, is there an easy way to move or relocate the overlay image file within DVDSP? Thanks!

    Tiresias314 wrote:
    As far as I can tell, there's no way to simply grab the overlay image file and drag it down a few pixels, line it up by eye and be done with it. Do I have to go into Photoshop, manipulate the image, re-save it and reintroduce it to DVDSP?
    Basically, is there an easy way to move or relocate the overlay image file within DVDSP? Thanks!
    Overlays cannot be moved or relocated in DVD SP. Best bet is to do it in a Custom 16:9 preset in Photoshop

  • Is there an easy way to centre an image between 2 guides in PS CS6 please?

    Is there an easy way to centre an image between 2 guides in PS CS6 please?

    // try this script ))
    var old_units = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.CM;
    main();
    app.preferences.rulerUnits = old_units;
    function main()
        var doc = app.activeDocument;
        var layer = app.activeDocument.activeLayer;
        var x = 0;
        var y = 0;
        var x_cnt = 0;
        var y_cnt = 0;
        var doc = app.activeDocument;
        for (var i = 0; i < doc.guides.length; i++)
            switch (doc.guides[i].direction)
                case Direction.HORIZONTAL: y += doc.guides[i].coordinate; ++y_cnt; break;
                case Direction.VERTICAL:   x += doc.guides[i].coordinate; ++x_cnt; break;
        if (x_cnt)
            x = x/x_cnt;
        else
            x = (layer.bounds[2]+layer.bounds[0])/2;
        if (y_cnt)
            y = y/y_cnt;
        else
            y = (layer.bounds[3]+layer.bounds[1])/2;
        move(layer, x-(layer.bounds[2]+layer.bounds[0])/2, y-(layer.bounds[3]+layer.bounds[1])/2 );
    function move(layer, x, y)
        try {
            app.activeDocument.activeLayer = layer;
            var d1 = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
            d1.putReference( charIDToTypeID( "null" ), ref );
            var d2 = new ActionDescriptor();
            d2.putUnitDouble( charIDToTypeID( "Hrzn" ), charIDToTypeID( "#Rlt" ), x*28.354779 );
            d2.putUnitDouble( charIDToTypeID( "Vrtc" ), charIDToTypeID( "#Rlt" ), y*28.354779 );
            d1.putObject( charIDToTypeID( "T   " ), charIDToTypeID( "Ofst" ), d2);
            executeAction( charIDToTypeID( "move" ), d1, DialogModes.NO );
            ref = null;
            d1 = null;
            d2 = null;
        catch (e) { alert(e); throw(e); }

  • I moved several folders from my Mac to iCloud and I cannot easily find them.  Is there an easier way to find them instead of searching in Spotlight?

    I moved several folders from my Mac to iCloud and I cannot easily find them.  Is there an easier way to find them instead of searching in Spotlight?

    If you have facing pages, you have to set up the document with facing pages that is what is it for. If you have a spreadwide design as above, keep the spreads together. There is not even one reason not to do so.
    Only for wire-O-bindings might a different workflow useful, but also with facing pages documents and only when the left page and the right page have not a spread wide design:
    //// I did one mistake, I created a doument with a right binding, but it would work the same way with left binding.)
    1. Create a document with Facing Pages.
    2. Select the Spread in the Page Panel (Window > Page Panel) and in the panel’s flyout menu deselect "Allow Selected Spread to Shuffle". The spread’s page number will appear in brackets.
    3. Select a single page of the spread and drag it to the side until a vertical bar appears.
    4. Now you have the result.
    Left and right pages have their own spread and will have a bleed around each page without taking information from the other page.

Maybe you are looking for