Fading in Text with bullets

I'm attempting to fade in bulleted text using:
var myFade = new Tween(_root["mcTextArea3Text"], "_alpha",
Regular.easeInOut, 0, 100, 2, true);
I have styled the texted as bullets and it appears fine
without the tween. I'm using an embedded Arial font as well. Does
anyone have any solutions to this? I'm also limited to Flash 7 as
the client will not upgrade to anything higher

Try putting the text in a movie clip and fading the movie
clip. There are new steps to embedding fonts (search these forums
for a number of posts with instructions), but I think they are only
applicable to Flash 8 player and above.
Good luck!

Similar Messages

  • BI Publisher -RTF Template issue: Output report not maintaining text with bullets and numberings.

    Hi All,
    I am currently working with generating reports using BI Publisher. My issue is that when I will preview the output(in PDF and RTF) format's  of the newly created template, then, if the data coming from DB have some bullets or numbering, then the BI publisher output will ignore the same and will show the complete data as one single line.
    For example if the data in the DB Field is like below:
    The XYZ has the below sub-parts:
    ABC : This again has two parts:
    abc1
    abc2
    CDE
    FGH
    Then  this data will appear as below in the BI Publisher output report's:
    The XYZ has the below sub-parts: •   ABC : This again has two parts:  o     abc1  o   abc2   •    CDE    •   FGH
    I want the format of the data (with bullets and number's) should be maintained in the BI Publisher Report as well, but I am unable to find any solution for the same.
    Any help on the same is much appreciated.
    Deep Bhoj

    in your query will u get all the columns always null when column1 is null
    in your template for each group u can write like below
    think G_1 as group in your xml
    <?for-each:G_1[COLUMN1!='']?><?COLUMN1?><?COMMENTS?><?end for each?>
    or if u are not sure u get null in both places every time u can write like below
    <?for-each:G_1[COLUMN1!='' and COMMENTS!='']?><?COLUMN1?><?COMMENTS?><?end for each?>

  • Weirdness with Bullets and Numbers

    I'm using RH8 on Windows XP.  Ever since I upgraded, every time I format a block of text with bullets OR numbers, the software changes my Arial 10 point text to Times New Roman 12.  It's getting annoying having to reformat my text every time I put it in bullets or numbers.  Is this a "feature?"  Is there some uber-style that's overriding my stylesheet?
    Thanks,
    Jeff Kersh
    American HealthTech, Inc.

    Hi,
    Afaik, there is nu überstyle in RH. Assuming you don't use the RoboHelp multilevel lists: You probably want to set global list styles in your CSS. You need the UL tag for unordered lists and the OL tag for Ordered lists.
    For instance:
    UL, OL {
         Font-family: Arial, sans-serif;
         Font-size: 10pt;
    To make all your unformatted lists Arial 10 pt.
    Search around a bit on the forum. A lot of people have had problems with lists, and there have been a lot of posts already on this subject. If you can't find what you're looking for, please post again.
    Greet,
    Willam.
    This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

  • InDesign CS2 Help with Bullets

    Hi,
    I'm having a small issue with bullets in InDesign CS2.
    I have them all aligned correctly except I can't seem to figure out how to leave a line space in between each bullet...
    eg.
    lsekfjsldkfjsdjf
    slkdjskdjlksjd
    I have my text justified with the last line aligned to the left, I tried deleting the bullet and putting in a soft return but this makes the last line of each bullet stretch right to the end of the line which looks funny.
    Does anyone know how to fix this? I hope that makes sense... if it doesn't email me at [email protected] and I will send you a screenshot.
    Thanks in advance,
    Jen

    The problem, as I see it, is that when you insert an extra return
    between automatically bulleted items, you get an automatic bullet that
    you don't want. The simple fix is to put in an extra return but turn off
    Bullets for that paragraph (yes, anything that ends with a return,
    including just an empty return, is a paragraph in this case).
    A better way to create vertical space is to use Space Before instead of
    spacing with extra returns. Space Before or Space After the paragraph
    will disappear when the space happens to fall at the top or bottom of a
    page.
    Even better would be to define your bulleted list item in a style,
    complete with bullet and space above.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Find texts with more than one Character Style applied

    Hi,
    If you need to find - and replace/restyle - texts where more than one Character Style is applied - here is tool for you - for ID CS3 and ID CS4:
    http://www.adobescripts.com/search.php?query=multi+findreplace+grep&action=results
    You can define options for up to 8 characters - by using GREP expressions.
    Script is only for PC platform.
    robin
    www.adobescripts.com

    Never tried with bullets but nested styles might work... I think you can chain two or more nested style, and then you can define first nested style to effect only first character, second nested style to next character and so on....

  • Trouble with Bullet indents.

    Hi There - I am very new to Dreamweaver and still getting my head around CSS etc. If anyone can help me in layman's terms it would be greatly appreciated
    I am struggling getting the 2nd row of my bullet point to alight to the text - rather than justified left i.e
    its is currently doing this:
    •   the quick brown fox
    jumped etc etc
    and I want it to do this:
    •   the quickl brown fox
        jumped over etc etc
    Things I have done:
    • Set as list using the bullet tab on HTML properties inspector
    • Set the list position to inside
    The copy has been imported in as a full page of text and the list sits between paragraphs:
    sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample
    • List
    • List
    • List
    sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample copy sample
    Every time I try to indent - it just indents the whole page -
    Can anyone please please help????
    Thanks in advance

    Hi David,
    I think I got it, but you'll need to double check on your end as I didn't download the spry menu stylesheets.
    Firstly, not all of the lists on your page are written as lists, so I cleaned that up firstly.  A list with bullets need to be written
    <ul>
    <li>list item</li>
    </ul>
    The first one of your page was but not the others.
    This is your page code now that I've cleaned it up: (I've used absolutely links to yoru stylesheets so that I could take the page into DW).
    Like this - you may want to change them back to relative links....(notice how I used the full url to the js file.)
    <script src="http://www.dmdesign.me/Test/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Empire</title>
    <link rel="stylesheet" type="text/css" href="http://www.dmdesign.me/Test/Carpet_Cleaning.css" media="all" />
    <!--[if IE]>
    <style type="text/css" media="all">.borderitem {border-style:solid;}</style>
    <![endif]-->
    <script src="http://www.dmdesign.me/Test/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="http://www.dmdesign.me/Test/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="http://www.dmdesign.me/Test/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="main">
      <div id="Div">
        <p><img src="slice_r1_c1.jpg" id="slice_r1_c1"  alt="" /> <br class="clearfloat" />
        </p>
        <div id="colwrap2">
          <p><img src="slice_r2_c1.gif" id="slice_r2_c1"  alt="" /> </p>
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.htm">Home</a></li>
            <li><a href="About_Us.htm">About Us</a></li>
            <li><a class="MenuBarItemSubmenu" href="#">Services</a>
              <ul>
                <li><a href="Carpet_Cleaning.htm">Carpet Cleaning</a></li>
                <li><a href="Upholstery_Cleaning.htm">Upholstery Cleaning</a></li>
                <li><a href="Leather_Cleaning.htm">Leather Cleaning</a></li>
                <li><a href="Tile_Grout_Cleaning.htm">Tile &amp; Grout Cleaning</a></li>
                <li><a href="Hi_Pressure_Cleaning.htm">Hi-Pressure Cleaning</a></li>
                <li><a href="Mattress_Cleaning.htm">Mattress Cleaning</a></li>
                <li><a href="Water_Damage.htm">Water Damage Restoration</a></li>
                <li><a href="Protection.htm">Carpet &amp; Fabric Protection</a></li>
              </ul>
            </li>
            <li><a href="#">Contact Us</a></li>
          </ul>
          <img src="http://www.dmdesign.me/Test/slice_r3_c2.gif" id="slice_r3_c2"  alt="" /> <img src="http://www.dmdesign.me/Test/slice_r3_c8.gif" id="slice_r3_c8"  alt="" /> <br class="clearfloat" />
          <img src="http://www.dmdesign.me/Test/Carpet.jpg" id="Carpet"  alt="" /> <img src="http://www.dmdesign.me/Test/slice_r5_c4.gif" id="slice_r5_c4"  alt="" />
          <p><strong>Carpet Cleaning</strong></p>
          <p>Carpet Cleaning is a MUST in every home! Why you may ask?</p>
          <ul>
            <li>It extends the life of your carpet</li>
            <li>It gives a fresh, clean look to a room</li>
            <li>It eliminates odours</li>
            <li>It eliminates dust &amp; particles that can affect people with allergies &amp; asthma</li>
          </ul>
          <p>At Empire Carpet Cleaning, we use a cleaning system that deep cleans your carpets, flushing the dirt &amp; pollutants from the fibres, known as Steam cleaning. We offer only the best cleaning methods and use only the safest, most effective products. </p>
          <p>Because we use Truck-Mounted equipment, there is less water absorbed into the padding under your carpet, allowing the carpet to dry in 2-4 hours. </p>
          <p>It is worth noting that virtually every carpet manufacturer recommends that their carpets are cleaned every 6-12 months and some are now making it a compulsory condition of their wear warranties.</p>
          <p> <strong>What our Carpet Specialists will do for you?</strong></p>
          <ul>
            <li>Visually inspect your carpets, identify stains and give you an evaluation</li>
            <li>Spot treat all stains using specialised solutions</li>
            <li>Pre-spray carpets with an environmentally friendly treatment </li>
            <li>Steam clean and rinse leaving a residue free carpet</li>
            <li>Deoderise with a fresh long lasting scent</li>
            <li>Post inspection, to ensure customer satisfaction</li>
          </ul>
          <p> Finally,a spotter chart is given to assist in self cleaning as well as plastic booties to enable you to walk freely on your clean carpets.</p>
          <p><strong>Further specialist treatments available include:</strong></p>
          <ul>
            <li>Wine &amp; Alcohol stains</li>
            <li>Animal Urine</li>
            <li>Vomit </li>
            <li>Ink &amp; paint stains</li>
            <li>Blood</li>
            <li>Candle Wax</li>
            <li>Grease</li>
            <li>Chewing Gum &amp; Bluetac</li>
            <li>Pot Plant &amp; Water Stains</li>
            <li>Rust Stains </li>
            <li>Mould Stains</li>
          </ul>
          <p>Click her for CARPET PROTECTION (Link to PROTECTION)</p>
          <p>
            <!-- END CONTENT WRAPPER -->
            <br class="clearfloat" />
          </p>
        </div>
        <div id="colwrap3">
          <p><img src="http://www.dmdesign.me/Test/slice_r2_c10.gif" id="slice_r2_c10"  alt="" /> <img src="slice_r9_c14.gif" id="slice_r9_c14"  alt="" /> <img src="slice_r11_c13.gif" id="slice_r11_c13"  alt="" /> <img src="slice_r15_c12.gif" id="slice_r15_c12"  alt="" /> <img src="slice_r17_c12.gif" id="slice_r17_c12"  alt="" /> </p>
        </div>
        <p><img src="slice_r2_c19.gif" id="slice_r2_c19"  alt="" /> <br class="clearfloat" />
        </p>
      </div>
      <p><br class="clearfloat" />
      </p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    Now in the  sprymenuvertical.css  stylesheet and find this line: (about line 152)
    #main #Div #colwrap2 ul li {list-style-position:inside}
    change it to:(noet the change from inside to outside)
    #main #Div #colwrap2 ul li {list-style-position:outside}
    and see if that works.  I'm hoping that it does.  As I said, I didn't save all the stylesheets, to my local machine, but I believe that's causing the issue with the alignment of the text.
    Not sure why that rule is in that stylesheet anyway, may work better (has more precedence) if it were in the main stylesheet.... but see if making these changes works.
    Just copy the first lot of code from above where I cleaned up the code, into a new page and save it as test2.html inside the defined site files and see how you go.
    PS:  Yes, I am a freelance web developer  :-)
    Hope this helps.

  • Search .docx and replace text with image

    I've got a directory containing a series of images. The images will always be the same name and I need to insert them into placeholders in a Word document which will be a template. I thought of using the image names as placeholders, opening the document
    and searching for the image name, replacing it by inserting the image, and doing so for each image in the directory.
    $file is the name of the image in the directory and it loops through them okay.
    foreach($file in Get-ChildItem $savepath -Filter *.jpg)
            # search word doc and replace selected text with image ($file)    
    Also inserting the image seems simple enough from a TechNet article I found, but I've got no idea how to open the Word document and do a search and replace. I found a few articles related to the subject but I couldn't get them to work when I tried to adapt
    them.
    Any help is appreciated. Thanks in advance.

    This 'might' be possible, but I'm having a hard time finding good references to the com object capabilities for inserting an image into a word document.  Creating new, converting format, that sort of thing is straightforward.
    I'd do a search on "powershell word comobject" and variations of insert image update edit, etc.  Or maybe someone else with more experience/knowledge has a magic bullet for you.  Once you get some info on doing it with powershell, expand
    your search by omitting the powershell keyword, there's gotta be some solid documentation for the comobject somwhere, but it will probably be a bit complex.
    You can also:
    $word = new-object -comobject word.application
    $doc = $word.documents.add("<path to word document>"
    and get-member to your heart's content, but finding references and/or documentation might be easier.  
    Good luck!
    Edit:  This could help, but really doesn't give much insight into placement of the image, only helps getting the image into the doc:  http://gallery.technet.microsoft.com/office/44ffc6c8-131f-42f1-b24b-ff92230b2e0a
    If you do find something useful, post it here, I'm sure others could benefit!
    SubEdit:  Should have thought of this already...
    http://msdn.microsoft.com/en-us/library/ff837519(v=office.14).aspx

  • Text fading when text box is deselected

    Why does the text fade when I deselect the text box? I don't want it to do this.

    Thanks a lot, you are right, I went into the blending options and was able to correct the problem. Just starting out with this program, still have a lot to learn!
    Cheers,
    Date: Thu, 21 Feb 2013 21:13:43 -0800
    From: [email protected]
    To: [email protected]
    Subject: Text fading
        Re: Text fading
        created by Silkrooster in Photoshop for Beginners - View the full discussion
    Post a screen grab, making sure we can see the layers panel as well. My thought has to do with the settings in the top toolbar (photoshop full version) as you can set the color, blending mode, and opactity for the text. Forgetting these were changed may make you think the text faded when deselected as selected text is highlighted.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5093107#5093107
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5093107#5093107
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5093107#5093107. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop for Beginners by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I cant transform my text to 3d text with my photoshop cc what can i do? all 3d options seem to be blocked

    hello i cant transform my text to 3d text with my photoshop cc what can i do? all 3d options seem to be blocked

    Also check your system's capabilities against the Adobe Photoshop requirements:
    System requirements | Photoshop
    -Noel

  • Why can't I text with non Apple equipment?

    Why can't I text with non Apple equipment?

    You can with third party apps. You just can't use Messages in order to text since it only works with other iOS devices and Macs running Mountain Lion.
    https://www.google.com/search?q=texting%20apps%20for%20iPad

  • When texting with more than one person at a time the incoming text scrolls to top of the conversation. anyone out there with the same issue?

    while texting with more than one person at a time the incoming texts scrolls to top of conversation. anyone having this issue?

    I've heard claims it can be done, claims some have done it, and claims that it didn't work for them. This thread is interesting, some indications it should be possible, complaints that it didn't, and also an interesting work-around:
    "How do I text message multiple people at once?"
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=4822260
    You can ask Apple for iPhone changes via this link:
    http://www.apple.com/feedback/iphone.html
    Though if you're requesting hardware changes for iPhone v2 you may want to wait a week (or a month?)...they're probably going to be inundated right now by requests for software changes to the current iPhone.
    (If this has answered your question, please mark your original post as answered)

  • In a group text with two phones that use Imessage and one that does not. The person that does not, does not get my message when its sent in group text. How do i fix this?

    I have a group text with two of my friends. here's each person break down
    person 1 ATT network, using imessage
    person 2 verzion network, using imessage
    person 3 verzion network, using SMS
    All three of us are in a group chat. When person 1 sends a message, person 2 recieves it, but person 3 does not. Then when person 3 sends a message, both person 1 and 2 get it. When person 2 sends an Imessage, person 1 and 3 get it
    so the problem is when person 1 sends an imessage, it doesnt change to sms and person 3 doesnt get it, but person 2's automatilly switches it to green.
    How can person one get their phone to automaticlly switch it to green in group message while keeping on imessage?

    The quote below from http://support.apple.com/kb/HT5760 indicates that it in the situation you describe it should be going as MMS to everyone -- which is not what you are seeing actually happen (and also not what you want to happen if I understand correctly). There may be something else helpful in the link.
    Group messages will be sent using iMessage if all recipients have iMessage enabled. If not, the conversation will be sent as MMS. Group messages use MMS even if the content is text only.

  • How can I send a text with a picture attachment on my new iPhone5c?

    How can I send a text with a picture attachment on my new iPhone5c? It won't send or recieve!!.

    Does your carrier support it?
    Follow the steps in this guide.
    http://www.imore.com/how-send-photo-using-imessage

  • When i text with my new 4s the person receiving my text receives it from my email address, when i text with my new 4s the person receiving my text receives it from my email address

    when i text with my new 4s the person i send the message to receives it from my email address. how can i fix it?

    when i text with my new 4s the person i send the message to receives it from my email address. how can i fix it?

  • Why can I now highlight text with mouse pointer in Adobe Reader 9

    I just downloaded Adobe Reader X. I think I prefer Reader 9. I don't like being able to click in the document and have a flashing place mark (right terminology?) there. This is now happening in the Reader 9 version too, and I can copy text this way, but I don't want this. I didn't change any preferences. Can anyone help?

    Like I said, I didn't change any of the preferences, so I don't know why this happened. I think it only happened after I opened Adobe Reader X. I see no options in preferences for turning on or off the ability to highlight text with your mouse pointer, and I thought you were not supposed to be able to do this in Adobe Reader 9.

Maybe you are looking for

  • Days between job raised and completed variable

    Hi, im new to this website and semi new to Desktop intelligence. i have created a report that returns data by job number (i work at a housing association). the job number has 2 lots of data i am trying to interrogate, one is the time the job number w

  • Problem in automated printing

    Hi All, I have an issue where in when we create a delivery and save the TO is created, a print of the delivery should trigger while saving the delivery. But in my case only the layout of the form is getting printed the data is missing, but the date,

  • Add row in Memu Event can't work

    1:I create a Master UDO 2:Regist UDO with a child table 3:use UDO form generator tool to generate a UDO form with xml file 4:I use load from xml funtion to call form. 5. Add a buttom name "Add row" and have code with Add a row for matrix  I have two

  • Downloading Verizon Security suite

    I finally found the site to download VISS and downloaded and save it. I ran it and followed the instructions but the page says be patient it is loading, it had been 45 minutes and still loading. any suggestions on why is this happening. I need any he

  • Windows AD and SAP Authentication

    I require the functionality of the BW Publisher, i.e. Hierarchy Node Variables and Dynamic List of Values for Crystal Reports. I can only get this to work if I log on using SAP Authentication. Is there a way that we can log on using Windows AD Authen