Flash Slideshow Player
Professional Customizable
|
Flash Slideshow Player Features
- Simple detailed installation instructions
- Customizable colors
- Fully resizable
- Fully dynamic XML Playlist
- Optional scrollable thumbnails navigation
- Keyboard shortcuts enabled
- Spacebar key to play / pause
- Left / right arrow keys for next / previous
- Esc key for fullscreen mode
View our Installation guide for easy instructions.
How to Install this Flash slideshow Player
STEP 1
Download the FREE version or buy the unbranded version of this media player. Uncompress the provided zip file to a folder.
STEP 2
Open sampleEmbedJavascript.html in your html editor, copy the embed code provided and paste it into your own html page.
STEP 3
Edit the xml playlist with a text editor like notepad or HTML editor like Dreamweaver and add as many photos as you like.
STEP 4
Upload OriginalSlideshow.swf and playlist.xml to your web server.
STEP 5
Change the playlistXmlPath parameter in the embed code to point to your xml playlist location on your server. Also make sure you change the player swf path to reflect its location on the web server.
Installation Notes / Tips
FILES PATHS
If you are having problems installing this media player, the first thing to try is using absolute paths instead of relative paths. For example,
Instead of using a relative path like below
options.playlistXmlPath = "playlist.xml"
Use a full absolute path:
options.playlistXmlPath = "http://www.yoursite.com/playlist.xml"
EDITING PLAYLISTS
An XML playlist is essentially structured data in text format. In order to edit a playlist you need to open it with a simple text editor like notepad or an HTML editor such as Adobe Dreamweaver.
Do not edit xml files with Microsoft Word as it tends to add a lot of unwanted elements to the file rendering it unusable by the media player.
Every photo in the playlist is represented by the block of text below, copy/paste as many as needed into your xml file to build your playlist.
If you don't need thumbnails, titles or descriptions, simply delete these lines.
<item> <image>/images/photo2.jpg</image>
<thumb>/images/thumbs/photo2.jpg</thumb>
<title>This is an optional caption</title>
<description>This is an optional description</description>
</item>
Embedding methods
You'll notice there are three different sample embed html files in the provided zip package:
sampleEmbedJavascript.html
The most common and recommended way to embed your flash media player.
sampleEmbedMultiplePlayers.html
This html file includes the code
required to embed multiple players in one page.
sampleEmbedObject.html
The object method is an alternative method of embedding which does not require the use of javascript.
Need more help?
Visit our forum and check out the FAQ.Customization Wizard
You can easily generate your customized embed code with our Customization Wizard
Customization parameters
You can also manualy customize the appearance and behavior of our flash media players by adding / modifying embed parameters
ex: options.autoPlay = "true";
ex: options.firstColor = "#000000";
ex: options.secondColor = "#ffffff";
ex: options.backColor = "#ffffff";
ex: options.hightlightAlpha = "50";
ex: options.mediaPath = "http://www.yourwebsite.com/playlist.xml";
ex: options.stretching = "uniform";
ex: options.autoHide = "false";
ex: options.autoHide = 1;
ex: options.transitionType = "fade";
ex: options.transitionDelay = "false";
ex: options.loopPlayback = "true";
ex: options.thumbnailsNavWidth = 400;
ex: options.showThumbnailsNav = "true";
ex: options.thumbnailWidth = 60;
ex: options.thumbnailHeight = 40;
Support
Please visit our forum to ask your questions or leave comments about our products. For further assistance contact us at support@premiumbeat.com
F.A.Q.
- How do I modify the media players parameters?
- Do I get the player .fla with my purchase?
- What is the license agreement when I buy your media players?
How do I modify the media players parameters?
To modify the parameters of the media players, you need to modify or add options to the embed code. For example, if you wanted to change the background and buttons colors of the flash mp3 player to black, you would add / edit the backColor, firstColor and secondColor options.
Do I get the player .fla with my purchase?
No, we do not sell the .fla files of our players, we do however provide customizable .swf files. The Adobe Flash Authoring software is not needed to customize the players.
What is the license agreement when I buy your media players?
You can find the licence agreement here

