Answered
Can anyone to explain to define Adobe AIR Platform in PC or smartphone in AS3/AS?
Hi, i'm Faizal Arshad Putra Adika. I want anyone to explain AS3/AS code to compare Adobe AIR platform in PC or smartphone. this is a sample code:
if(adobe_air_platform_in_pc)
{
trace("You're using Adobe AIR Platform in PC");
}
if(adobe_air_platform_in_smartphone)
{
trace("You're using Adobe AIR Platform in Smartphone");
}So, i can make and export a game for PC and smartphone in one project without creating a second ".fla" project, i just use in one "fla" file.
