A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Render HTML Table in Flash

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    18

    Render HTML Table in Flash

    Hi all,
    Anyone here who knows how to render HTML tables in Flash, I think there are some components developed by using XML and Flash Action Scripting.

    Initially i require the following functionality from HTML tables:
    (1) Support for percentage widths on tables
    (2) Support for nesting
    (3) Support for IMAGES in cells(JPEG only. GIF/PNG)
    (4) Change the root node to "<BODY>" to allow complete document rendering. Not just tables.
    (5) Support for inline styles
    (6) Support for table scrollable

    Thanx in Advance
    MFQadeer
    Last edited by MFQadeer; 05-27-2003 at 01:48 AM.

  2. #2
    Member
    Join Date
    Apr 2003
    Location
    India
    Posts
    35

    hmm

    try this

    it doesnt require any xml involvement

    make a text area in flash....change the properties from static to dynamic and check enable html option

    now it will recognize all basic html tags
    u can code the html in a frame and say for eg _root.textarea1="<table><tr>....."
    m doubtful about loading images...but table will work

    good luck
    DJ
    "When u think from ur heart and feel from ur mind...u find urself in a midst of whirlpool of illusions" - DJ

  3. #3
    Junior Member
    Join Date
    Jul 2002
    Posts
    18

    Render HTML Example

    Hi DJ,
    thankx for the reply. Let me know, if you have some example regarding this.
    In your post the following are not clear:
    u can code the html in a frame and say for eg _root.textarea1="<table><tr>....."


    After it, i will check for the images>
    But if u have some code example, then plz share with me

    Thankx in Advance<
    MFQadeer

  4. #4
    Junior Member
    Join Date
    Jul 2002
    Posts
    18

    Render HTML Tables

    Hi all,
    I need to render the full tables, with attributes like border="1", backgrouund color="ff0000" etc...........

    How i do this>>
    MFQadeer

  5. #5
    Member
    Join Date
    Apr 2003
    Location
    India
    Posts
    35

    try this

    well i checked up right now
    we cant populate entire html table as such but we can have control over the html text
    can make it bold...dynamically change it in stuff

    table needs to be done in flash....and each box will be a text field



    good luck
    DJ
    "When u think from ur heart and feel from ur mind...u find urself in a midst of whirlpool of illusions" - DJ

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