Are italic tags broken in Flash CC? Bug?

I noticed that my <i> italic tags stopped working when I switched from CS6 to CC. If I create a fresh FLA, add a dynamic TextField, embed both Arial Regular and Arial Italic, then do this:
two.htmlText = "These are BR tags: <br/><br /><i>this is in an italic tag</i> and this is not.";
I will see the BR line breaks, but the italic tag has no effect.
I tried using <FONT FACE="Arial Italic"> instead of the <i> tag, and that works. I had no luck using CSS. I'm not sure if I'm just having a brain fart, or the specs have changed, or if this is a real bug. Can someone tell me what's going on? Here's my test:
https://dl.dropboxusercontent.com/u/11786661/ItalicsTest.zip

Verifying I get the same results. I embedded Comic Sans MS and the only way I could get it to render was removing embed fonts (embedFont = false). However internally it was working as expected, albeit a tad less smooth.
Simple way to verify, open a new document and embed any font in the library, then export for ActionScript and name the class "CSMS" (for this example to work).
Paste in frame 1:
import flash.text.TextFormat;
import flash.text.TextField;
import flash.text.Font;
import flash.text.AntiAliasType;
// I embedded comic sans ms, exported for actionscript as "CSMS"
var f:Font = new CSMS();
var tf:TextFormat = new TextFormat(f.fontName,30,0x0);
var tx:TextField = new TextField();
addChild(tx);
tx.x = tx.y = 20;
tx.width = 300;
tx.height = 300;
tx.wordWrap = true;
tx.antiAliasType = AntiAliasType.ADVANCED;
tx.defaultTextFormat = tf;
tx.htmlText = "This is Regular. <i>This is italic</i>. <b>This is Bold</b>.";
Despite there being no italic version to embed, and I didn't even embed bold, they still work. You can verify it by changing the font embedded to any other font and you should see your rendered text properly.
Example of Comic Sans MS:
Tahoma:
Times New Roman:
The second I check to embed or programmatically set it the text disobeys. The fact that the font is changing when I set the same embedded font to different families with is programmatically applied says some level of the embedding is working, even if it's simply mappying to your OS's fonts.

Similar Messages

  • Why do I get html tags with my Flash forms CGI-mailed input text?

    I'm using a Flash form to send input text to a cgi page
    (using load variable). The following text is on the CGI page.
    To: [email protected]
    From: [email]
    Errors-To: [email protected]
    Subject: [subject]
    Type of Project: [subject]
    Deadline: [details]
    Name: [realname]
    e-mail: [email]
    Phone: [phone]
    e-mails me results like this...
    Type of Project: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT
    FACE="_sans" SIZE="12" COLOR="#000000"
    LETTERSPACING="0" KERNING="0">by
    george</FONT></P></TEXTFORMAT>
    Deadline: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT
    FACE="_sans" SIZE="12" COLOR="#000000"
    LETTERSPACING="0"
    KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT
    LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans"
    SIZE="12" COLOR="#000000" LETTERSPACING="0"
    KERNING="0">it!!!</FONT></P></TEXTFORMAT>
    Name:
    e-mail: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT
    FACE="_sans" SIZE="12" COLOR="#000000"
    LETTERSPACING="0"
    KERNING="0">[email protected]</FONT></P></TEXTFORMAT>
    Phone: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT
    FACE="_sans" SIZE="12" COLOR="#000000"
    LETTERSPACING="0" KERNING="0">I&apos;ve
    got</FONT></P></TEXTFORMAT>
    anyone know how I can get it to drop all the extraneous html
    crap? - I just want the input text items.
    Also I can't figure out how to do a flash pulldown list as a
    form element... all tutorials I find on the sbject are for Flash 5
    and say to use Smartclips from the common librarirs tab - but there
    are no "smartclips" in my Flash CS3. I see other things in
    components (menu, list) - but cannot figure out how to add my items
    to the list.

    is there some way I could use an "expression" to subtract the
    unwanted text strings from the info being passed by the variables?
    If so, does anyone have an example of the context I would used to
    subtract 2 strings from that info...
    this string of html tags appears before the passed input text
    TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT
    FACE="_sans" SIZE="12" COLOR="#000000"
    LETTERSPACING="0" KERNING="0">
    and this appears affter it...
    </FONT></P></TEXTFORMAT>
    it's always the same.

  • Code tags broken

    Are code tags suddenly broken for anyone else?

    Hurray, let's celebrate the forum software. Why
    can't the developers at least beta test?The same every time, isn't it? How often did I tell
    them not to try and improve anything?I wish they would just learn to listen.

  • Illustrator 6.0 vector paths, when opened in Illustrator CC are now all broken into segments?

    Illustrator 6.0 vector paths, when opened in Illustrator CC are now all broken into segments at key points (ie. a circle, has become a series of 4 quarter circle lines. Has anyone experienced this and is there a quick fix? I still have both Illustrator versions installed and can go back to use the original files, however I'd like to upgrade smoothly without having to redo all my vectors!    

    That is strange sounds like what happens when you open a die built in autocad, in illustrator. What happens if you paste a CS6 path into CC?

  • How can I watch presentations that are devedores by the Adobe Flash Player program in the IPad?

    How can I watch presentations that are devedores by the Adobe Flash Player program in the IPad?

    Search any of the iPad, iPhone or iPod touch forums for "flash". You'll find a number of threads on the issue with suggestions for alternative app/service combinations that allow viewing of some Flash content.
    Regards.

  • Need Flash Guru: How can I create a 2D Simple tag cloud in Flash/AS3

    I have done some searches, but couldn't find anything on Simple 2D tag clouds like this.
    I don't need to make it animated, i just need to create a simple tag cloud in Flash. Please help!!
    I just need two rows with 16 words, no animation, but texts got to fire onclick event as button.
    Please help

    1.  create a movieclip that contains a textfield.  give the textfield an instance name (say tf) and assign the movieclip a class (say MC).
    2.  create a textformat instance.
    3. create an array of your words.
    4.  loop through your array of words
    a.  creating a movieclip for each word,
    b.  assign the textformat a size (a random integer between your desired limits should work),
    c.  assign the word to the text property of the textfield and
    d.  assign the textformat to the textfield and autosize your textfield
    e.  add the movieclip to the display list
    f.  position the movieclip (after the previously positioned one)
    g.  add your event listener (possibly using another array).

  • Why are the terms for adobe flash player appear to be written in arabic?

    Why are the terms for adobe flash player appear to be written in arabic?

    It opens on the English page for me:
    Some of your systems settings may be incorrect, so it opens on the first (Arabic) page.  But you can always click on the English bookmark to go to the English section.

  • Upgraded computer and PSE... where are old tags?

    I recently got a new computer. I also changed OS from Windows 7 32bit to Windows 7 64bit which required re-formating my drive. I made a backup copy of everything. After installing the new OS, I upgranded from PSE 8 to PSE 9. I tried importing my pictures to the Organizer. It told me that my pictures were tagged and did I want to also bring in those tags. I said YES. However, after importing the pictures, only a fraction of the tags appeared. I have hundreds of pictures and dozens of tags. All the pictures are there but not the tags. Are the tags kept in a specific file that I can just move to the new folder? How do I recover all of the tags?

    I made a backup copy of everything.
    If you made a copy of the PSE Catalog file *.pse8db, then you need to find that on the old computer, move it to the new computer and then double-click on it. For this to work, your photos have to be in the exact same location on the new computer as they were in on the old computer.

  • When updating genius some songs from imported cds are not tagged to genius suggestion lists.

    When updating genius some songs from imported cds are not tagged to genius suggestion lists.

    All is fine now! Once genius has received your track information and has chance to digest it a fully functional, all encompassing set of genius mixes becomes, magically available. Love it!

  • Live type letters are showing all broken up...

    Live type letters are showing all broken up, more so when I export them to FCP Studio

    We need more information to help you. What did you create in Live Type? How did you import it/them into Final Cut Pro? Can you take a picture of the problem and post a link to it?

  • Firefox Flash Plugin bug?

    Hi everyone,
    I have multiple Flex Applications (wrapped as portlets in
    Liferay) working on the same page at the same time in separate
    flash players, of course.
    When I access the page by Mosilla Firefox browser, all page
    portlets get reloaded after the last one is initialized.
    And the worst - each of them gets initialized again - it
    means that all data gets loaded again. This is proved by log
    records: in case of Firefox each portlet loads data twice, in case
    of using IE - once.
    Have you ever faced the same problem? Is it a Firefox Flash
    plugin bug or what?
    Thanks in advance.

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • False returns - search brings back images that are not tagged

    If I search on, for example, "Bag", I get all the images that I have tagged with "Bag", but then get a whole load more that do not have that word in their keywords (not even as part of another word) - where is the search engine finding the word "Bag"? I have had this with some other words too... Any ideas?

    The search has many options, some loose some tight. Seems like if you have "contains" and "all criteria met" it should exclude all images that are not tagged "bag". If you have "any criteria met" then you could get other files, but still seems like "bag" would have to be in there someplace.

  • What are .heu files in the flash player cache folder for?

    what are .heu files in the flash player cache folder for?

    On Friday 07 Nov 2008, alex_stewart wrote:
    > What could be the issue that server 2 is not able to write .swz files
    > I have the .swz MIME types on both the servers
    If the files are already there, they'll never be overwritten when you visit a
    new site, would they ? That's how the cache works :-)
    Tom Chiverton
    Helping to simultaneously benchmark sticky fourth-generation CEOs
    This email is sent for and on behalf of Halliwells LLP.
    Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by The Solicitors Regulation Authority.
    CONFIDENTIALITY
    This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.
    For more information about Halliwells LLP visit www.halliwells.com.

  • Why are my tags deleted when I replace pages?

    Why are my tags deleted when I replace pages?

    Hi Stephanie,
    My suggested workaround: In Acrobat Pro, in the Page Thumbnails pane, select the pages that you want to replace then right click and select "Delete pages". Then, right-click the page just ahead of where the replacement pages will go, select "Insert pages", and follow the prompts. This is just the way I do it, not the only way.
    Tiger26 is making the excellent suggestion that, prior to inserting pages, encapsulate the tags for the pages to be inserted using a Section tag. This makes the post-insertion chore of dragging the tags to their proper place in the tag structure easier.
    a 'C' student

  • Some programs are asking to download Adobe Flash? Is that something I should do?

    Some programs are asking to download Adobe Flash? Is that something I should do?

    New macs do not ship with Flash player preinstalled. Some content on the web is dependent on Flash. Download the latest version from Adobe s website.

Maybe you are looking for