Gaurav Gupta
Gaurav Gupta

Reputation: 1600

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 link www.google.com should be open. please suggest its solution, thanks in advance

Upvotes: 0

Views: 1373

Answers (1)

Erez A. Korn
Erez A. Korn

Reputation: 2758

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.

Upvotes: 1

Related Questions