Jump to content

halfrican

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

halfrican's Achievements

Newbie

Newbie (1/14)

  1. I've been messing around with flash xspf music players and have got one to work with icecast, but stupid myspace won't let me use it on my profile! Tried iframes and a bunch of players that report that they are myspace compatible but still no success :( If anyone knows how to do it, it must be you guys. So come on, help a brother out. How can I stream from an icecast server through a player embedded in my myspace profile?
  2. Hi guys, I'm having a problem with a bit of code. It uses a marquee to reload a page after every cycle the page in question gets updated by a separate process using ftp. I've tested the site using firefox under ubuntu and it works fine, but under windows, the page does not update. Please can you look at the code and tell me if you see any problems, or suggest an alternative way of getting the page to update. Thanks. this page is embedded in another using an iframe <html> <head> <script type="text/javascript"> window.onload = function reloadframe() { document.getElementById("trackinfo").onfinish = function reloadframe() { location.reload(); } } </script> </head> <body bgcolor="black"> <font color="white"> <marquee id="trackinfo" loop="1">this text gets updated</marquee> </font> </body> </html>
×
×
  • Create New...