A Flash Developer Resource Site

Search:

Type: Posts; User: keepongoing

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    3,071

    the following script works with a local txt but...

    the following script works with a local txt but not with an online one.
    if the txt is online, it just counts the attemps but no success / no dataconnection will be initiated

    is there some...
  2. Replies
    7
    Views
    3,071

    this script doesn't start a dataconnection (WM6,...

    this script doesn't start a dataconnection
    (WM6, Standalone Player Flash Lite 2.1)

    var my_lv:LoadVars = new LoadVars();
    my_lv.onLoad = function(success:Boolean) {
    if (success) {
    ...
  3. Replies
    7
    Views
    3,071

    establish dataconnection

    I'm using WM6 and Flashplayer 2.1 on a THC Touch.
    Up to now i have to use 'GetURL' to open the Browser to establish a dataconnection.
    How can I start a dataconnection without the browser?
  4. Replies
    2
    Views
    14,118

    device ID

    try

    IDstatus = fscommand2("GetDeviceID", "deviceID");

    "IDstatus" shows "0"
    but "deviceID" brings up the ID
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center