开发者

how to send a link in MMS message?

开发者 https://www.devze.com 2023-02-14 08:28 出处:网络
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 so

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

精彩评论

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

关注公众号