View Single Post
  #1  
Old 29th June 2018, 23:46
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default TSUE V 2.2_FMEDition Radio mod
This is coder off the cuff

This will put a FLash to the top of your site


Appearance/Themes/Manage templates/main.css

Add ofter
</head>

So it looks this


</head>
<script>
var flashvars = {};
flashvars.serverHost = "your ip of shoutcast or Domainname here:8000/;";
flashvars.getStats = "1";
flashvars.autoStart = "1";
flashvars.textColour = "gray";
flashvars.buttonColour = "black";
flashvars.backgroundURL = "none";
var params = {};
params.bgcolor= "black";
</script>
<script type="text/javascript" src="/flash/v1.3.js"></script>
<body>

Add the folder flash To RootDir
Edit
flash/v1.3.js
edit on line 100 your shoutcast or domain name
Attached Files
File Type: rar tmp_5773-flash349650484.rar (27.6 KB, 94 views)
Reply With Quote
The Following 3 Users Say Thank You to Napon For This Useful Post:
hextek (30th June 2018), soneigr (23rd March 2024), thartley55 (30th June 2018)