Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User breakdesign's Avatar
    Join Date
    Dec 2004
    Location
    Cape Town / Singapore
    Posts
    49
    I have been unable to get getURL to generate a SMS or MMS message to multiple numbers e.g:

    I have tried:
    getURL("sms:+0012345678;+0087654321?body=Check this out!");
    and
    getURL("sms:+0012345678,+0087654321?body=Check this out!");

    I have also tried publishing as FL 1.1, 2.0 and 2.1 SWF's.

    Is there another way of specifying these numbers, or is it a limitation of the Flash Lite / Messaging software?

    Many thanks in advance!

    Stefan

  2. #2
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    I think u ll have to specify the mobile numbers in an array and loop. Let arr be an array of the destination mobile nos to whom you which to send. Then,

    for( i=0;i<arr.length;i++) {
    getURL("sms:"+arr[i]+"?body=Check this out!");
    }

    I have also not tried it. Glad if you can post the outcome after checking on this thread.

  3. #3
    Registered User breakdesign's Avatar
    Join Date
    Dec 2004
    Location
    Cape Town / Singapore
    Posts
    49
    Hi!

    Sorry I tried this a week ago, but I haven't been able to log into forum nokia, aargh!

    Anyway, on S40, it spawns 3 different messages, which is not what I expected, but better than nothing. On S60 only the 1st number is loaded (I think it's the limitation of only one loadVariables per frame).

    I think I have to conclude that Nokia S60 and S40 doesn't support the creation of 1 SMS with multiple recipients, like it does through normal HTML.

    Thanks for getting back to me, it's appreciated!

    Stefan

  4. #4
    You can take timer functionality instead of direct in looping... after some time it will load one by one msg and send.
    Regards,

    Ravindra Suthar

Similar Threads

  1. 调用OpenC/C++的问题
    By shaojieli in forum Symbian
    Replies: 32
    Last Post: 2008-08-20, 09:48
  2. Replies: 2
    Last Post: 2007-11-10, 13:19
  3. Replies: 0
    Last Post: 2006-03-16, 15:36
  4. How to create my own SMS center?
    By gosrider in forum General Messaging
    Replies: 2
    Last Post: 2003-08-28, 17:57
  5. Create sms gateway using linux based php
    By joshuadh in forum General Messaging
    Replies: 1
    Last Post: 1970-01-01, 02:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved