Skip to content
Nov 28 / Peter deHaan

Displaying messages in Flash using JSFL

The following example shows how you can display a message in a simple alert dialog box by using the alert() method.

Full code after the jump.

// JSFL
alert(fl.flexSDKPath);
Leave a Comment