Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

php to as3

Explorer ,
Nov 10, 2017 Nov 10, 2017

Hi everyone,

it always worked so far Air 23
please help...
php:
echo "vergleich=".$blaeins."/".$blazwei."/".$bladrei;

as3:

...

objRecebe8.addEventListener(Event.COMPLETE, fertiggeladenf);

var meinarray:Array = new Array();

function fertiggeladenf(event:Event):void

{       

    meinarray = event.target.data.vergleich.split("/");

   textausgabe.text=meinarray[0];

   ...

}

TOPICS
ActionScript
328
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 11, 2017 Nov 11, 2017
LATEST

hi,

if that's failing with more recent air versions it's probably because of security update.  you can start debugging here,

12/13/2016 - Release - AIR 24 Runtime and SDK

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines