Home / Components / User Interface / HTML Table Renderer AS3 /

HTML Table Renderer AS3

148 purchases

Flashtuning User Interface HTML Table Renderer AS3 HTML Table Renderer AS3 component for Flash. $4 http://www.flashcomponents.net/component/flash_html_table_renderer.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/114_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]

> View graphic table with full license features

$4.00

buy now

Package includes: MXP, FLA, SWF, HTML, XML, JS

Flash Version: Flash CS3, Flash AdobeAir, Flex, Flash CS4, Flash CS5, and above

Viewable with: Flash Player 9

Documentation level: Excellent documented

Flash knowledge level: Advanced

Action Script: ActionScript 3.0

Product ID:F0700114

Author:

Flashtuning

Flashtuning avatar

Cover Flow | Banner Rotator | Accordion Gallery | Image Scroller | 3D Carousel | MP3 Player ...

 

Please install flash first.

This product is included in ALL FILES PACKAGE:

The HTML Table Renderer component ( free download ) provides an advanced XML / HTML table rendering engine for Flash, complete with CSS support and advanced features such as row and column spans.

The component can render all common types of content (text, SWF files, images and Flash library objects) and allows embedding custom fonts and offers advanced text rendering controls.

This component is available for:
Flash CS3, Flash CS4, CS5 and above / ActionScript 3.0 ( AS3 )

Check the Most Common Question and Answers at the bottom of HTML Table Renderer AS2 product page from our site!

You can also download the HTML Help Books from the following location: DOWNLOAD HELP BOOKS

Check also Flash Tuning Profile products such as 3D XML Carousels, 2D & 3D XML Menus, XML Banner Rotators, XML Galleries & Slideshows, Video Lists & FLV Players, HTML News Readers.

$4.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by Flashtuning:

X-Treme MP3 Player

The most advanced XML driven audio MP3 Player a...[+]

More >>

X-Treme Dock Menu XML AS2

The most advanced XML Dock Menu application for...[+]

More >>

X-Treme Zoom Menu XML AS3

The most advanced XML Image Zoom Scroller Menu ...[+]

More >>

Related components:

HTML News Ticker AS3

Highly customizable HTML / CSS driven news list...[+]

More >>

XML Text Scroller With Ease For Dynamic HTML Content

In the XML settings file, set the dimensions of...[+]

More >>

HTML News Ticker AS2

Highly customizable HTML / CSS driven news list...[+]

More >>

1 / 17

Featured components:

E-Card Application v1.0

A Flash E-Card Application. Send and recieve E-...[+]

More >>

3D Environment

Build 3D interactive interfaces and environment...[+]

More >>

Fluid Gallery

Dock style, XML driven image gallery with auto ...[+]

More >>

50 comments

Add comment

  • Hi,

    You can download and test for free the product from freeflashcomponents.net website at:

    http://www.freeflashcomponents.net/flash-components/flash-user-interface

    Flashtuning



    #  /  PM  /  posted on May 24, 2011
  • package { import FtTableRenderer; import flash.display.MovieClip;

    public class htmlTest extends MovieClip
    {
        public function htmlTest()
        {
    
            var htmlString : String ="
    

    test

    ";
    var myTable : FtTableRenderer = new FtTableRenderer(); this.addChild(myTable); myTable.createFromString(htmlString);

        }
    }
    

    }


    TypeError: Error #1010: A term is undefined and has no properties. at FtTableRenderer/XkbijTsntdle() at FtTableRenderer/YsZkvrSrtqTW() at FtTableRenderer/createFromString()

    at htmlTest()[/Users/admin/Documents/Adobe Flash Builder 4.5/htmlTest/src/htmlTest.as:19]

    As simple as that, this is no working .......



    #  /  PM  /  posted on May 30, 2011
  • Simply test the create from String code line inside an empty Flash fla file:

    var myTable = new FTTableRenderer();
    this.addChild(myTable);
    myTable.createFromString(yourHTMLFormattedString);
    


    #  /  PM  /  posted on Jun 03, 2011
  • Hi, I've bought the product and looks great when I publish the table inside Flash. All the image/flash links appear. Text and CSS looks fine.

    However, you said that it's also compatible with Adobe AIR.

    I used one of your example in the package "sample_css.fla" and I published it to AIR 2.6

    The published AIR file looks the same as the Flash file, except one thing: all the image/flash links do not appear at all (even though I've bundled all the required files as part of the AIR installation).

    Is there any solution for this? Thank you.



    #  /  PM  /  posted on Dec 15, 2011
  • Hi, thanks, have no solution for AIR yet regarding this issue.



    #  /  PM  /  posted on Dec 15, 2011
  • hello - i've downloaded your component... but css style doesn't apper(((

    head1 head2
    num1 num2

    everything's simple nothing complicated

    style.css

    .tab2{ width:"200px"; background-color:#ffddff; }

    and nothnig happens((( what am i doing wrong? a used as3 code as

    var myTable=new FtTableRenderer(); myTable.sourceFile="table2.html"; main_ms.addChild(myTable);

    then i just made a link to table2.html in properties of a component..... it's the basic question - i understand...

    p.s. i even tried to work with a sample tabl1_css.html but had no success.... hope for solution. Thanx



    #  /  PM  /  posted on Apr 04, 2012
  • Hi,

    The table supports only the css attributes supported by Flash. For the complete list check question number 23 ( point h and i ) from the FAQ area on our site at: http://www.flashtuning.net/faq#table

    Regards, FT



    #  /  PM  /  posted on Apr 05, 2012
  • Hi, just purchased your component. But I can´t get it to display anything when I create a new object in AS3 It always throws Error #1009 - Null Object. Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich. at FtTableRenderer/YsZkvrSrtqTW() at FtTableRenderer/onComplete() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()

    This is the code I used in my MC Class: var xtable = new FtTableRenderer(); xtable.sourceFile="gethighscore.php?which=t"; xhbtotal.addChild(xtable);

    the PHP script outputs a table. simple like that.

    Why isnt this working?



    #  /  PM  /  posted on May 30, 2012
  • HI,

    Check if the html string generated by your php script is correctly formatted ( all tags are closed and lowercase ) and contains only tags and attributes supported by the table renderer component.

    Try creating the table using the createFromString() method. First get your html string in a variable in Flash and call that table method.

    Check the createFromString code example in the previous comments. If you still have issues send us a small flash file example at contact [at] flashtuning.net with only the html string output and the table creation method to see how you've created the table.

    Regards, Flashtuning



    #  /  PM  /  posted on May 30, 2012
  • Hi,

    I just purchased this component but every time I try to compile it says "1180: Call to a possibly undefined method FTTableRenderer." I saw someone post a similar comment but no solution was provided. Yes I am using the paid version.

    I'm trying to use it inside a class. I've added the import statement and trying to use the example code you've posted here in the comments. So my code looks like this.

    import FtTableRenderer;

    var myTable = new FTTableRenderer(); this.addChild(myTable); myTable.createFromString(tableHTML);

    Please help! Thanks in advance.



    #  /  PM  /  posted on Aug 29, 2012
Please login to post comments.