Smiley question - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12) +----- Thread: Smiley question (/showthread.php?tid=71786) Smiley question by Dann3 on 02-15-2007 at 06:53 PM Is there any way to make the earphones-smiley, that appers beside the music you currently are listening to? RE: Smiley question by Matti on 02-15-2007 at 07:09 PM
That's not a smiley, but a media icon. It's not something you can simply add in a message, however you can change your media message by using a SendMessage call with the right message. code:How to use: You can set a media message by calling setNowPlaying. The function accepts a lot of parameters, however most of them are optional. The following example: code:will make your message look like: quote:As you can see, {0} replaces the song title, {1} is the song artist and {2} is the album name. There's also a content ID which is used by Messenger to link you to a page with song information, but all those parameters can be everything you want! If you only want it to display text, the best thing you can do is placing all the things in the format parameter, because otherwise when you click the link, it'll send you to a song page which is totally wrong of course! And, to disable the media message, it's even easier: code: |