Basic Demo Player
In this example The Chameleon Flash Sound Demo Player is simply inserted into the html code.
You can insert the player into your own web page the same way it is inserted here.
Step #1 - insert the player (chameleonsoundbasic_demo.swf) into the html code
There is many ways to insert this player into a page like this. here are some of them:
- with Dreamweaver: the Insert menu (Insert->Media->Flash)
- with FrontPage: the Insert menu (Insert->Web Component->Advanced Controls->Movie in Flash Format)
- or you can simply copy the html code of the player (code shown at the bottom of this page) and paste it into your html code.
Step #2 - customize the player with the variable file (chameleonsoundbasic_demo.txt)
You have to have the variable file in the same folder as the html file.
The flash player swf file doesn't have to be in the same folder, but the variable file does.
Set the desired parameters and make sure that the audio file is in the proper RELATIVE path that is set in the variable file.
(in this example, the audio file is in the same folder as the player - thesong.mp3)
Demo Player Limitations
- only one song will play
- not all the player variables are being used in this example
- to get a full package with all the features and 10 other types of players go to www.lucidflash.com
(look into the chameleonsoundbasic_demo.txt file for details)
here is the html code of the above player (you can find this when you view the source code of this html page)
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="223" height="95">
<param name="movie" value="chameleonsoundbasic_demo.swf">
<param name="quality" value="high">
<embed src="chameleonsoundbasic_demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="223" height="95"></embed>
</object>