Search Unity

Forum question on embedding audio player

Discussion in 'Editor & General Support' started by ernzo, Jun 22, 2013.

  1. ernzo

    ernzo

    Joined:
    Apr 26, 2013
    Posts:
    19
    Hi there!

    Could anyone enlighten me on how to embedd any of the following audio-player codes into a message?? Thank You!

    This is all the options official.fm gives.. I've tryed everything I could think of, but no [tag] allows me..

    so, in order of preference:
    Code (csharp):
    1.  
    2. "anywhere player":
    3. <iframe width="400" height="400" src="//official.fm/player?artwork=1&width=400&height=400&skin_bg=2E00 9D&skin_fg=FFED00&aspect=flat&feed=%2F%2Fofficial. fm%2Ffeed%2Ftracks%2FKbKc.json" frameborder="0"></iframe>
    4.  
    5. "wordpress player":
    6. http://official.fm/tracks/KbKc?artwork=1&width=400&height=400&skin_bg=2E009D&skin_fg=FFED00&aspect=flat
    7.  
    8. "myspace player":
    9. <object width="440" height="240" style="outline:none;"><param name="movie" value="//official.fm/flash/ofm_player.swf?feed=//official.fm/feed/tracks/KbKc.json" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><embed width="440" height="240" type="application/x-shockwave-flash" src="//official.fm/flash/ofm_player.swf?feed=//official.fm/feed/tracks/KbKc.json" allowscriptaccess="always" wmode="transparent" style="outline:none;" /></object>
    this is the track link per se: http://official.fm/tracks/KbKc
     
    Last edited: Jun 22, 2013