5 Most Recent (5)
    Text Editor (1)
    File System (2)
    List Box (5)
    Color Palette (1)
    Combo Box (8)
    Custom (3)
    Scroll Bar (1)
    Radio (1)
    Tree (1)
    Bar Chart (2)
    Ticker (2)
    Pie Chart (1)
Publisher:  Macromedia Component Set 1
Implemented By:  flash-db http://www.flash-db.com/Components/
A List Box with an XML source used to display Link Names, and a short description.
A small List Box that displays Link Names, Some info about that Link, and finally a button which one can click to goto that Link.
<?php
// This array would normally be coming from a database
// We just simplified it by putting it in an Array for now.
$NameArr = array("Flash-db""Flashkit""FlashMagazine","Were-Here","ZDnet");
$DataArr = array("A site dealing with server side Flash, http://www.flash-db.com""One of the best Flash resource's on the net, http://www.flashkit.com""A great place to get the low down on the flash world, http://www.flashmagazine.com""A great Flash resource site, http://www.were-here.com","A good news site, http://www.zdnet.com");

$numReturn count($NameArr);
$i 0;

// Prints out the necessary XML
print "<dataSet>";
    while (
$i $numReturn) {
        print 
"<data>";
        print 
"<name>".$NameArr[$i]."</name>";
        print 
"<dataRow>".$DataArr[$i]."</dataRow>";
        print 
"</data>";
        
$i++;
    }
print 
"</dataSet>";
?>
   download component source files (zip)


Area Map: Home | About | Extend | Links | Commercial | Submit Component    
< / form > < !-- Google analitycs -->