MobileHacks
New Member
What does this mod do?
It adds a flash file with fireworks. The flash is transparent so you can put it over your headers.
(Easy) installation:
1. Upload all files into your root. (You can upload it where ever you want. But make sure the path-changes in the installation steps are right)
2. Paste this code at the top of your header template of your wished style:
(Make sure you change the path for "http://www.yourdomain.com/flash_fireworks.js")
PHP:
<!--start fireworks by naruto-forum.de :) -->
<script type="text/javascript">
var flash="feuerwerk.swf"; //just change the path in flash_fireworks.js
var name="Feuerwerk";
var von_links=300; // set distance of the flash file from left
var von_oben=5; // set distance of the flash file from the top
var breite=400; //set width of the flash file
var hoehe=300; //set height of the flash file
var qualitaet="high";
var param1="";
var param2="";
</script>
<script type="text/javascript" src="http://www.yourdomain.com/flash_fireworks.js"></script>
<!--/end fireworks by naruto-forum.de :) -->
3. Change the (2) paths in flash_fireworks (yourdomain.com)
In the "flash_fireworks.js" is also a link to "index.php" so the "homelink" still works if you put it over your header and your users click on it.