Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Embedding mp3 player

Options
  • 23-11-2006 4:50pm
    #1
    Closed Accounts Posts: 8,866 ✭✭✭


    Hi guys,

    This is driving me mad, I cant get the mp3 player to work on my website! I tried xspf player with no joy, and now I'm tyring radio.blog. I've managed to get both to work testing on my local environment but once it goes live its a no go! Here's the code I'm using:

    [html]
    <iframe src="http://www.cavanrock.com/edtierney/radio.blog/index.html&quot; name="radio" scrolling="no" frameborder="0" width="240" height="140" align="right"></iframe>
    [/html]
    index.html:
    [html]
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>
    <head>
    <title>Radioblog</title>

    </head>

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <object type="application/x-shockwave-flash"
    data="http://www.cavanrock.com/edtierney/radio.blog/radioblog.swf?autoplay=0&quot; width="220"
    height="300">
    <param name="movie" value="http://www.cavanrock.com/edtierney/radio.blog/radioblog.swf?autoplay=0"/&gt;
    <param name="quality" value="high"/>
    <param name="wmode" value="transparent"/>
    <param name="menu" value="false"/>
    Plugin <a href="http://www.macromedia.com">flash</a&gt; indisponible
    </object>
    </body>
    </html>
    [/html]
    config.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <configs>
    
       <!-- COLORS -->
       <color1 value="990000" />  <!-- LOGO, BUTTON -->
       <color2 value="FFFFFF" />  <!-- BUTTON TEXT, BACKGROUND -->
       <color3 value="990000" />  <!-- PLAYLIST TEXT -->
       <color4 value="000000" />  <!-- BORDER -->
       <bg_opacity value="100" /> <!-- BACKGROUND OPACITY -->
    
     <!-- PLAYLIST PATH -->
       <playlist path="http://www.cavanrock.com/edtierney/radio.blog/playlist.xml" />
    
       <!-- PARAMETERS --> 
       <buffer value="5" />
       <crossfader value="1" /> <!-- 1 | 0 -->
       <style value="mini" />   <!-- full | mini | compact -->
    
    </configs>
    
    playlist.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <tracks>
    <track trackMod="1089216396" title="Ed Tierney - The Superfallen" path="http://www.cavanrock.com/edtierney/radio.blog/sounds/the_superfallen.mp3.rbs"/>
    <track trackMod="1089216396" title="Ed Tierney - You & Me" path="http://www.cavanrock.com/edtierney/radio.blog/sounds/you_and_me.mp3.rbs"/>
    <track trackMod="1089216396" title="Ed Tierney - Uletide Mangers" path="http://www.cavanrock.com/edtierney/radio.blog/sounds/uletide_mangers.mp3.rbs"/>
    <track trackMod="1089216396" title="Ed Tierney - Civil Man" path="http://www.cavanrock.com/edtierney/radio.blog/sounds/civil_man.mp3.rbs"/>
    <track trackMod="1089216396" title="Ed Tierney - Don't Touch Me" path="http://www.cavanrock.com/edtierney/radio.blog/sounds/dont_touch_me.mp3.rbs"/>
    </tracks> 
    
    I cant see for the life of me where the problem is! All directories are properly referenced and the files exist and are correctly named!


Comments

  • Closed Accounts Posts: 1,200 ✭✭✭louie


    If you find a good one let me know.
    I will be looking into that very soon myself for my new project.


  • Closed Accounts Posts: 8,866 ✭✭✭Adam


    Well xspf and radio.blog are ideal, radio.blog more so imo, they'd be perfect if I could get them to work! Try it out yourself maybe and let me know how you get on?


  • Subscribers Posts: 9,716 ✭✭✭CuLT


    "no go" is a pretty vague problem description.

    Can you elaborate?


  • Closed Accounts Posts: 8,866 ✭✭✭Adam


    See for yourself at www.cavanrock.com/edtierney

    It just sits there lookin' pretty.


Advertisement