WEB EDITOR

Working with: Flash Audio

EZGenerator provides two different Macromedia Flash Audio players and one Advanced Flash player.

To insert a Flash Audio player:

  1. Position the text marker where you want to insert the player.
  2. Right-click and from the menu select the Insert Flash Audio command.
  3. Select certain player type from the menu.
  4. For Single song player, select skin and MP3 or converted SWF file from the Open dialog.
  5. For Multiple songs player, select multiple MP3's from the Open dialog by using Shift and Control keys.

    For Advanced player, Flash Player window will open. Use Add button to insert MP3/MP4/SWF/FLV file(s). Use Add Url button to insert external file(s); you can insert here Youtube, Googlevideo and Dailymotion media. In Player Skin section, select skin for the player.

To convert an MP3 to a SWF file with spectrum data (only for single file player):

  1. Launch the SwiftMP3 utility and add your MP3 files in the list for conversion.
  2. Use the following conversion options (Convert menu > Options):

    Frame Rate = 21
    Generate Spectrum Data = On
    Stop = At End

    Where "YourFile.mp3" is the full path to your MP3 file, enclosed on quotes.
  3. Use the resulting SWF file with the audio player.
The audio player provided by EZGenerator requires that your visitors have Flash Player 6 or higher installed on their systems.

Supported MP3 Formats

Since the audio player is based on the Flash Player, the MP3 files you use must be compatible with the Flash Player:

Audio Player Properties

For Advanced and Single song players

Once inserted, these two players behave like a standard Flash Object and their properties are identical to those of a standard Flash Object (check Flash Properties).

EZGenerator passes several parameters to the audio player. They are displayed in the Parameters edit box.

Here is an example for the Advanced player:

skin=apdb_4.xml&list=apdb_4.xml

The parameters have the following meaning:

Use Autoplay and Loop check boxes in Flash Properties to set your player to play automatically upon loading, or to loop playing. To fix loop to certain number of times, change the number in repeat parameter - &repeat=3 will loop 3 times. To change the default volume, use paramter &volume=[0..100] - $volume=50 will set volume to 50%.

Here is an example for the Single song player (notice that all spaces should be replaced by the "+" character):

name=My+Audio&audurl=myaudio.mp3&va=1&vb=1

The parameters have the following meaning:

For Multiple songs player