A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: HTML coding

  1. #1
    Member
    Join Date
    Jun 2001
    Posts
    33
    Where do i find the HTML coding in Flash???????

  2. #2
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    I presume you mean the ability to get FLash to render basic HTML formatting in a txt box ?

    THeres a check box in the text pannel. Check that and you can type basic HTML in the text field.


  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    33
    i cant find that? I just want to centre my thingy.. so can someone tell me step by step how to do it?

  4. #4
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    Originally posted by girl_thing
    i cant find that? I just want to centre my thingy.. so can someone tell me step by step how to do it?
    thingy ?? whats your thingy ?

  5. #5
    Member
    Join Date
    Jun 2001
    Posts
    33
    ok when i go into the browser i want it to be centered.... so yeah tell me how to do that please!!!!! i really need to know

  6. #6
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    got ya ...

    This isnt done in Fkash ... sorry got myself all ocnfused

    What you need to do is place the following in your HTML for the page that contains the .swf. Use a text editor or dreamweaver, or any package to generate the HTML.

    <table border=0 cellspacing=0 cellpadding=0 width="100%" height="100%">
    <tr>
    <td valign="middle" align="center"> // place the HTML generated ny the publish comand in flash here //
    </td>
    </tr>
    </table>

    hope this has helped

    P

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