开发者

how to send a link in MMS message?

i want to send a link for www.google.com in mms, but i want that its shows only "Google". when user click on "Google" its li开发者_如何学JAVAnk www.google.com should be open. please suggest its solution, thanks in advance


Try doing this directly in a SMIL file, which may look like this:

<smil>
    <body>
        <a href="http://www.google.com/">Google</a>
    </body>
</smil>

This should be the only attachment to the MMS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜