Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Preload Problem

Preload Problem

2007-05-31       - By Juan Jose Mejias Moreno

 Back
Reply:     1     2     3     4     5     6  

Tony, your problem seems easy to solve, but it could be a number of things,
and without knowing how well you know flash it's difficult to propose
solutions. If you want you can send me the fla (or a similar one, just
eliminate the content but keep the whole loader mechanism), and I'll see
what's failing.

Regards,
Juanjo


>From: "Tony" <thudman@(protected)>
>Reply-To: pro_flash@(protected)
>To: pro_flash@(protected)
>Subject: Re: [Pro Flash Users] Preload Problem
>Date: Wed, 30 May 2007 14:23:02 -0000
>
>Where? If that was the case, it would continually loop. It doesn't, it
>simply loads without changing the loader.bar size and then starts with
>the rest of it.
>
>--- In pro_flash@(protected), "Becky Kinney" <bkinney@(protected)> wrote:
> >
> > Everytime you go to the "preload" frame, your instance of Loader is
> > reloading. I suspect you are also resetting the value of your count
>variable
> > to 0.
> >
> >
> > -- -- Original Message -- --
> > From: "Tony" <thudman@(protected)>
> > To: <pro_flash@(protected)>
> > Sent: Tuesday, May 29, 2007 8:55 AM
> > Subject: [Pro Flash Users] Preload Problem
> >
> >
> > > I've been trying to use a slightly modified script that goes like
>this:
> > >
> > > lBytes = _root.getBytesLoaded();
> > > tBytes = _root.getBytesTotal();
> > > percentLoaded = Math.floor((lBytes/tBytes)*100);
> > > loader.bar._yscale = percentLoaded;
> > > if (lBytes>=tBytes && tBytes>0) {
> > > if (count>=12) {
> > > gotoAndPlay("main");
> > > } else {
> > > count++;
> > > gotoAndPlay("preload");
> > > }
> > > } else {
> > > gotoAndPlay("preload");
> > > }
> > >
> > > In my testing I've reduced it down to this code in the second frame,
> > > an instance of "loader" in the first (labeled "preload") and a stop
> > > command at the tenth frame labeled "main". The instance of "bar" stays
> > > at 1% when I run Test Movie. Why isn't this working?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > =========================
> > > Pro_Flash: Professional Web Developers Using Macromedia Flash
> > > To subscribe: mailto:pro_flash-subscribe@(protected)
> > > To UNSUBSCRIBE: mailto:pro_flash-unsubscribe@(protected)
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> >
>
>

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Hor?scopo, tarot, numerolog?a... Escucha lo que te dicen los astros.
http://astrocentro.msn.es/



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4
/strict.dtd">
<html>
<head>
</head>

<!-- Network content -->


<body style="background-color: #ffffff;">

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="width:655px; position:relative;">
 <div id="ygrp-msg" style="width: 490px; padding: 0 15px 0 0; float:left;  z
-index:1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

   <div id="ygrp-text">
           <p>Tony, your problem seems easy to solve, but it could be a number
of things, <br>
and without knowing how well you know flash it's difficult to propose <br>
solutions. If you want you can send me the fla (or a similar one, just <br>
eliminate the content but keep the whole loader mechanism), and I'll see <br>
what's failing.<br>
<br>
Regards,<br>
Juanjo<br>
<br>
&gt;From: &quot;Tony&quot; &lt;<a href="mailto:thudman%40yahoo.com">thudman
@(protected)<wbr>com</a>&gt;<br>
&gt;Reply-To: <a href="mailto:pro_flash%40yahoogroups.com">pro_flash@(protected)
<wbr>ps.com</a><br>
&gt;To: <a href="mailto:pro_flash%40yahoogroups.com">pro_flash@(protected)<wbr>ps
.com</a><br>
&gt;Subject: Re: [Pro Flash Users] Preload Problem<br>
&gt;Date: Wed, 30 May 2007 14:23:02 -0000<br>
&gt;<br>
&gt;Where? If that was the case, it would continually loop. It doesn't, it<br>
&gt;simply loads without changing the loader.bar size and then starts with<br>
&gt;the rest of it.<br>
&gt;<br>
&gt;--- In <a href="mailto:pro_flash%40yahoogroups.com">pro_flash@(protected)<wbr
>ps.com</a>, &quot;Becky Kinney&quot; &lt;bkinney@(protected)<wbr>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Everytime you go to the &quot;preload&quot; frame, your instance of
Loader is<br>
&gt; &gt; reloading. I suspect you are also resetting the value of your count
<br>
&gt;variable<br>
&gt; &gt; to 0.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; -- -- Original Message -- --<br>
&gt; &gt; From: &quot;Tony&quot; &lt;thudman@(protected)<wbr>&gt;<br>
&gt; &gt; To: &lt;<a href="mailto:pro_flash%40yahoogroups.com">pro_flash
@(protected)<wbr>ps.com</a>&gt;<br>
&gt; &gt; Sent: Tuesday, May 29, 2007 8:55 AM<br>
&gt; &gt; Subject: [Pro Flash Users] Preload Problem<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt; I've been trying to use a slightly modified script that goes
like<br>
&gt;this:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; lBytes = _root.getBytesLoade<wbr>d();<br>
&gt; &gt; &gt; tBytes = _root.getBytesTotal<wbr>();<br>
&gt; &gt; &gt; percentLoaded = Math.floor((<wbr>lBytes/tBytes)<wbr>*100);<br>
&gt; &gt; &gt; loader.bar._<wbr>yscale = percentLoaded;<br>
&gt; &gt; &gt; if (lBytes&gt;=tBytes &amp;&amp; tBytes&gt;0) {<br>
&gt; &gt; &gt; if (count&gt;=12) {<br>
&gt; &gt; &gt; gotoAndPlay(<wbr>&quot;main&quot;);<br>
&gt; &gt; &gt; } else {<br>
&gt; &gt; &gt; count&#43;+;<br>
&gt; &gt; &gt; gotoAndPlay(<wbr>&quot;preload&quot;<wbr>);<br>
&gt; &gt; &gt; }<br>
&gt; &gt; &gt; } else {<br>
&gt; &gt; &gt; gotoAndPlay(<wbr>&quot;preload&quot;<wbr>);<br>
&gt; &gt; &gt; }<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; In my testing I've reduced it down to this code in the second
frame,<br>
&gt; &gt; &gt; an instance of &quot;loader&quot; in the first (labeled &quot
;preload&quot;) and a stop<br>
&gt; &gt; &gt; command at the tenth frame labeled &quot;main&quot;. The
instance of &quot;bar&quot; stays<br>
&gt; &gt; &gt; at 1% when I run Test Movie. Why isn't this working?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ============<wbr>=========<wbr>====<br>
&gt; &gt; &gt; Pro_Flash: Professional Web Developers Using Macromedia Flash<br>
&gt; &gt; &gt; To subscribe: mailto:<a href="mailto:pro_flash-subscribe
%40egroups.com">pro_flash-subscribe<wbr>@(protected)<wbr>com</a><br>
&gt; &gt; &gt; To UNSUBSCRIBE: mailto:<a href="mailto:pro_flash-unsubscribe
%40egroups.com">pro_flash-unsubscri<wbr>be@(protected)<wbr>com</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Yahoo! Groups Links<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
<br>
__ ____ ____<wbr>__ ______<wbr>__ ______<wbr>__ ______<wbr>__ ______<wbr>__ ___
___<wbr>_<br>
Hor?scopo, tarot, numerolog?a..<wbr>. Escucha lo que te dicen los astros. <br>
<a href="http://astrocentro.msn.es/">http://astrocentro.<wbr>msn.es/</a><br>
<br>
</p>
   </div>  

   <!--~-|**|PrettyHtmlStart|**|-~-->
   <span width="1" style="color: white;">__._,_.___</span>
   <!-- Start the section with Message In topic -->
   <div id="ygrp-actbar">
             <span class="left">
         <a href="http://groups.yahoo.com/group/pro_flash/message/3216;_ylc
=X3oDMTMybDdha2NwBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRtc2d
JZAMzMjI3BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTE4MDU5MDIzMgR0cGNJZAMzMjE2">
           Messages in this topic          </a> (<span class="bld">0</span>)
       </span>
       <a href="http://groups.yahoo.com/group/pro_flash/post;_ylc
=X3oDMTJuajdqdmV2BF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRtc2d
JZAMzMjI3BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTE4MDU5MDIzMg--?act=reply&messageNum
=3227">
         <span class="bld">
           Reply          </span> (via web post)
       </a>  |
       <a href="http://groups.yahoo.com/group/pro_flash/post;_ylc
=X3oDMTJjMG4zbDFvBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNudHBjBHN0aW1lAzExODA1OTAyMzI-" class="bld">
         Start a new topic        </a>
         </div>
   <!-- ----     Start Nav Bar  -- --->
   <!-- |**|begin egp html banner|**| -->
   <div id="ygrp-vitnav">
               <a href="http://groups.yahoo.com/group/pro_flash/messages;_ylc
=X3oDMTJjMjR0MzZwBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNtc2dzBHN0aW1lAzExODA1OTAyMzI-">Messages</a>  
           |    <a href="http://groups.yahoo.com/group/pro_flash/files;_ylc
=X3oDMTJkZDJib2MyBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNmaWxlcwRzdGltZQMxMTgwNTkwMjMy">Files</a>  
           |    <a href="http://groups.yahoo.com/group/pro_flash/photos;_ylc
=X3oDMTJjdHU4Ym1qBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNwaG90BHN0aW1lAzExODA1OTAyMzI-">Photos</a>  
           |    <a href="http://groups.yahoo.com/group/pro_flash/links;_ylc
=X3oDMTJkbWRvODBoBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNsaW5rcwRzdGltZQMxMTgwNTkwMjMy">Links</a>  
           |    <a href="http://groups.yahoo.com/group/pro_flash/database;_ylc
=X3oDMTJhZzlwa3BmBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNkYgRzdGltZQMxMTgwNTkwMjMy">Database</a>  
           |    <a href="http://groups.yahoo.com/group/pro_flash/polls;_ylc
=X3oDMTJkNTZuYm43BF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNwb2xscwRzdGltZQMxMTgwNTkwMjMy">Polls</a>  
       
           |    <a href="http://groups.yahoo.com/group/pro_flash/calendar;_ylc
=X3oDMTJia2cxZHZ2BF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNjYWwEc3RpbWUDMTE4MDU5MDIzMg--">Calendar</a>  
   </div>  
   <!-- |**|end egp html banner|**| -->

   <!-- Do not have place to put it yet -->
   <div id="ygrp-grft">
             
<!-- |**|begin egp html banner|**| -->

       =========================<BR>
Pro_Flash: Professional Web Developers Using Macromedia Flash<BR>
To subscribe: mailto:pro_flash-subscribe@(protected)<BR>
To UNSUBSCRIBE: mailto:pro_flash-unsubscribe@(protected)<BR>
       
<!-- |**|end egp html banner|**| -->

         </div>

   <!-- yahoo logo -->
   <!-- |**|begin egp html banner|**| -->
   <div id="ygrp-ft">
     <a href="http://groups.yahoo.com/;_ylc
=X3oDMTJibTByYjczBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNnZnAEc3RpbWUDMTE4MDU5MDIzMg--">
     <img src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/logo/ma_grp_160.gif"
height="15" width="106" border="0" alt="Yahoo! Groups"></a> <br>
     <a href="http://groups.yahoo.com/group/pro_flash/join;_ylc
=X3oDMTJkb2djOTd0BF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNzdG5ncwRzdGltZQMxMTgwNTkwMjMy">Change settings via the Web</a>
(Yahoo! ID required) <br>
     Change settings via email: <a href="mailto:pro_flash-digest@(protected)
.com?subject=Email Delivery: Digest">Switch delivery to Daily Digest</a> | <a
href = "mailto:pro_flash-traditional@(protected)?subject=Change Delivery
Format: Traditional">Switch format to Traditional</a> <br>

     <a href="http://groups.yahoo.com/group/pro_flash;_ylc
=X3oDMTJicXNkNXNuBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DZnRyBHNsawNocGYEc3RpbWUDMTE4MDU5MDIzMg--">
       Visit Your Group
     </a> |
     <a href="http://docs.yahoo.com/info/terms/">
       Yahoo! Groups Terms of Use      </a> |
     <a href="mailto:pro_flash-unsubscribe@(protected)?subject=">
       Unsubscribe      </a>
   </div>     <!-- |**|end egp html banner|**| -->
 </div> <!-- ygrp-msg -->

 
 <!-- Sponsor -->
 <!-- |**|begin egp html banner|**| -->
 <div id="ygrp-sponsor" style="width:140px;float: left; clear: none; margin
-left: 5px; background:white; margin-bottom:25px ;position:absolute; top:0;
right: 0;">
   <!-- Network content -->
   
   <!-- Start vitality -->
   <div id="ygrp-vital">
           <a href="http://groups.yahoo.com/group/pro_flash;_ylc
=X3oDMTJjMHQ5aXBrBF9TAzk3MzU5NzE0BGdycElkAzc3NzkxBGdycHNwSWQDMTcwNTAwNTUxMgRzZWM
DdnRsBHNsawN2Z2hwBHN0aW1lAzExODA1OTAyMzI-">
       Visit Your Group      </a>
   </div>
               <div id="hd">SPONSORED LINKS</div>
     <div id="ov">
       <ul>
                   <li><a href="http://groups.yahoo.com/gads;_ylc
=X3oDMTJhdWhhODJ1BF9TAzk3MzU5NzE0BF9wAzEEZ3JwSWQDNzc3OTEEZ3Jwc3BJZAMxNzA1MDA1NTE
yBHNlYwNzbG1vZARzdGltZQMxMTgwNTkwMjMz?t=ms&k=Computer+telephony&w1=Computer
+telephony&w2=Portable+computer&w3=Sales+and+marketing+solution&w4=Macromedia
+flash+mx&w5=Sale+and+marketing&c=5&s=130&g=2&.sig=3TCZ0-hm6mPOqcQ4XFz1qQ"
>Computer telephony</a></li>
                   <li><a href="http://groups.yahoo.com/gads;_ylc
=X3oDMTJhbW5vZDhsBF9TAzk3MzU5NzE0BF9wAzIEZ3JwSWQDNzc3OTEEZ3Jwc3BJZAMxNzA1MDA1NTE
yBHNlYwNzbG1vZARzdGltZQMxMTgwNTkwMjMz?t=ms&k=Portable+computer&w1=Computer
+telephony&w2=Portable+computer&w3=Sales+and+marketing+solution&w4=Macromedia
+flash+mx&w5=Sale+and+marketing&c=5&s=130&g=2&.sig=lg8-1IWvl1kwjjuay3fNdQ"
>Portable computer</a></li>
                   <li><a href="http://groups.yahoo.com/gads;_ylc
=X3oDMTJhNGc2aGxzBF9TAzk3MzU5NzE0BF9wAzMEZ3JwSWQDNzc3OTEEZ3Jwc3BJZAMxNzA1MDA1NTE
yBHNlYwNzbG1vZARzdGltZQMxMTgwNTkwMjMz?t=ms&k=Sales+and+marketing+solution&w1
=Computer+telephony&w2=Portable+computer&w3=Sales+and+marketing+solution&w4
=Macromedia+flash+mx&w5=Sale+and+marketing&c=5&s=130&g=2&.sig
=mePtm0z2SziWudfmo1DeLQ">Sales and marketing solution</a></li>
                   <li><a href="http://groups.yahoo.com/gads;_ylc
=X3oDMTJhOGlrbzJjBF9TAzk3MzU5NzE0BF9wAzQEZ3JwSWQDNzc3OTEEZ3Jwc3BJZAMxNzA1MDA1NTE
yBHNlYwNzbG1vZARzdGltZQMxMTgwNTkwMjMz?t=ms&k=Macromedia+flash+mx&w1=Computer
+telephony&w2=Portable+computer&w3=Sales+and+marketing+solution&w4=Macromedia
+flash+mx&w5=Sale+and+marketing&c=5&s=130&g=2&.sig=54kxJSG-XPRGEBOJqXMogQ"
>Macromedia flash mx</a></li>
                   <li><a href="http://groups.yahoo.com/gads;_ylc
=X3oDMTJhbDd0Nzc0BF9TAzk3MzU5NzE0BF9wAzUEZ3JwSWQDNzc3OTEEZ3Jwc3BJZAMxNzA1MDA1NTE
yBHNlYwNzbG1vZARzdGltZQMxMTgwNTkwMjMz?t=ms&k=Sale+and+marketing&w1=Computer
+telephony&w2=Portable+computer&w3=Sales+and+marketing+solution&w4=Macromedia
+flash+mx&w5=Sale+and+marketing&c=5&s=130&g=2&.sig=vs95WehVJIFA9jqPEJo6Jw">Sale
and marketing</a></li>
                 </ul>
     </div>
             
   <!-- Network content -->
             <div id="nc">
             <div class="ad">
                     <div id="hd1">Yahoo! Mail</div>
<p><a href="http://us.ard.yahoo.com/SIG=12jaui012/M=493064.10729665.11333356
.8674578/D=groups/S=1705005512:NC/Y=YAHOO/EXP=1180597433/A=3848568/R=0/SIG
=12jllrvsk/*http://us.rd.yahoo.com/evt=42409/*http://advision.webevents.yahoo
.com/handraisers">Next gen email?</a></p>
<p>Try the all-new</p>
<p>Yahoo! Mail Beta.</p>                  </div>
                   <div class="ad">
                     <div id="hd1">Y! Messenger</div>
<p><a href="http://us.ard.yahoo.com/SIG=12jbiq1q3/M=493064.10729668.11333359
.8674578/D=groups/S=1705005512:NC/Y=YAHOO/EXP=1180597433/A=3848585/R=0/SIG
=12ceqob45/*http://us.rd.yahoo.com/evt=42403/*http://messenger.yahoo.com/feat
_conf.php">All together now</a></p>
<p>Host a free online</p>
<p>conference on IM.</p>                  </div>
                   <div class="ad">
                     <div id="hd1">Ads on Yahoo!</div>
<p><a href="http://us.ard.yahoo.com/SIG=12jacacq2/M=493064.10729656.11333347
.8674578/D=groups/S=1705005512:NC/Y=YAHOO/EXP=1180597433/A=3848643/R=0/SIG
=131q47hek/*http://searchmarketing.yahoo.com/arp/srchv2.php?o=US2005&cmp=Yahoo
&ctv=Groups4&s=Y&s2=&s3=&b=50">Learn more now.</a></p>
<p>Reach customers</p>
<p>searching for you.</p>                  </div>
         </div>
   
 </div>   <!-- |**|end egp html banner|**| -->
 <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>   <img src="http://geo.yahoo.com/serv?s=97359714/grpId=77791/grpspId
=1705005512/msgId=3227/stime=1180590232/nc1=3848568/nc2=3848585/nc3=3848643"
width="1" height="1"> <br>

<span  style="color: white;">__,_._,___</span>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</body>
<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
<style type="text/css">
<!--
#ygrp-mlmsg {font-size:13px; font-family: arial,helvetica,clean,sans-serif;
*font-size:small;*font:x-small;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;*font-size:100%;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
   font-family: Georgia;  
}
#ygrp-text p{
   margin: 0 0 1em 0;
}
#ygrp-tpmsgs{
   font-family: Arial;  
   clear: both;
}
#ygrp-vitnav{
  padding-top: 10px;
  font-family: Verdana;
  font-size: 77%;
  margin: 0;
}
#ygrp-vitnav a{
  padding: 0 1px;
}
#ygrp-actbar{
  clear: both;
  margin: 25px 0;
  white-space:nowrap;
  color: #666;
  text-align: right;
}
#ygrp-actbar .left{
  float: left;
  white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
  font-family: Verdana;
  font-size: 77%;
  padding: 15px 0;
}
#ygrp-ft{
 font-family: verdana;
 font-size: 77%;
 border-top: 1px solid #666;
 padding: 5px 0;
}
#ygrp-mlmsg #logo{
 padding-bottom: 10px;
}

#ygrp-vital{
  background-color: #e0ecee;
  margin-bottom: 20px;
  padding: 2px 0 8px 8px;
}
#ygrp-vital #vithd{
  font-size: 77%;
  font-family: Verdana;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
#ygrp-vital ul{
  padding: 0;
  margin: 2px 0;
}
#ygrp-vital ul li{
 list-style-type: none;
 clear: both;
 border: 1px solid #e0ecee;  
}
#ygrp-vital ul li .ct{
 font-weight: bold;
 color: #ff7900;
 float: right;
 width: 2em;
 text-align:right;
 padding-right: .5em;
}
#ygrp-vital ul li .cat{
 font-weight: bold;
}
#ygrp-vital a {
  text-decoration: none;
}

#ygrp-vital a:hover{
 text-decoration: underline;
}

#ygrp-sponsor #hd{
  color: #999;
  font-size: 77%;
}
#ygrp-sponsor #ov{
  padding: 6px 13px;
  background-color: #e0ecee;
  margin-bottom: 20px;
}
#ygrp-sponsor #ov ul{
  padding: 0 0 0 8px;
  margin: 0;
}
#ygrp-sponsor #ov li{
  list-style-type: square;
  padding: 6px 0;
  font-size: 77%;
}
#ygrp-sponsor #ov li a{
  text-decoration: none;
  font-size: 130%;
}
#ygrp-sponsor #nc {
 background-color: #eee;
 margin-bottom: 20px;
 padding: 0 8px;
}
#ygrp-sponsor .ad{
  padding: 8px 0;
}
#ygrp-sponsor .ad #hd1{
  font-family: Arial;
  font-weight: bold;
  color: #628c2a;
  font-size: 100%;
  line-height: 122%;
}
#ygrp-sponsor .ad a{
  text-decoration: none;
}
#ygrp-sponsor .ad a:hover{
  text-decoration: underline;
}
#ygrp-sponsor .ad p{
  margin: 0;
}
o {font-size: 0; }
.MsoNormal {
  margin: 0 0 0 0;
}
#ygrp-text tt{
 font-size: 120%;
}
blockquote{margin: 0 0 0 4px;}
.replbq {margin:4}
-->
</style>
</head>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</html><!--End group email -->