Edge Animate media queries (not responsive scaling)

Is is possible to use media queries with edge animate? For example, if the screen width is less than 480px then resize the stage from 900x700px to 320x480px? Or add/change properties like float?

If your product was installed via the Creative Cloud, you should be able to update it using the Creative Cloud.  If your product was installed via other media (like from the DVD), you will not be able to update it using the Creative Cloud.  Now that CC has launched, you might want to look at upgrading now and try it out now.
Thanks,
-Elaine

Similar Messages

  • Edge animate composition is not an option on insert media menu, and I subscribe to the cloud

    edge animate composition is not an option on insert>media menu, and I subscribe to the cloud

    If your product was installed via the Creative Cloud, you should be able to update it using the Creative Cloud.  If your product was installed via other media (like from the DVD), you will not be able to update it using the Creative Cloud.  Now that CC has launched, you might want to look at upgrading now and try it out now.
    Thanks,
    -Elaine

  • Fluid grid with added media queries not working with {display: none}

    Fluid grid layout using added media queries to fix break points will not use {display:none} properly. When I try to hide a div in moble view it hides the div in all views. I was able to hide the div using width: 0% which works in all browsers except for Safari.
    Here is the css
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
      max-width: 100%;
    hr {
      color: #e1e1e1;
      width: 90%;
      text-align: center;
    td {
      color:#7d7e7f;
    element.style {
        width: 150px;
      color:#7d7e7f;
      margin-right:20px;
    /* Top Talent subscribe to email */
    .inputTTemail {
      width: 130px;
      height: 35px;
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/submitArrow.png) ;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #ec8423;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      text-align: left;
      color: #FFF;
      border: none;
      padding-top: 5px;
    #ttEnewsletter {
      width:250px;
      background-color:#FFF;
      padding:10px;
    input[type="text"],input[type="email"] {
      width:200px;
      font-family:Tahoma, Geneva, sans-serif;
      font-size:1em;
      color:#7d7e7f;
      margin-bottom:1em;
      padding-left:15px;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
      width:100%;
    span.dropt {border-bottom: thin dotted;}
    span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
    span.dropt span {position: absolute; left: -9999px;
      margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
      border-style:solid; border-color:#7d7e7f; border-width:1px; z-index: 6;}
    span.dropt:hover span {left: 2%; background: #ffffff;}
    span.dropt span {position: absolute; left: -9999px;
      margin: 4px 0 0 0px; padding: 5px 5px 5px 5px;
      border-style:solid; border-color:#7d7e7f; border-width:1px;}
    span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;}
      Dreamweaver Fluid Grid Properties
      dw-num-cols-mobile: 6;
      dw-num-cols-tablet: 10;
      dw-num-cols-desktop: 14;
      dw-gutter-percentage: 25;
      Inspiration from "Responsive Web Design" by Ethan Marcotte
      http://www.alistapart.com/articles/responsive-web-design
      and Golden Grid System by Joni Korpi
      http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. *************************************************************************/
    .gridContainer {
      margin-left: auto;
      margin-right: auto;
      width: 87.9666%;
      padding-left: 1.5166%;
      padding-right: 1.5166%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:0px;
      padding-top:10px;
      padding-bottom:10px;
      width: 100%;
      display: block;
      background-color:#FFF;
      text-align:center;
    #phone {
      clear: none;
      float: left;
      margin-left:0px;
      width: 100%;
      display: block;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      padding-right:10px;
    #login {
      clear: none;
      float: right;
      margin-left:-2000px;
      margin-top:-2500px;
      width: 31.0344%;
      display: block;
      text-align:center;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    a.redBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .redBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#ec8423;
      line-height: 1.23em;
    a.orangeBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .orangeBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#bd2137;
      line-height: 1.23em;
    a.purpleBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99
      line-height: 1.23em;
    .purpleBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#ec8423;
      line-height: 1.23em;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
    #mobileHP{
      width: 100%;
      background-color: #FFFFFF;
      display: block;
      float: left;
      color: #bd2137;
    a.mobileMenuhpHP {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#bd2137;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhpHP:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#ec8423;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhp {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#FFF;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhp:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#ec8423;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    #topnav {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 100%;
      display: block;
    #midnav {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #bodycontent {
      clear: both;
      float: left;
      margin-left: 10px;
      margin-right: 30px;
      margin-top: -135px;
      margin-bottom: auto;
      width: 95%;
      display: block;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
      padding-right:20px;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.orangeLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    .orangeLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    a.purpleLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#643f99;
    .purpleLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-right:-2500px;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left:0px;
      width: 100%;
      display: block;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #bd2137;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #socialMediaMobile {
      float: right;
      width: 45%;
      height:auto;
      padding-top:5px;
      padding-bottom:5px;
      margin-top:0px;
      margin-right:0px;
      text-align:right;
      line-height:35px;
    #mobile-menu {
      clear: none;
      float:left;
      margin-left:3%;
      width:31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
      border-right-width: thin;
      border-left-width: thin;
      border-right-style: solid;
      border-left-style: solid;
      border-right-color: #FFF;
      border-left-color: #FFF;
    #mobile-backHP {
      clear: both;
      float: left;
      margin-left: 0;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #FFF;
      color: #bd2137;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-loginHP {
      clear: none;
      float: right;
      margin-left: 0%;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #FFFFFF;
      color: #bd2137;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-back {
      clear: both;
      float: left;
      margin-left: 0;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-login {
      clear: none;
      float: right;
      margin-left: 0%;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #missionStatement {
      clear: both;
      float: left;
      margin-left:0px;
      margin-top: 10px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding: 0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    #footerCopy {
      float: left;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 0.85em;
      text-align:center;
      color: #bd2137;
    #footerCopyMobile {
      float: left;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 0.85em;
      text-align:center;
    #connectUs {
      float: right;
      width: 100%;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    #social-media {
      width: 100%;
      float:left;
      text-align:center;
    #smicon {
      width: 100%;
      float:left;
      text-align:center;
      margin-bottom:10px;
    #column1 {
      width:100%;
      float:left;
    #column2 {
      width: 100%;
      float:left;
    #column3 {
      width:100%;
      float:left;
    #column4 {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
      margin-top:-20px;
    #column5 {
      float:left;
      width: 100%;
      margin: 0px;
      padding: 0px;
      margin-top:-20px;
    #rowColumns {
      float: left;
      width: 100%;
      margin-bottom: 20px;
    #rowClmn1 {
      float: left;
      width: 100%;
      margin-left: 10px;
    #rowClmn2 {
      width: 100%;
      margin-left: 10px;
      float: left;
    #rowClmn3 {
      float: left;
      width: 100%;
      margin-left: 10px;
    #newsletter {
      width:200px;
      height: auto;
      margin-right: 20px;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #corpBuildLin {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/lincoln-office-p ic.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:30px;
    #mobileContactPg {
      margin-bottom:0px;
      padding: 0px;
      float: left;
      width: 100%;
      height:auto;
      text-align:center;
      line-height:50px;
    #desktopContactPg {
      margin-top:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #icons {
      text-align: center;
      float: left;
      width: 0%;!important
    #ptBoarder {
      padding-right:15px;
      padding-bottom:15px;
      float:left;
      width: 50%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 90%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:25px;
      width: 100%;
      display: block;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height:auto;
      width: 100%;
    #charts {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    /* Tablet Layout: 592px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 592px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 69.3877%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
      margin-left:-5000px;
    #mobile-menu {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 18.3673%;
      display: block;
    #mobile-back {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 31.0344%;
      display: block;
      text-align:center;
    #mobile-login {
      clear: none;
      float: left;
      margin-left: -1000px;
      width: 31.0344%;
      display: block;
      text-align: center;
      border-right-width: thin;
      border-right-style: solid;
      border-right-color: #F66;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
    #missionStatement {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding:0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color:#FFF;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #footerCopy {
      float: left;
      width: 50%;
      text-align:left;
    #connectUs {
      float: right;
      width: 100%;
      text-align: right;
    #social-media {
      width: 50%;
      float: right;
      text-align: right;
    #social-mediaHP {
      width: auto;
      float: right;
      text-align: right;
      padding-right: 0px;
      padding-top: 0px;
      margin-top: 10px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #smicon {
      width: 100%;
      float: right;
      text-align: right;
    #desktopContact {
      float: left;
      width: 100%;
    #column1 {
      width:45%;
      float:left;
      margin-right:30px;
    #column2 {
      width:45%;
      float:left;
    #column3 {
      width:45;
      float:left;
    #column4 {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 70%;
    #column5 {
      float: right;
      width: 25%;
      margin: 0px;
      padding: 0px;
    #column6 {
      width: 30%;
      float: left;
      margin-right: 20px;
    #column7 {
      width: 30%;
      float: left;
      margin-left: 0px;
    #column8 {
      width: 30%;
      float: left;
      text-align: left;
      margin-left: 10px;
      margin-right: 0px;
    #newsletter {
      width: 160px;
      height: auto;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #mobileContactPg {
      margin-left:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #desktopContactPg {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
    #icons {
      text-align: right;
      float: left;
      width: 100%;
    #ptBoarder {
      padding-right:15px;
      padding-bottom:15px;
      float:left;
      width: 35%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 97%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:25px;
      width: 100%;
      display: block;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height: auto;
      width: 100%;
    #charts {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    /* Tablet Layout: 768px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 768px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
      text-align:left;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
      margin-left:-5000px;
    #mobile-menu {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 18.3673%;
      display: block;
    #mobile-back {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 31.0344%;
      display: block;
      text-align:center;
    #mobile-login {
      clear: none;
      float: left;
      margin-left: -1000px;
      width: 31.0344%;
      display: block;
      text-align: center;
      border-right-width: thin;
      border-right-style: solid;
      border-right-color: #F66;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
    #missionStatement {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding:0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color:#FFF;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #footerCopy {
      float: left;
      width: 50%;
      text-align:left;
    #connectUs {
      float: right;
      width: 100%;
      text-align: right;
    #social-media {
      width: 50%;
      float: right;
      text-align: right;
    #smicon {
      width: 100%;
      float: right;
      text-align: right;
    #desktopContact {
      float: left;
      width: 100%;
    #column1 {
      width:45%;
      float:left;
      margin-right:30px;
    #column2 {
      width:45%;
      float:left;
    #column3 {
      width:45;
      float:left;
    #newsletter {
      width: 165px;
      height: auto;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #mobileContactPg {
      margin-left:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #desktopContactPg {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
    #column4 {
      padding: 0px;
      float: left;
      width: 70%;
      margin-top: -20px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #column5 {
      float: right;
      width: 25%;
      padding: 0px;
      margin-top: -20px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #column6 {
      width: 50%;
      float: left;
      margin-right: 50px;
    #column7 {
      width: 30%;
      float: left;
      margin-left: 50px;
    #column8 {
      width: 20%;
      float: right;
      text-align: left;
      margin-left: 0px;
      margin-right: 100px;
    #rowColumns {
      float: left;
      width: 100%;
      margin-bottom: 20px;
    #rowClmn1 {
      float: left;
      width: 25%;
      margin-left: 20px;
    #rowClmn2 {
      width: 25%;
      margin-left: 10px;
      float: left;
    #rowClmn3 {
      float: left;
      width: 25%;
      margin-left: 10px;
    #icons {
      text-align: right;
      float: left;
      width: 100%;
    #ptBoarder {
      padding-right:10px;
      padding-bottom:15px;
      float:left;
      width: 35%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 27.5362%;
      display: block;
    #eoq2 {
      clear: none;
      float: left;
      margin-left: 1.4492%;
      width: 71.0144%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 98%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      margin-bottom: 25px;
      padding: 0px;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height: auto;
      width: 100%;
    #charts {
      clear: both;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 40%;
      display: block;
      margin-bottom: 0px;
    #chart2 {
      clear: both;
      margin-left: 0;
      width: 45%;
      display: block;
      float: right;
    /* Tablet Layout: 1000px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 1000px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
      text-align:left;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left

    Thanks!
    "Nancy O." <[email protected]> wrote:
    Nancy O.  created the discussion
    "Fluid grid with added media queries not working with "
    To view the discussion, visit: https://forums.adobe.com/message/6496730#6496730
    >

  • Edge Animate CC is not free for beta users?

    Hi,
    I have been an Edge Animate user from the very start and I was really happy to hear that the initial release would be offered for free to us Beta Users.  I noticed the Edge Animate CC is not currently being offered for free and I was really dissappointed. A lot of people have put a ton of time and energy into pushing Edge forward including: providing feedback, helping users in the forums and promoting edge to our friends.  It would be greatly appreciated if Adobe recognized this and made it available for free to us.
    Adam

    Hi Adam,
    Animate 1.x is offered for free. When we launched 1.0 last September Animate was offered with a promotional price of $0. It was technically a paid application, but offered at a 100% discount as a thank you to our users for helping us with the product. We made it clear with messaging that only the 1.x version would have this premium.
    Animate 1.x is also a perpetual version so you can use it without paying for as long as you wish.
    Animate CC is offered as part of the paid CC subscription, so if you're a subscriber it comes with the bundle or standalone at $19.99 a month.
    You can learn more here.
    http://html.adobe.com/edge/animate/faq.html
    Sarah

  • Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • Edge Animate CC will not install

    Hi,
    I installed Edge Animate CC when I first got Creative Cloud. When I went to use it today, it had disappeared from my applications folder in Mac OSX 10.8.5.
    I have tried reinstalling it from the CC Apps manager, but keep getting
    "Installation Failed
    Errors encountered during installation(7)"
    When I click on "More Information" it says:
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s)
    I tried looking at the forums, and tried a few options that were suggested but without success.
    What am I missing???
    Thanks for your help!

    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | START - Installer Session
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:32:340 | [INFO] |  | OOBE | DE |  |  |  | 581286 | RIBS version: 8.0.0.13
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | OSX version: 10.8.5 
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ::START TIMER:: [Total Timer]
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | CHECK: Single instance running
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | CHECK : Credentials
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Load Deployment File
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | CHECK : Another Native OS installer already running
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Create Required Folders
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Assuming install mode
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Looking up install source path
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Sync Media DB ...
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ::START TIMER:: [Sync Media DB]
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Pre check media db sync
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | End of Pre check media db sync. Exit code: 0
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | :: END TIMER :: [Sync Media DB] took 488 milliseconds (0.488 seconds)
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Ready to initialize session to start with ...
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ::START TIMER:: [CreatePayloadSession]
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Updated source path: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate
    04/24/14 21:48:32:345 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Updating media info for: {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:48:32:346 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Type: 1, Volume Order: 1, Media Name: Adobe
    04/24/14 21:48:32:346 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Path: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate/payloads/AdobeEdgeAnimate/AdobeEdgeAnimate.zip
    04/24/14 21:48:32:346 | [INFO] |  | OOBE | DE |  |  |  | 581286 | --------------------  END  - Updating Media Sources -  END  --------------------
    04/24/14 21:48:32:398 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Supported RIBS version range: [0.0.0.0,8.0.0.13]
    04/24/14 21:48:32:398 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ----------------- CreatePayloadSession: machine is x86 ---------------
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting ignore refcount for 'Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}' getting upgraded by 'Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}'
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ______ Verify Dependency Subscribers ______
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}: 0 (0,0)
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}: 0 (0,0)
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "DEVersion" to: 7.0
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "deploymentFile" to: /tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/0E377B03-8D2B-448D-9AB2-69D4D6A10FD1
    04/24/14 21:48:33:053 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "installLanguage" to: en_US
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Attempting to find the selected language in the set of available payload languages
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "installSourcePath" to: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "skipSync" to: 1
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Setting property "userASUPath" to: ""
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Overwrite property "DEVersion" to: 7.0
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Overwrite property "installLanguage" to: en_US
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Overwrite property "skipSync" to: 1
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Overwrite property "userASUPath" to: ""
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Found payload actions:
    04/24/14 21:48:33:054 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Deciding what installer mode to use...
    04/24/14 21:48:33:076 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60} not installed
    04/24/14 21:48:33:076 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN Setting requested payload actions
    04/24/14 21:48:33:078 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Value returned on lookup of payload: Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60} is: false
    04/24/14 21:48:33:078 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Action string for Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}  is none
    04/24/14 21:48:33:078 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Value returned on lookup of payload: Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63} is: false
    04/24/14 21:48:33:078 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Action string for Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}  is install
    04/24/14 21:48:33:086 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END Setting requested payload actions
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Collected advanced path check information for INSTALLDIR
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR is a well-formed path
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR is not the root path
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR is on a local volume
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR is on a writable volume
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR is not on a case sensitive volume
    04/24/14 21:48:33:088 | [INFO] |  | OOBE | DE |  |  |  | 581286 | INSTALLDIR passed path basic path validation: /Applications
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN InstallOperationsQueue Unordered operations
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}:  with operation none
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END InstallOperationsQueue Unordered operations
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN InstallOperationsQueue Ordered operations
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:48:33:348 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END InstallOperationsQueue Ordered operations
    04/24/14 21:48:33:410 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Payloads passed preflight validation.
    04/24/14 21:48:33:410 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Creating uninstall alias ...
    04/24/14 21:48:34:021 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Call PreSession Custom Hook
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN InstallOperationsQueue Unordered operations
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}:  with operation none
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END InstallOperationsQueue Unordered operations
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 | BEGIN InstallOperationsQueue Ordered operations
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:48:34:022 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END InstallOperationsQueue Ordered operations
    04/24/14 21:48:34:428 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Calling the custom action code for pre-install for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:48:34:428 | [INFO] |  | OOBE | DE |  |  |  | 581286 | ::START TIMER:: [Payload Operation :{DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}]
    04/24/14 21:48:34:433 | [INFO] |  | OOBE | DE |  |  |  | 581356 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:34:433 | [INFO] |  | OOBE | DE |  |  |  | 581356 | Installer Operation: PayloadInstaller
    04/24/14 21:48:34:433 | [INFO] |  | OOBE | DE |  |  |  | 581356 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:34:433 | [INFO] |  | OOBE | DE |  |  |  | 581356 | Request to install payload
    04/24/14 21:48:34:547 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:34:547 | [INFO] |  | OOBE | DE |  |  |  | 581286 | :: END TIMER :: [Payload Operation :{DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}] took 119 milliseconds (0.119 seconds) DTR = 273378 KBPS (266.971 MBPS)
    04/24/14 21:48:34:550 | [INFO] |  | OOBE | DE |  |  |  | 581286 | User specified overrideFile:
    04/24/14 21:48:34:555 | [INFO] |  | OOBE | DE |  |  |  | 581286 | The csu inventory was not updated for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}, value of local var is -1
    04/24/14 21:48:34:556 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:48:35:813 | [INFO] |  | OOBE | DE |  |  |  | 581286 | No operation.  We're done:
    04/24/14 21:48:35:825 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Updating driver data - Action: Remove driver entry
    04/24/14 21:48:35:912 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Updating driver data successful. Driver entry was removed. ARP estimated size 0KB
    04/24/14 21:48:38:005 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Total components installed: 0
    04/24/14 21:48:38:005 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Total components repaired: 0
    04/24/14 21:48:38:005 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Total components removed: 0
    04/24/14 21:48:38:005 | [WARN] |  | OOBE | DE |  |  |  | 581286 | DW050: The following payload errors were found during install:
    04/24/14 21:48:38:005 | [WARN] |  | OOBE | DE |  |  |  | 581286 | DW050:  - Adobe Edge Animate CC: Install failed
    04/24/14 21:48:38:005 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Call PostSession Custom Hook
    04/24/14 21:48:38:005 | [INFO] |  | OOBE | DE |  |  |  | 581286 | :: END TIMER :: [Total Timer] took 8307 milliseconds (8.307 seconds) DTR = 1.92609 KBPS (0.00188094 MBPS)
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 | -------------------------------------- Summary --------------------------------------
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 |  - 0 fatal error(s), 0 error(s)
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 | OSX version: 10.8.5 
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 |
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 | -------------------------------------------------------------------------------------
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 |
    04/24/14 21:48:39:007 | [INFO] |  | OOBE | DE |  |  |  | 581286 | Exit Code: 7 - Unable to complete Silent workflow.
    04/24/14 21:48:39:008 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:48:39:008 | [INFO] |  | OOBE | DE |  |  |  | 581286 | END - Installer Session
    04/24/14 21:48:39:008 | [INFO] |  | OOBE | DE |  |  |  | 581286 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:02:262 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:02:262 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    04/24/14 21:49:02:262 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:02:262 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:02:262 | [INFO] |  | OOBE | DE |  |  |  | 581809 | START - Installer Session
    04/24/14 21:49:02:263 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:02:263 | [INFO] |  | OOBE | DE |  |  |  | 581809 | RIBS version: 8.0.0.13
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | OSX version: 10.8.5 
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ::START TIMER:: [Total Timer]
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | CHECK: Single instance running
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | CHECK : Credentials
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Load Deployment File
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | CHECK : Another Native OS installer already running
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Create Required Folders
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Assuming install mode
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Looking up install source path
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Sync Media DB ...
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ::START TIMER:: [Sync Media DB]
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Pre check media db sync
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | End of Pre check media db sync. Exit code: 0
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | :: END TIMER :: [Sync Media DB] took 259 milliseconds (0.259 seconds)
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Ready to initialize session to start with ...
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ::START TIMER:: [CreatePayloadSession]
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Updated source path: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate
    04/24/14 21:49:02:268 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Updating media info for: {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:49:02:269 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Type: 1, Volume Order: 1, Media Name: Adobe
    04/24/14 21:49:02:269 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Path: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate/payloads/AdobeEdgeAnimate/AdobeEdgeAnimate.zip
    04/24/14 21:49:02:269 | [INFO] |  | OOBE | DE |  |  |  | 581809 | --------------------  END  - Updating Media Sources -  END  --------------------
    04/24/14 21:49:02:274 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Supported RIBS version range: [0.0.0.0,8.0.0.13]
    04/24/14 21:49:02:274 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ----------------- CreatePayloadSession: machine is x86 ---------------
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting ignore refcount for 'Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}' getting upgraded by 'Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}'
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ______ Verify Dependency Subscribers ______
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}: 0 (0,0)
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}: 0 (0,0)
    04/24/14 21:49:02:853 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "DEVersion" to: 7.0
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "deploymentFile" to: /tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/48CEF2FB-29BE-4B84-B6BC-22488279361E
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "installLanguage" to: en_US
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Attempting to find the selected language in the set of available payload languages
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "installSourcePath" to: /private/tmp/E310A60F-2505-42E9-99E1-DB2D91477AE5/Edge_Animate_3_LS17/Adobe Edge Animate
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "skipSync" to: 1
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Setting property "userASUPath" to: ""
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Overwrite property "DEVersion" to: 7.0
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Overwrite property "installLanguage" to: en_US
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Overwrite property "skipSync" to: 1
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Overwrite property "userASUPath" to: ""
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Found payload actions:
    04/24/14 21:49:02:854 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Deciding what installer mode to use...
    04/24/14 21:49:02:875 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60} not installed
    04/24/14 21:49:02:875 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN Setting requested payload actions
    04/24/14 21:49:02:876 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Value returned on lookup of payload: Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60} is: false
    04/24/14 21:49:02:876 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Action string for Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}  is none
    04/24/14 21:49:02:876 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Value returned on lookup of payload: Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63} is: false
    04/24/14 21:49:02:876 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Action string for Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}  is install
    04/24/14 21:49:02:883 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END Setting requested payload actions
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Collected advanced path check information for INSTALLDIR
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR is a well-formed path
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR is not the root path
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR is on a local volume
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR is on a writable volume
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR is not on a case sensitive volume
    04/24/14 21:49:02:884 | [INFO] |  | OOBE | DE |  |  |  | 581809 | INSTALLDIR passed path basic path validation: /Applications
    04/24/14 21:49:03:036 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN InstallOperationsQueue Unordered operations
    04/24/14 21:49:03:036 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}:  with operation none
    04/24/14 21:49:03:036 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:49:03:036 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END InstallOperationsQueue Unordered operations
    04/24/14 21:49:03:037 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN InstallOperationsQueue Ordered operations
    04/24/14 21:49:03:037 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:49:03:037 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END InstallOperationsQueue Ordered operations
    04/24/14 21:49:03:101 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Payloads passed preflight validation.
    04/24/14 21:49:03:101 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Creating uninstall alias ...
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Call PreSession Custom Hook
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN InstallOperationsQueue Unordered operations
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate 2.0.1.0 {92CDE9F3-3AAF-4B76-9927-DD704126EC60}:  with operation none
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END InstallOperationsQueue Unordered operations
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 | BEGIN InstallOperationsQueue Ordered operations
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 |   Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}:  with operation install
    04/24/14 21:49:03:339 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END InstallOperationsQueue Ordered operations
    04/24/14 21:49:03:558 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Calling the custom action code for pre-install for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:49:03:558 | [INFO] |  | OOBE | DE |  |  |  | 581809 | ::START TIMER:: [Payload Operation :{DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}]
    04/24/14 21:49:03:562 | [INFO] |  | OOBE | DE |  |  |  | 581854 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:03:562 | [INFO] |  | OOBE | DE |  |  |  | 581854 | Installer Operation: PayloadInstaller
    04/24/14 21:49:03:562 | [INFO] |  | OOBE | DE |  |  |  | 581854 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:03:562 | [INFO] |  | OOBE | DE |  |  |  | 581854 | Request to install payload
    04/24/14 21:49:03:663 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:03:664 | [INFO] |  | OOBE | DE |  |  |  | 581809 | :: END TIMER :: [Payload Operation :{DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}] took 105 milliseconds (0.105 seconds)
    04/24/14 21:49:03:666 | [INFO] |  | OOBE | DE |  |  |  | 581809 | User specified overrideFile:
    04/24/14 21:49:03:670 | [INFO] |  | OOBE | DE |  |  |  | 581809 | The csu inventory was not updated for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}, value of local var is -1
    04/24/14 21:49:03:671 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Edge Animate CC 3.0.0.0 {DB2F9DD4-1665-4EAA-8E08-0BF5D1DD6D63}
    04/24/14 21:49:03:979 | [INFO] |  | OOBE | DE |  |  |  | 581809 | No operation.  We're done:
    04/24/14 21:49:03:981 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Updating driver data - Action: Remove driver entry
    04/24/14 21:49:03:998 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Updating driver data successful. Driver entry was removed. ARP estimated size 0KB
    04/24/14 21:49:06:415 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Total components installed: 0
    04/24/14 21:49:06:415 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Total components repaired: 0
    04/24/14 21:49:06:415 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Total components removed: 0
    04/24/14 21:49:06:415 | [WARN] |  | OOBE | DE |  |  |  | 581809 | DW050: The following payload errors were found during install:
    04/24/14 21:49:06:415 | [WARN] |  | OOBE | DE |  |  |  | 581809 | DW050:  - Adobe Edge Animate CC: Install failed
    04/24/14 21:49:06:415 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Call PostSession Custom Hook
    04/24/14 21:49:06:416 | [INFO] |  | OOBE | DE |  |  |  | 581809 | :: END TIMER :: [Total Timer] took 6606 milliseconds (6.606 seconds) DTR = 2.42204 KBPS (0.00236527 MBPS)
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | -------------------------------------- Summary --------------------------------------
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 |  - 0 fatal error(s), 0 error(s)
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | OSX version: 10.8.5 
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 |
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | -------------------------------------------------------------------------------------
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 |
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | Exit Code: 7 - Unable to complete Silent workflow.
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | END - Installer Session
    04/24/14 21:49:07:417 | [INFO] |  | OOBE | DE |  |  |  | 581809 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

  • Adobe Edge Animate Cloud installation not recognized by Adobe Application Manager

    I installed Adobe Edge Animate with a direct download from the website.  In order to have it be recognized by Adobe Application Manager, I trashed the App and downloaded it again through the Adobe Application Manager and installed it.  After restarting the  computer, the Adobe Application Manager still does not recognize the app and it is listed as "Install"  Please advice as how to make Adobe Application Manager recognize Adobe Edge Animate so it is listed a "Up to date"?

    Stefan,
    I don't think your problem has anything to do with you downloading Edge Animate directly from the website. I setup all Creative Cloud programs through Adobe Application Manager on a clean-installed Mac. Everything looked good for a few months but now Edge Animate and Touch Plug-in Apps always show as "Install" in Application Manager. I installed both like 3 times using the application manager (even though I already had them installed) and that made no difference either. I think problem lies in the application manager. Maybe some Application Manager update that was supposed to fix another issue caused this bug. I'm hoping Adobe is aware of this and working on a fix. While it's purely a cosmetic problem, it's quite annoying to see apps already installed showing up as not installed.

  • Edge Animate 2014.1 not backwards compatible to 2014.0 documents

    This is a request to Adobe:
    Minor version revisions should not cause project incompatibilities in .an project files!
    The update to 2014.1 Edge Animate (October 2014) causes trouble in lab settings. My students using 2014.1 on their personal machines cannot open their work on 2014.0. All of our lab computers have 2014.0 installed. I can understand major revision incompatibilities, but minor revisions should be bug fixes and simple updates and should not affect projects created *yesterday*.
    This is endlessly frustrating, because we have to call upon our staff tech support any time a minor bug fix is put into place with CC.
    In terms of addressing this issue, how might someone go about updating a .an project file to be backwards-compatible? In Edge Animate, no option exists to save backwards.
    Thanks for any help on this issue.

    Composition created withe Edge 2014.1 is not backward compatible with  Edge 2014.0.  More info
    Changing the minimumCompatibleVersion will have undesirable side effects.
    For sharing with others you can create the composition in 2014.0  itself.
    FYI: You can install both Edge 2014.0  and Edge 2014.1 side by side on the same machine.

  • Edge Animate file does not view properly in Firefox

    Adobe Edge Animate 1.0 file does not view properly in Firefox (3.5.19)—figure gets cropped...  but looks fine in Chrome and Safari. 
    Here's a link to the file: http://127.0.0.1:54321/Users/breuter/Desktop/RD_Test%3AEdge/Flying_R_Man6.html?mode=previe w 
    Thanks for any help.

    Hi Darrell,
    Thanks for your note... this should help: http://rdtest03.businesscatalyst.com/index.html
    It may take a few moments for the animation to load.
    Cheers,
    Bill

  • Edge animate animation does not start the first time I load the page. But does the second time.

    Hi all,
    I am having trouble with an edge animation on a web page. It doesn't load the first time the page is loaded, but loads fine the second time or any time after that. To test I am clearing my cache, then reloading the page. It seams to work in IE the first time but not Firefox or chrome.
    I have a temporary copy of the page here ... http://emiwip.com/monique-mathieu/landing-page-wip.html
    Can anyone tell me what is going on?
    Thanks.
    Dan

    I found the answer here ... Publishing no longer works in latest Edge
    It appears that you need to load the latest jQuery in the head of the pag. That fixes it.
    Dan

  • Download of Adobe edge animate CC is not happening ?

    Hi team ,
              Past a week I have been trying to download a animate cc but It does not get done yet, I thought it might be a network or browser problem but I have already downloaded CreativeCloud software in the same browser and network please help me.
    Regards
    Chandru.

    Moving from the Animate forum into the Creative Cloud Download & Install forum.
    -Elaine

  • Edge Animate - not available to download

    I cannot figure out how to download Edge Animate - it's not listed in the AAM / Adobe Application Manager window

    When I posted over on the Adobe Community>Edge Animate> Discussion forum, Wayne gave me the following link which works for me under Windows 8. If it works for you, all credit should go to Wayne (member - carrzkiss). The link opens up a new Adobe Application Manager window from which I could download and install the products.
    “I am on Windows 8, through a virtual machine.
    Here is the link.
    http://ccmdl.adobe.com/AdobeProducts/EDGE/1_5/win32/AAMmetadataLS17/Ad obeApplicationManager.exe
    It is no longer in preview version, so you have to download the application manager and install from there.
    Also, the link that you provided, downloads fine through IE on Win8 as well.
    Warning!!
    You have to have a 64-Bit system in order to install it.
    Good Luck
    Wayne”

  • Missing functions in DW CC - insert Spry and •Select Modify Media Queries.

    In DW CC under the "insert" menu there should be "spry" not there
    in Modify, there should be "media Queries" not there
    Are these in a new place? can't fid this stuff

    Pure CSS Drop-Menu
    http://jsfiddle.net/NancyO/zN7fU/
    CSS3 Dropdown Menus
    http://www.red-team-design.com/css3-dropdown-menu
    PVII's Pop-Menu Magic3 (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu 2
    http://www.geektantra.com/2010/05/jquery-megamenu-2/
    jQuery MeanMenu (responsive on mobile)
    http://www.meanthemes.com/plugins/meanmenu/
    Nancy O.

  • Edge Animate program itself running slow

    The Edge Animate CC program itself is running really slow on my work computer right from the start the first time I installed it. When I try to do anything the response is sluggish at best, and often the “Not Responding” message comes up. After about 30 seconds to a minute, it unfreezes and the operation completes. Other CC programs including Dreamweaver, Photoshop and Flash run fine – it is just Animate. Animate also runs normally on my home computer. Reinstall was no good.
    The computer is a Dell desktop with a Core i5-3330 processor and 8G of RAM running Windows 8 Pro 64-bit.
    I’m afraid this may be one of those rare obscure issues that is impossible to resolve, because I can’t find anyone with a similar problem online, so any hopeful suggestions would be welcome.

    Thanks Darrell for adding more light into this situation.
    In your message you point three elements :
    heathrowe wrote:
    Just to clarify, the CC applications, Edge Animate included, does NOT need to access Adobe cloud services to run or operate. You need a paid subscription to go beyond the 30 day trial, but that is the extent of it (aside from the Sync to Cloud services available in other Adobe CC applications, but Edge Animate does not have this feature/option).
    What is needed, to run smoothly,
    1  is that you have Admin privileges (Win) | Mac, on your machine;
    2  your machine meets the required specifications;
    3  grant firewall access to a localhost port; this is the one that causes issues with most folks. Upon first installation you should be prompted to 'accept' or 'reject' Edge Animate to communicate to a localhost port. It is required to 'accept' otherwise, the preview option will not work, because your firewall will kick in and reject the request.
    This doesn't answer the lag question, in and of itself, but if you install EA without meeting, say #2, the required specifications then you will hit some snags. If you meet the specifications (#2) but you don't have Admin privileges (#1), then you still might hit some snags because the machine you operate, as a Guest account for example, limits you from say 'Read and Write' operations ( a simple example, but ultimately depends on the limitations of a non-admin account).
    Darrell
    1. I do have Admin privileges on my PC
    2. My machine has more than the specifications :
         a. It runs an i7, 64 processor
         b. I have 12 Gb of DDR3 Ram
         c. I have loads of space of my 240GB SSD and 1Tb HDD
         d, Available screen resolutions are way above what is required
    3. Upon installation I was never prompted to accept or reject anything. Here are the steps I went through:
    I. I first installed the trial of Edge Animate and before trying it (why did I not wait a second...)
    II. I bought a license for Creative Cloud...
    III. Then I tried it and it was laggy.
    IV. Then I swore extensively in French Canadian. A necessary step in recovering from screwing yourself.
    V. Then I tried all possible means of enhancing the performance but to no avail...
    Maybe there's something that could be done with this "granting access to a localhost port"... But you say that without it, the preview option will not work... But the preview option (you mean Ctrl+Enter?) DOES work... So I'm still confused...
    Back to step IV, I guess.

  • Adobe Edge Animate CC don't start in Windows 8.1

    Adobe Edge Animate CC does not start in Windows 8.1. I click on the application and the cursor stays in loop. I have tried to uninstall to reinstall it and will not let me. If they know of any similar error and resolve it I would like to help me, thanks.

    Are you running the Spanish version of Win 8.1, Conisus?
    Have you tried resetting preferences (http://adobe.ly/Ty949V), disable any third party plug-ins and/or launch the software in a new user account with admin rights? http://helpx.adobe.com/x-productkb/global/troubleshoot-system-errors-freezes-windows.html# main_Common_solutions
    If the basic troubleshooting steps don't work, would you mind to gather a copy of the crash log, paste it into http://pastebin.com and share the url? You should be able to locate the log by launching the Event viewer and search for the application crash logs of Illustrator.exe. Thanks!

Maybe you are looking for