Search  

TABLE COMPONENT XML

HomeBrowse CategoriesFlashComponents & ExtensionsTable Component XML

Table Form Xml

Features

  • XML driven ; Unlimited number of cells .
  • Smooth interactive design , modern looking .
  • Drag-and-drop ; just drag it from the Library , edit the xml , and you are done .
  • Assembled as a component ; just open Properties window and choose the xml to be used ; this way you can use multiple tables in same project very simple .
  • Useful and fast ; click on a header tab to sort the whole table ascendent and/or descendent ; does not do multiple queryes to the web server , as many html tables do .
  • Versatile ; clicking on a cell generates an event , which can be used , for example , to open a web page , start a download , etc .
  • Bonus: this vector background I made for my presentations , which you might find useful .
Notes :
  • Download the free font used in this file ( uni_05_53 ) from miniml.com .
  • Also , take note this component can load php generated xml files either; simply edit the xmlConfigFile property in the Parameters panel of the instance to point to the php file , eg. : content.php or content.xml.php , if you like .

My portfolio

\ \ \ \ \

\ \ \ \ \

Any suggestions and comments are welcomed ; contact me for support anytime . Enjoy this quality product !

tags: table , tables , flash , flash table , table xml , xml , cell , cells , field , row , colon

Posted 3 months ago

haha, i was thinking of creating an item like this. you were quicker! looks very nice!

Posted 3 months ago

nice utility

Posted 3 months ago

could we have a look at the xml file? would be nice! thx…

Posted 3 months ago

Very nice, useful

Posted 3 months ago

Very nice..You have malformed XML though. You should fix it! Still loads into flash fine it seems

http://flashden.net/files/46853/demo%202.xml

Posted 3 months ago

The xml file is very simple :)) Thanks for comments .

Posted 3 months ago

nice one

Posted 3 months ago

This looks like a very useful file and one I can really use, can you please take a look at this website and tell me if this file could replace this hard to manage schedule. http://www.dallaspowerhouse.com/0809monday.html

Definite purchase if so! Thank you!

Posted 3 months ago

Hi designedbybig , this module is extremely simple to use ; however , it does not render cells doublesized , as seen in your project , but simple ones , in order for the sort functions to work .

Thanks rondog , the second demo xml has the tag twice in it , redundantly so it renders it correctly ; also disassembling files is a bad habit , even if an innocent one :) .

Thanks for comments guys .

Posted 3 months ago

Can the sort function be taken off? I don’t need that function. Great file none the less!

Posted 3 months ago

Yes , of course , you have to delete some code in the .fla . Takes maybe 1 minute . If you buy the file , contact me and I will do it for you , or assist you for free , no problem .

Posted 3 months ago

Great file! Smooth and Useful!

Posted 3 months ago

Nice Utility! I am sure some will find it very useful.

Posted 3 months ago

Please rate it if you consider so . Thank you .

Posted 3 months ago

im sure a lot of people will dig this.. great job!

Posted 3 months ago

this is really useful..

looks so stylish 2…

Posted 3 months ago

Very cool. I build something similar to this a while ago for a freelance project, but it wasn’t nearly this cool. Good job.

Posted 3 months ago

its best….

Posted 2 months ago

Really nice! I have purchased it :) but was wondering if it can sort numbers properly? Now it sort it as text and 99 will be placed before 100.

Posted about 1 month ago

Hi olehaga ! Please mail me , so I can send you the modified sources , display the text the way you want it .

Yes , it normally sorts text , but with a minor modification it will sort numbers , too . Thanks for buying , and please rate it if you find it useful .

Posted about 1 month ago

I can’t get it to show special characters such as accents and ñ. I’ve tried many ways but still can’t. Any help?

Nicest job.

Posted about 1 month ago

Nevermind. Allready fixed.

Posted about 1 month ago

Hi , it’s probably because the pixel font used here does not have these symbols . However , simply replace the font and you’re done .

Posted about 1 month ago

Hi,

Great file.

Quick questions:

1. Currently the table selects cells independently. Is it possible to select on a row by row basis rather than each cell?

2. Are all cells independent or is it possible to have each row correspond to a node in the xml?

Thanks!

Posted about 1 month ago

1. Currently the cells are made to highlight each cell , like HTML ones . Highlighting the entire row can be done but requires some modifications to the source ; 2. Second is simpler . When click on a cell , an event is generated . For example , your table component is called table1 ; use the folowing code to capture the infoClicked event :

_table1.infoClicked = function( row:Number, col:Number){ textCell.text = “cell clicked: (“row”,”col;) .”; }_

where row and col is the position of the current cell. The table itself ( the xml data ) is a 2dimensional array ( called itemArrayrow , see help ); so to read the entire row’s properties , for example , you use a simple for(k=0;k .

Good luck , Andrei .

Posted about 1 month ago

Hummm it seems the code is displayed broken here :) . Contact me through my profile so I can send you additional indications .

Posted about 1 month ago

Hi

Great looking file.

I know you might have addressed this somewhere but, Is it possible to add rows and columns? And if so could you help with how to add them?

If so I will definitely purchase this file.

Thanks!

Posted 6 days ago

Hi ! I already answered to you to email . If still troubled , mail me back .

Happy New Year 2009 by the way !

Posted 4 days ago