|
Step One: Logo and Advertisement Setting

On the top of Flash Media Show there is Logo Bar for displaying license information or advertisement, you can customize Logo and the animation, there are two methods to get this done:
1) Replace the relevant files directly
There are two swf files in the skin directory, one is advertisement.swf for advertisement animation, the other is logo.swf for logo. You can replace the files by our own files directly.
2) Change the relevant nodes in configure.xml
For example, you have your own logo file mylogo.swf and advertisement file ad.swf, please change the nodes as following:
<LogoPic data="mylogo.swf" />
<AdvertisPic data="ad.swf"/>
TIPS: It is more flexible to change the relevant nodes in the file. You can change the node dynamically by ASP.net or PHP background program so that users will see the different animation every time when they come in, or show different advertisements during different time periods, or show the advertisement in different languages according to the place user come from. |