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

HTML Table Renderer AS3

139 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&nbs... [+]

> 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 ...

 

Recently viewed:

Resized Gallery 2008
Dynamic 3D Image Menu
Dock Menu Basic
Gatt XML Calendar
3D Image Rotator XML AS3
Papervision 3D Image  Gallery
Photo Album XML
3D Image Carousel XML AS2
RSS/ News Ticker v.2
Sense Weather Clock
3D Image Object Rotator XML AS2
E-Card Application v1.0

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:

XML FLV Player H-List White  AS3

XML driven FLV / H.264 video player with multip...[+]

More >>

X-Treme Dock Menu XML AS2

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

More >>

X-Treme Video List Player (YouTube)

XML driven FLV / H.264 video list player with Y...[+]

More >>

Related components:

HTML/CSS Page Renderer AS3

Advanced HTML/CSS Page Render component for Flash

More >>

HTML Table Renderer AS2

The Flashtuning Table Renderer component provid...[+]

More >>

 HTML / XML Image Grid AS3

Advanced Image Grid application to display ima...[+]

More >>

1 / 22

Featured components:

Majestic 3D Cover Flow

Flash XML Horizontal Cover Flow native 3D engin...[+]

More >>

XML Photo Template 01  AS2

XML driven Flash Photo Website Template ( AS2 ).

More >>

XML Photo Template 02 AS2

XML driven Flash Photo Website Template 02 ( AS...[+]

More >>

45 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
Please login to post comments.