ID:FR001

What you can change
  • Add/modify sounds
  • Use this Radio on Web Sites or on your local computer
  • Group the sounds by stations
  • Registered version removes all "A4Flash" watermarks
Specifications

File Size: The Radio(.swf) 66 KB, the XML file 3KB
File included:
  1. The Radio (.swf)
  2. Configuration file (.xml)
  3. Source file (.fla)   -   *optional
Special features
  • Load sounds from external XML files, No flash and programming knowledge required
  • Define the settings in an external XML file
  • Optional: Source file (.fla) is available for Advanced User
XMLconfiguration file sample Explanation
   <station name="Classical Music" text="test"> <-- station tag contains the station name of the radio
      <song> <-- song tag contains one song details
         <title>Song1</title> <-- set the title of the song
         <composer>Songster1</composer> <-- set the composer of the song
         <file>classic/Track1.mp3</file> <-- set the path of the sound file
         <artistpic>Images/1.jpg</artistpic> <-- set the picture of the artist
        <link1>http://http://a4flash.com/lib/access/</link1> <-- set the link of button1
         <link2>http://www.a4desk.com</link2> <-- set the link of button2
         <link3>http://www.flashmx-templates.com</link3> <-- set the link of button3
      </song>  
   </station>