Jump to content

Twango

Members
  • Posts

    174
  • Joined

  • Last visited

Previous Fields

  • Languages
    HTML, JavaScript, CSS, PHP, MySQL, VB.net

Contact Methods

  • Website URL
    http://www.AppAttackNetwork.com
  • ICQ
    0

Profile Information

  • Location
    Space
  • Interests
    Programming

Twango's Achievements

Member

Member (2/7)

2

Reputation

  1. @Birbal that doesn't help me at all. I know what I need to do, but don't know how to go about doing it.
  2. I also can't figure out how to change the source of HTML5 audio with JS. Help?
  3. @boen_robot, I know that, but I'm saying how do I get it so every listener's on the same track?
  4. Ok, so I REALLY want to make an internet radio thing. I want there to be like a MySQL table with the file names for each audio file, and PHP echos the SRC of an HTML5 Audio Tag to that file. I have NO idea how to do that.The only thing I could think, would be like a table like follows:id: SRC: length:1 audio.mp3 30 And then another table that has the current song, like follows: currentsong: SRC: timestart: length:1 audio.mp3 14:25:20 30 And then a Cron Job that runs a file like CheckUpdate.php, that basically checks to see if the time is equal to the length + timestart, and if it is, set the currentsong to the next?For the Cycling on the webpage, I know I could use Dynamic Ajax, but would this work for the cycling? Thanks.If you have any other ideas, please tell me!
×
×
  • Create New...