FalconProvider Correction

An update has been made to FalconProvider in the Falcon Zip. Thanks to Kasper Kamperman saving the lonely single-result return. Please update your FalconProvider files and recompile any swf’s that use it.

Advertisement

One Response

  1. Oops – sorry needed to adjust that one more time. If you want to check if something is a number you can’t just say:

    if (myNum) {trace (“number”);}

    because if it is 0 then this returns false so you do:

    if (!isNaN(myNum)) {trace (“number”);}

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.