Quantcast
Viewing all articles
Browse latest Browse all 87158

Re: As3 - How To Check What IDE the SWF is Running From with Code?

Just to let every know "else" doesn't work with config constants. But you can still do flash builder only things with 1 config constant with the ! operator

 

CONFIG::IN_FLASH_PROFESSIONAL

{

      // happens only in flash pro

}

 

!CONFIG::IN_FLASH_PROFESSIONAL

{

     // happens only in flash builder

}


Viewing all articles
Browse latest Browse all 87158

Trending Articles