0
php to as3
Explorer
,
/t5/animate-discussions/php-to-as3/td-p/9531080
Nov 10, 2017
Nov 10, 2017
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/php-to-as3/m-p/9531081#M174673
Nov 11, 2017
Nov 11, 2017
Copy link to clipboard
Copied
hi,
if that's failing with more recent air versions it's probably because of security update. you can start debugging here,
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

