A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] strike HTML text doesn't work? (<s>, <strike>, etc.)

  1. #1
    Senior Member
    Join Date
    Sep 2003
    Posts
    108

    Question [CS3] strike HTML text doesn't work? (<s>, <strike>, etc.)

    What's wrong with it?

    I have an HTML text field, and I can accordingly set it's variable to something like
    Code:
    <b>Blah</b>
    or
    Code:
    <i><u>Bleh</u></i>
    and it will apply the corresponding tags.

    However, I'm in the need of using a <s> or <strike> tag to... well, strike a text through with a horizontal line, as what I wrote some time ago is no longer correct. But it doesn't work!

    Isn't there any workaround to make the <s> or <strike> tag work?

    Thanks in advance.
    Work like you don't need the money
    Dance like nobody's watching
    Love like you've never been hurt
    **** like you're being filmed

  2. #2
    AS3 Mod
    Join Date
    Sep 2007
    Location
    O-H-I-O
    Posts
    2,385
    <strike> is not a supported tag in flash.

    You might try to use CSS styles to get the desired look.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center